Blog

Get Building.

A free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. Create Web APIs, mobile sites and use real-time technologies

Get ASP.NET

Websites

Build standards-based websites with HTML5, CSS3, and JavaScript

Learn more

Mobile

Power mobile apps with responsive design and mobile frameworks

Learn more

APIs

Write web APIs and services that produce JSON or XML to talk to connected devices

Learn more

Real-time

Enable real-time bi-directional communication between client and server with web sockets

Learn more

Community spotlight RSS Feed

Announcing ASP.NET Core RC2

Jeff Fritz announces the release of ASP.NET Core RC2 and the official rebranding of ASP.NET 5 to ASP.NET Core.

Stack Overflow: How We Do Deployment - 2016 Edition

May 12, 2016

Here's a really interesting post from Nick Craver explaining how they handle deployment at Stack Overflow.

ASP.NET Web API: Passing Multiple Objects as an Input Parameters to Action Metho...

May 11, 2016

Nice article from Mahesh Sabnis explaining how to pass multiple objects to an ASP.NET Web API action method.

WebForms can Gulp too – Using Node Tools with ASP.NET Web Forms | .NET Web Devel...

May 10, 2016

Jeffrey Fritz shows how you can use Visual Studio tools for npm, Gulp and Bower with ASP.NET Web Forms applications.

See more

What's new RSS Feed

Working with Static Files

Monday, May 16, 2016

Static files, which include HTML files, CSS files, image files, and JavaScript files, are assets that the app will serve directly to clients. In this article, we’ll cover the following topics...

Getting started with ASP.NET Core MVC

Monday, May 16, 2016

This tutorial will teach you the basics of building an ASP.NET Core MVC app using Visual Studio . Sections: Create a web app Create a web app ¶ From the Visual Studio Start...

See more