Blog

Get building

ASP.NET

ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.

Download Visual Studio 2015
Free, powerful IDE for ASP.NET on Windows
Download .NET Core
Free .NET command-line tools for Windows, Mac, and Linux

Free courses

Start learning ASP.NET and ASP.NET Core for free with videos, interactive tutorials, code samples and more.

Learn more

Community spotlight RSS Feed

Generic Repository Pattern In ASP.NET Core

Jan 18, 2017

Nice article from Sandeep Singh Shekhawat explaining how to implement the generic repository pattern in an ASP.NET Core application.

Building Application Insights Logging Provider for ASP.NET Core

Jan 17, 2017

Hisham Bin Ateya describes a custom logging provider for ASP.NET Core.

Making Application Insights Fast & Secure

Jan 16, 2017

Muhammad Rehan Saeed shows how you can improve on the default implementation of Application Insights for ASP.NET Core by moving the JavaScript code to a separate file with a Content Security Policy.

Url culture provider using middleware as filters in ASP.NET Core 1.1.0

Jan 13, 2017

Andrew Lock shows how to implement URL Culture routing using the "middleware as filtures" support in ASP.NET Core 1.1.

See more