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

Announcing ASP.NET Core 1.1 Preview 1

Jeff Fritz announces the release of ASP.NET Core 1.1 Preview 1. This release includes a bunch of great new features along with many bug fixes and general enhancements.

Authenticode Signing Service and Client

Nov 4, 2016

Need to include Authenticode Signing in your CI process? Relax, Oren Novotny has you covered.

ASP.NET Core Action Arguments Validation using an ActionFilter

Nov 2, 2016

Damien Bowden shows how to use an ActionFilter to validate the model from a HTTP POST request in an ASP.NET Core MVC application.

New in IdentityServer4: Clients without Secrets

Nov 1, 2016

Dominick Baier begins a look at new features in IdentityServer4 by spotlighting the ability to work with OAuth2 token endpoints that don't require authentication.

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