Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / .NET / .NET-Core

.NET-Core

.NET-Core

Great Reads

by Prashant Rewatkar
This article demonstrates how to add Identity-Based Authentication in .NET Core 3.0 using In-Memory Database.
by didourebai
How can I integrate Swagger in ASP.NET Web API project
by PaulKukiel
.NET Core 3.1, Docker, postgres, swagger quick start
by Bart-Jan Brouwer
.Net Core datagrid with server side paging, sorting and filtering

Latest Articles

by Prashant Rewatkar
This article demonstrates how to add Identity-Based Authentication in .NET Core 3.0 using In-Memory Database.
by didourebai
How can I integrate Swagger in ASP.NET Web API project
by PaulKukiel
.NET Core 3.1, Docker, postgres, swagger quick start
by Bart-Jan Brouwer
.Net Core datagrid with server side paging, sorting and filtering

All Articles

Sort by Score

.NET-Core 

by Sacha Barber
How to get nice auto incrementing assembly versions inside your .NET Core/Standard projects
by Jin Vincent Necesario
In this article, we'll explore the world of C# attributes.
by Jeremy Likness
Advanced Blazor techniques are covered such as sharing Razor class libraries between a Blazor WebAssembly project and Blazor server-side. Shows how to reference embedded resources like JavaScript libraries, debug on server-side then deploy as client-side and debug in the browser.
by Petru Faurescu
Build step by step an Angular 2 application running on IIS and ASP.NET Core. The project also has live samples. This is the first part of building an Angular 2 Notebook WebApp.
by DotNetLead.com
Angular/.NET Core Web API application that can be used as the starting point for building your applications.
by Sander Rossel
Taking Continuous Deployment one step further by deploying your infrastructure to Azure using Azure Resource Manager Templates, or ARM Templates. The post ARM Templates to Deploy your Resources to Azure appeared first on Sander Rossel.
by Sander Rossel
Set up Continuous Integration and Deployment to Azure in VSTS using Azure and Visual Studio. The post Azure Deployment using Visual Studio Team Services (VSTS) and .NET Core appeared first on Sander's bits.
by Sander Rossel
Get started with Azure Functions and serverless computing in Azure. We'll see what serverless computing is and how it's implemented in Functions.
by User 1043264
How to use Azure Service Bus in .NET Core. Continue reading...
by Tom Chantler
If you're hosting your Ghost blog in Azure then you're probably not backing up your database, even if you think you are. I wasn't, but I am now. Here's how.
by Jeremy Likness
Build data-driven .NET applications with seamless client-server communication using fluent C# LINQ over OData (like GraphQL but without the JSON).
by DotNetLead.com
How to build and deploy Angular application using GitHub and Azure
by Lee P Richardson
Cake V1.0 is a more robust technique for writing DevOps in a language the whole team can understand.
by Afzaal Ahmad Zeeshan
In this post I share a complete overview and explanation of creating and hosting ASP.NET Core applications on Linux environment -- without using any third-party plugins or libraries.
by Petru Faurescu
Quick introduction on how to use Redis with ASP.NET Core. It includes a full example loading sample Twitter messages.
by Jeremy Likness
How to use EF Core and Cosmos DB with Blazor WebAssembly
by Passion4Code
This post lists a few features of ASP.NET Core 2.0.
by Christian Specht
How to fix Resource.Designer.cs generation in .NET Core
by timtocci
Originally this application was a console application that I developed to get the music off of my iPod. After my post on transparent forms in VIsual Basic I decided to port it to a Widget format to make it easier to use and demonstrate what goes into creating a transparent Windows Forms application.
by SleepyCrat
A discussion of how the HealthCheck middleware is used to expose endpoints on your site that run a sequence of pre-written tests and provide you with quick diagnostic information about the health of your application.
by Benktesh Sharma
The caching of HTTP response implies that when an HTTP request is made, the response generated by the server is stored in some place by the browser or the server for potential re-use in successive HTTP request for the same resource.
by Gordon Beeming
How to fix "HTTP Error 502.5 - Process Failure" error
by Ricardo_Torres_Torres
Learn to create an API in .NET Core
by Sibeesh Passion
Update .NET Core 2.0 app to 2.1 version
by Bahrudin Hrnjica
Implementation of the LSTM recurrent neural network in CNTK shown in detail
by Jeremy Likness
Learn how durable entities provide explicit management of state in serverless applications and guarantee operations are safe to execute without concurrency conflicts.
by Afzaal Ahmad Zeeshan
In this article I will give you a complete overview of SQLite databases in Android and how to consume them using Xamarin APIs.
by Shameel
.NET Core 3.0, with a significant number of changes and improvements, was released on 23rd September 2019. The most important changes are discussed in this article. The post New Features and Enhancements in .NET Core 3.0 appeared first on The Developer Space.
by Rion Williams
Options for configuring ASP.NET core application settings
by DotNetLead.com
How to implement paging and sorting to yield good performance
by Petru Faurescu
Best way, performance wise, to paginate results in MongoDB
by Dev Leader
Use the "Python for .NET" package as a way to call Python from C# code
by SleepyCrat
Create a small "minigame" using asp .net core 3.0, Angular, and websockets implemented using vanilla javascript.
by Jeremy Likness
What if I could write a LINQ query on a client the same way I would on a server, and execute it remotely with minimal configuration, setup, ritual and ceremony?
by SleepyCrat
This article will show you how to create an ASP.NET Core web API project and secure it using Google's Firebase authentication service with an Angular front end.
by Anton Angelov
Learn how to create .NET Core projects that can run Selenium WebDriver tests. Execute from command line simultaneously MSTest, NUnit and XUnit tests
by Jeremy Likness
Durable functions enable implicit and explicit state management for serverless workflows and accommodate a variety of patterns. A new addition, the HTTP task, helps manage interactions with HTTP endpoints including error handling and support for long polling.
by Gordon Beeming
How to set up .NET core continuous integration build with VSTS/TFS
by Lee P Richardson
Private NuGet Feeds in Azure DevOps
by Jeremy Likness
Stateful serverless: long running workflows with durable functions
by Jeremy Likness
A look at the latest Azure SDKs for .NET with a sample .NET Core app that uses the Cosmos DB SDK and LINQ to iterate over documents with a dynamic schema.
by Petru Faurescu
Simplified guide to building a fast, secure web application backend
by Bahrudin Hrnjica
Visual Neural Network Designer in ANNdotNET
by Sander Rossel
Azure WebJobs in .NET Core 2.1
by Jason Sultana
A short discussion of some different options available for developing .net core applications on Mac OS
by DotNetLead.com
This article shows you how to add Windows Authentication to Angular and .NET Core Web API projects.