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 New ASP.NET Core and Web Development Features in Visual Studio 2017
Jeff Fritz announces the release of Visual Studio 2017 and describes top new features for ASP.NET developers, including ASP.NET Core tooling, Docker support, publishing enhancements and more!

Reloading strongly typed options in ASP.NET Core 1.1.0
Mar 7, 2017
Andrew Lock explains how to use the new IOptionsSnapshot interface in ASP.NET Core 1.1.0 to reload changes to strongly typed options.

Project.json to MSBuild conversion guide
Mar 7, 2017
Nate McMaster provides an indepth guide to converting project.json projects to MSBuild.

Working with Multiple .NET Core SDKs - both project.json and msbuild/csproj
Mar 6, 2017
Scott Hanselman shows how to work with more than one version of .NET Core installed.

Working with a Distributed Cache in ASP.NET Core
Mar 6, 2017
Jignesh Trivedi shows how to implement a distributed cache in ASP.NET Core using both Redis and SQL Server backends.

New Year, New Blog
Mar 3, 2017
Wolfgang Ziegler describes how he built a custom blogging engine with ASP.NET Core and static pages generated from Markdown.

Custom Project Templates Using dotnet new
Mar 3, 2017
Muhammad Rehan Saeed explores the upcoming dotnet new experience and shows how to create additional templates.

A File Upload API with Nancy, .NET Core in a Shockingly Small Amount of Code
Mar 2, 2017
Fernando Rodriguez builds out a file upload API using Nancy, .NET Core, Dapper, and Azure.

