kestrel
ASP.NET Core: About
ASP.NET Core is built on top of .NET but also runs on top of .NET Framework
ASP.NET Core: Add JWT Authentication to MVC
Setup and add JSON Web Token (JWT) authentication to MVC
ASP.NET Core: Add Local Authentication
Setup and add local authentication user accounts
ASP.NET Core: Add REST API to MVC Application
Setup or add ASP.NET Core REST API or Web API controller to MVC website application
ASP.NET Core: Compress REST API Output
Compress the output from a Web API to a greater level than if enabling site-wide compression
ASP.NET Core: Create and Use MS SQL Database
Use MS SQL Server to programmatically create a database with Entity Framework
ASP.NET Core: Download Files
How to download files from an ASP.NET Core Web Application (MVC)
ASP.NET Core: Download from URL with WebClient
Download file from an Internet URL/URI using the WebClient class
ASP.NET Core: Drag-and-Drop File Upload
Drag-n-drop file upload using AJAX; no JQuery was used
ASP.NET Core: Enable CORS
Enable Cross Origin Resource Sharing (CORS) on an ASP.NET Core Web / REST API or MVC Website
ASP.NET Core: Enable Output Compression
How to enable site-wide compression for HTTP and HTTPS
ASP.NET Core: Enable Server Sessions
Enable server sessions to securely store user information related to the session
ASP.NET Core: Globally Unique Identifiers
The GUID is great for anything requiring uniqueness
ASP.NET Core: Handle "View Was Not Found" Server Error
How to handle view not found server errors and return a status code 404 - not found
ASP.NET Core: Hash-based Message Authentication Code
Safely store user passwords
ASP.NET Core: Image Utility for SixLabors.ImageSharp
Manipulate images on Windows and Linux servers including rotating them as needed to display properly
ASP.NET Core: Image Utility for Windows Servers
Manipulate images on a windows server (not compatible with Linux)
ASP.NET Core: Send GMail from Web App
Send Gmail from ASP.NET Core web application using C#
ASP.NET Core: Simple File Upload
Simple file upload using Asynchronous JavaScript and XML (AJAX)
ASP.NET Core: Tips and Tricks
Useful tips and tricks for the budding ASP.NET Core developer
ASP.NET Core: Use Keys Stored in appsettings.json in .NET 6
Modify and use appsettings.json keys in ASP.NET Core for custom settings; also, create and use custom JSON files for use in web apps