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!

ASP.NET Core continuous deployment with Docker Hub

Oct 17, 2016

Want to set up a continuous deployment process for ASP.NET Core using Docker Hub? Stefan Prodan shows you how.

Chart Controls using TagHelpers & morris.js

Oct 14, 2016

Hisham Bin Ateya shares a tag helper he created that renders charts with morris.js.

Localization & Routing in ASP.NET Core 1.0

Oct 13, 2016

Hisham Bin Ateya describes how to use route localization in ASP.NET Core.

See more

What's new RSS Feed

Use VSTS to Build and Publish to an Azure Web App with Continuous Deployment

Monday, October 17, 2016

This tutorial shows you how to create an ASP.NET Core web app using Visual Studio and deploy it from Visual Studio to Azure App Service using continuous deployment. Note To complete this tuto...

Routing

Wednesday, October 12, 2016

Routing is used to map requests to route handlers. Routes are configured when the application starts up, and can extract values from the URL that will be used for request processing. Routing functi...

See more