Register for the ASP.NET Core workshop presented by Scott Hunter, Jeff Fritz, and Shayne Bower from the .NET/ASP.NET team at DEVintersection 2016! Learn more >
Blog

Get building

ASP.NET

ASP.NET is an open source web framework for building modern web applications and services. With ASP.NET you can quickly create web sites based on HTML, CSS and JavaScript, scale them to millions of users and easily add more complex capabilities like Web APIs, forms over data or real time communications.

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

Community spotlight RSS Feed

Announcing the ASP.NET Core September 2016 Patch Release

The .NET team announces the September 2016 updates for ASP.NET Core!

POST-REDIRECT-GET using TempData in ASP.NET Core

Oct 10, 2016

Andrew Lock describes some challenges in implementing POST-REDIRECT-GET in ASP.NET Core and shows two implementation approaches.

An introduction to OpenID Connect in ASP.NET Core

Oct 7, 2016

Andrew Lock explains how OpenID Connect compares to OAuth, and shows how to use it in ASP.NET Core.

Announcing the ongoing Bug Bounty for .NET Core and ASP.NET Core

Oct 6, 2016

Barry Dorrans announces the on-going bug bounty for .NET Core and ASP.NET Core.

See more

What's new RSS Feed

Working with Multiple Environments

Tuesday, October 11, 2016

ASP.NET Core introduces improved support for controlling application behavior across multiple environments, such as development, staging, and production. Environment variables are used to indicate ...

Using Gulp

Tuesday, October 11, 2016

In a typical modern web application, the build process might: Bundle and minify JavaScript and CSS files. Run tools to call the bundling and minification tasks before each build. Compile LE...

See more