www.fgks.org   »   [go: up one dir, main page]

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 >

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!

Localization & Routing in ASP.NET Core 1.0

Oct 13, 2016

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

Unable to start process dotnet.exe

Oct 12, 2016

Eric L. Anderson shares an interesting issue he ran into recently, and how he solved it.

What I Learned Building with ASP.NET Core: Part 1 - Routing

Oct 11, 2016

Shawn Wildermuth begins a series sharing some of the lessons he's learned building ASP.NET Core applications and training.

See more

What's new RSS Feed

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...

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 ...

See more