Click here to Skip to main content
15,886,799 members
Everything / Web Development / ASP.NET / ASP.NET Core

ASP.NET Core

ASP.NET-Core

Great Reads

by Ivan Yakimov
What are certificates in ASP.NET, why we need them, how to create self-signed certificate for testing and use certificates with ASP.NET Core
by Robert_Dyball
Add JSON Web Token Authentication (JWT) using OpenIDDict to our ASP.NET Core + Angular 2 SPA. Source includes VS2015 and VS2017 versions.
by kusnaditjung
Web specification and framework
by thangchung
Learn to organize clean architecture to modular patterns

Latest Articles

by Nicolas DESCARTES
How to implement authentication in Blazor and ASP.NET Core ?
by Mohammad Elsheimy
Porting Windows Fonts to Linux
by Zijian
Overcome the 53-bit limitation of number of JavaScript while keeping strongly typed integral types of .NET. Part 2.
by Dev Leader
Learn to create tests, use advanced techniques, and improve your code quality!

All Articles

Sort by Score

ASP.NET Core 

26 Nov 2020 by Aram Tchekrekjian
JWT is a very common and easy way to protect APIs in a standard, URL safe and cross-platform methodology.
6 Sep 2017 by User 1043264
How to use SignalR Core in ASP.NET Core 2.0 web applications to provide real-time communication. Continue reading...
8 Sep 2017 by User 1043264
How to implement bearer authentication in ASP.NET Core 2.0. Continue reading...
11 Dec 2018 by Chris A. Johnson
This article is about creating a dynamic menuing system for ASP.NET core.
17 Oct 2022 by Aram Tchekrekjian
In this tutorial, we will learn how to implement logging with Serilog in ASP.NET Core Web API.
5 Sep 2017 by User 1043264
How to handle concurrency in ASP.NET Core Web API. Continue reading...
29 Nov 2020 by Aram Tchekrekjian
Easily secure ASP.NET Core Web API using API Key Authentication - just follow a few steps and secure your endpoints
1 Sep 2017 by User 1043264
How to implement versioning in ASP.NET Core Web API. Continue reading...
21 Mar 2019 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.
18 Feb 2020 by SleepyCrat
Create a small "minigame" using asp .net core 3.0, Angular, and websockets implemented using vanilla javascript.
6 Oct 2017 by User 1043264
How to use Docker and TeamCity to implement continuous integration for ASP.NET Core applications. Continue reading...
20 Nov 2019 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.
21 Jan 2020 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.
26 Aug 2020 by Lee P Richardson
This is the story of my first site, where I threw the SPA (Single Page Application) into ASP.NET Core's wwwroot directory, and slung it up to Azure App Services as a single site, and called it a day.
8 Nov 2019 by Petru Faurescu
Simplified guide to building a fast, secure web application backend
3 Sep 2016 by Vincent Maverick Durano
A quick walk-through on upgrading Angular 2 app to RC 6 within your ASP.NET Core project.
5 Sep 2017 by User 1043264
How to implement CRUD using Entity Framework Core and ASP.NET Core. Continue reading
19 Dec 2019 by Jeremy Hutchinson
I’ve been spoiled by Asp.Net and expect app settings to just work, but there is no easily configured app settings story for client-side Blazor yet. What I’m looking for is the ability to set some settings on a per-environment (dev/test/beta/prod) through Azure App Service Application Settings.
26 Jun 2020 by Lee P Richardson
How to secure external web APIs
24 Jul 2021 by SleepyCrat
How to secure a website using Firebase, Angular 8 and ASP.NET Core 3.1
9 Sep 2017 by User 1043264
How to prevent insecure direct object reference in ASP.NET Core. Continue reading...
12 Sep 2017 by User 1043264
How to use Content-Security-Policy header in ASP.NET Core to prevent XSS attacks. Continue reading...
2 Oct 2017 by User 1043264
How to deploy a cluster of ASP.NET Core applications using Docker Swam mode in Azure. Continue reading
19 May 2018 by User 1043264
How to implement Azure AD B2C authentication in ASP.NET Core 2.0. Continue reading...
16 Apr 2019 by Petru Faurescu
What’s about Problem / solution format brings an easier understanding on how to build things, giving an immediate feedback.
31 Aug 2019 by Chris A. Johnson
How to implement 'Batch Mode' using Kendo upload control for ASP.NET Core
2 Jul 2021 by Lee P Richardson
How to automatically add current user info to logs in ASP.NET Core
15 Feb 2024 by Dev Leader
How to leverage WebApplicationFactory in ASP.NET Core for testing
4 Sep 2017 by User 1043264
How to add documentation and help pages for ASP.NET Core Web API. Continue reading...
10 Sep 2017 by User 1043264
How to create error pages for specific HTTP status codes in ASP.NET Core, Continue reading...
16 Feb 2024 by Dev Leader
Learn to create tests, use advanced techniques, and improve your code quality!
1 Jun 2020 by Lee P Richardson
This post is the story of how to generate an unauthenticated client.
12 Sep 2017 by User 1043264
How to use Identity Server 4 with ASP.NET Core 2.0. Continue reading...
23 May 2018 by Arun Endapally
This article would help you in getting started from scratch with Angular 6, ASP.NET Core & Angular CLI using Visual Studio 2017.
8 Sep 2017 by User 1043264
How to implement cookie authentication in ASP.NET Core 2.0 Continue reading...
21 Nov 2019 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).
23 Jul 2018 by Passion4Code
This post lists a few features of ASP.NET Core 2.0.
5 Aug 2021 by Illya Reznykov
PowerShell script that runs command and confirms operation by closing confirmation window
2 Jul 2018 by mbarsott
Every time a security problem emerges, an army of bright minds try to find a clever fix. Fortunately, collaboration among these solution finders have also increased exponentially.
8 Sep 2017 by User 1043264
How to implement authorization in ASP.NET Core. Continue reading...
28 Aug 2017 by User 1043264
How to upload and download files in ASP.NET Core MVC. Continue reading...
28 Aug 2017 by User 1043264
How to run code before and after MVC request pipeline in ASP.NET Core. Continue reading...
10 Oct 2017 by User 1043264
How to use ASP.NET Core Identity to authenticate users and manage their accounts. Continue reading...
5 Sep 2017 by User 1043264
How to perform unit and integration testing of ASP.NET Core and EF Core. Continue reading...
28 Aug 2017 by User 1043264
How to structure a large ASP.NET Core MVC application into logical groupings. Continue reading...
31 Aug 2017 by User 1043264
How do you securely store configuration settings without exposing them to source control in ASP.NET Core. Continue reading...
1 Sep 2017 by User 1043264
Use ASP.NET Core service container for dependency injection. Continue reading...
31 Aug 2017 by User 1043264
How to create a CRUD Web API using ASP.NET Core. Continue reading...
28 Aug 2017 by User 1043264
How to reuse parts of web pages using view components in ASP.NET Core MVC. Continue reading...
25 Feb 2019 by Chris A. Johnson
Implementing an AutoComplete Control on ASP.NET Core using Telerik
1 Sep 2017 by User 1043264
How to implement RESTful API and custom media types in ASP.NET Core. Continue reading...
1 Sep 2017 by User 1043264
How to implement sorting in ASP.NET Core Web API. Continue reading...
1 Sep 2017 by User 1043264
How to implement URL rewriting in ASP.NET Core. Continue reading...
5 Sep 2017 by User 1043264
How to compress responses in ASP.NET Core. Continue reading...
29 Aug 2017 by User 1043264
How do you pass parameters to middleware during its setup in ASP.NET Core. Continue reading...
1 Sep 2017 by User 1043264
How does routing work in ASP.NET Core MVC. Continue reading...
1 Sep 2017 by User 1043264
How to validate input models in ASP.NET Core MVC. Continue reading...
1 Sep 2017 by User 1043264
How to store data in session state using ASP.NET Core. Continue reading...
5 Sep 2017 by User 1043264
How to cache responses in ASP.NET Core. Continue reading...
6 Sep 2017 by User 1043264
Create a Hello World using ASP.NET Core Middleware. Continue reading...
1 Sep 2017 by User 1043264
How to log messages (information, errors, warnings) in ASP.NET Core. Continue reading...
28 Aug 2017 by User 1043264
How to reuse parts of web pages using partial views in ASP.NET Core MVC. Continue reading...
1 Sep 2017 by User 1043264
How to implement model validation using [Remote] attribute in ASP.NET Core MVC. Continue reading...
1 Sep 2017 by User 1043264
How to serve error pages in ASP.NET Core application. Continue reading...
9 Oct 2017 by User 1043264
How to read configuration settings from various sources and use them throughout your application. Continue reading...
29 Aug 2017 by User 1043264
How to use Azure Table Storage in ASP.NET Core. Continue reading...
1 Sep 2017 by User 1043264
How does model binding work in ASP.NET Core MVC. Continue reading...
5 Sep 2017 by User 1043264
How to use distributed caching and Redis in ASP.NET Core. Continue reading...
3 Sep 2017 by User 1043264
How to accept and return data in different formats in ASP.NET Core Web API. Continue reading...
1 Sep 2017 by User 1043264
How to change the behaviour of your application for different environments. Continue reading...
1 Sep 2017 by User 1043264
Create an empty ASP.NET Core project that doesn’t include default features i.e. an empty shell. Continue reading...
1 Sep 2017 by User 1043264
How to use Azure Blob storage in ASP.NET Core. Continue reading...
4 Oct 2017 by User 1043264
How to serve static content (HTML, CSS, JavaScript, Images) from ASP.NET Core application. Continue reading...
1 Sep 2017 by User 1043264
How to use Azure Redis cache in ASP.NET Core. Continue reading...
1 Sep 2017 by User 1043264
How to access directory and file information in ASP.NET Core, ensuring restricted access to file system. Continue reading...
2 Sep 2017 by User 1043264
How to dynamically write HTML using Tag Helper Components in ASP.NET Core 2.0. Continue reading...