Free courses
Start learning ASP.NET and ASP.NET Core for free with videos, interactive tutorials, code samples and more.
Learn moreCommunity spotlight RSS Feed

Announcing the Fastest ASP.NET Yet, ASP.NET Core 1.1 RTM
ASP.NET Core 1.1 is now available as a stable release on nuget.org! This release includes a bunch of great new features along with many bug fixes and general enhancements.

Integrate HangFire With ASP.NET Core WEB API
Nov 14, 2016
Virendra Dugar shows how to integrate HangFire with ASP.NET Core to perform background tasks that are persistant across application restarts.

9 Docker .NET App Templates: A Complete Guide
Nov 11, 2016
This article from Amjad Afanah covers detailed steps for Dockerizing a .NET application that can connect to multiple databases - including SQLite, PostgreSQL, and Microsoft SQL Server

How to easily extend your app using MediatR notifications
Nov 10, 2016
Jon Hilton shows how and why to centralize your notification logic in an ASP.NET Core application with Mediatr.