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 Core 1.1 Preview 1
Jeff Fritz announces the release of ASP.NET Core 1.1 Preview 1. This release includes a bunch of great new features along with many bug fixes and general enhancements.

Authenticode Signing Service and Client
Nov 4, 2016
Need to include Authenticode Signing in your CI process? Relax, Oren Novotny has you covered.

Apache log4net Needs Help
Nov 3, 2016
Use log4net in your ASP.NET applications? The log4net could use your help! Stefan Bodewig explains how you can get involved.

ASP.NET Core Action Arguments Validation using an ActionFilter
Nov 2, 2016
Damien Bowden shows how to use an ActionFilter to validate the model from a HTTP POST request in an ASP.NET Core MVC application.