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!

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.

Audit.NET: A small framework to audit .NET object changes

Oct 5, 2016

Here's a useful library from Federico Daniel Colombo that makes it easy to add auditing to your ASP.NET applications.

Making ASP.NET apps first-class citizens on Google Cloud Platform

Oct 4, 2016

Chris Sells describes the existing support for ASP.NET in Google Cloud Platform and lays out the plans for future ASP.NET Core support.

See more

What's new RSS Feed

Migrating Authentication and Identity

Tuesday, October 4, 2016

In the previous article we migrated configuration from an ASP.NET MVC project to ASP.NET Core MVC . In this article, we migrate the registration, login, and user management features. Section...

Testing Controller Logic

Tuesday, October 4, 2016

Controllers in ASP.NET MVC apps should be small and focused on user-interface concerns. Large controllers that deal with non-UI concerns are more difficult to test and maintain. Sections W...

See more