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

Angular 2 and ASP.NET Core MVC

Jan 25, 2017

Ryan Southgate walks through the process of integrating Angular 2 into an existing ASP.NET Core MVC view.

ASP.NET Core Response Optimization

Jan 24, 2017

David Pine takes a look at response optimization in ASP.NET Core using static file caching and compression.

Accessing HttpContext outside of framework components in ASP.NET Core

Jan 23, 2017

Filip Wojcieszyn explains how you can use the HttpContext Accessor to get a reference to HttpContext outside of the standard ASP.NET Core components.

Bare metal APIs with ASP.NET Core MVC

Jan 20, 2017

Ben Foster shows how to build a lightweight HTTP API using ASP.NET Core by just pulling in the packages you need and excluding the web application parts you're not going to be using.

See more