Go to file
Sebastien Ros 49e0a958c5 Fixing race in unit test 2016-03-28 10:30:16 -07:00
samples Reacting to Hosting changes 2016-03-24 12:10:09 -07:00
src Quick fix: Another typo in the same resource name 2016-03-26 17:36:38 -07:00
test Fixing race in unit test 2016-03-28 10:30:16 -07:00
tools
.gitattributes
.gitignore Reduce grunt work in Mvc 2016-03-17 15:25:33 -07:00
.travis.yml Fix backslashes in yml config. 2016-03-09 17:44:49 -08:00
CONTRIBUTING.md
LICENSE.txt
Mvc.NoFun.sln Add Microsoft.AspNetCore.Mvc.Dnx to allow using Mvc with DNX 2016-02-26 15:14:32 -08:00
Mvc.sln Add Microsoft.AspNetCore.Mvc.Dnx to allow using Mvc with DNX 2016-02-26 15:14:32 -08:00
NuGet.config
NuGetPackageVerifier.json Add Microsoft.AspNetCore.Mvc.Dnx to allow using Mvc with DNX 2016-02-26 15:14:32 -08:00
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 21:31:48 -07:00
Settings.StyleCop
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:49 -08:00
build.cmd Return the correct error code from the build script 2016-02-28 11:10:35 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:55:04 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:55:04 -08:00
global.json Repair global.json 2016-03-04 11:26:35 -08:00
makefile.shade

README.md

ASP.NET MVC

AppVeyor: AppVeyor

Travis: Travis

ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and gives you full control over markup for enjoyable, agile development. ASP.NET MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.

ASP.NET MVC in ASP.NET Core includes support for building web pages and HTTP services in a single aligned framework that can be hosted in IIS or self-hosted in your own process.

Related community projects:

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.