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 ASP.NET 2.0.0-Preview1 and Updates for .NET Web Developers
The ASP.NET team announces the first preview version of the ASP.NET Core 2.0 framework, plus updates for ASP.NET 4.7 and WCF.

Options for CSS and JS Bundling and Minification with ASP.NET Core
May 5, 2017
Scott Hanselman covers options for bundling and minifying CSS and JS, finding a balance between easy access to development versions of assets and making it "zero work" to put minified assets into production.

Automatically request and use Let's Encrypt certificates in Dotnet Core
May 4, 2017
Maarten Sikkema shows how to request and install a free certificate at the startup of an ASP.NET Core application.

DotVVM - Open source MVVM Framework for Web Apps
May 3, 2017
Tomáš Herceg brings us DotVVM, an open source MVVM framework for web apps which handles client-server communication, validation, SPAs, date-time formatting, and which provides plenty of ready-made controls that can be used immediately.

ASP.NET Core Error Management with elmah.io
May 2, 2017
Damien Bowden shows how to use elmah.io error management with an ASP.NET Core application.

Five Visual Studio 2017 Extensions for Web Developers
May 1, 2017
Jeff Fritz recommends five Visual Studio extensions that make day-to-day tasks easier and even more enjoyable.

OWASP Top 10 for .NET developers part 1: Injection
Apr 28, 2017
Troy Hunt begins a 10-part series to help .NET developers handle the Open Web Application Security Project's 10 Most Critical Web Application Security Risks.

Customising ASP.NET MVC Core Behaviour with an IApplicationModelConvention
Apr 27, 2017
Steve Gordon uses IApplicationModelConvention to apply a prefix to all routes and secure all of the endpoints by default.

