Go to file
N. Taylor Mullen 08965550ad Re-enable error page runtime test.
- This was previously broken due to the shared framework not being able to find the file responsible for an exception.

#6120
2017-05-10 14:33:10 -07:00
build Remove unnecessary package references (#6252) 2017-05-10 12:06:10 -07:00
samples/MvcSandbox
src Remove unnecessary package references (#6252) 2017-05-10 12:06:10 -07:00
test Re-enable error page runtime test. 2017-05-10 14:33:10 -07:00
.editorconfig
.gitattributes
.gitignore
.travis.yml Switch to Travis VM 2017-05-08 12:29:46 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:26:36 -07:00
LICENSE.txt
Mvc.NoFun.sln
Mvc.sln Add benchmark project and boilerplate 2017-03-31 11:19:22 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
Settings.StyleCop
appveyor.yml
build.cmd Return the correct error code from the build script 2016-02-28 11:10:35 -08:00
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build.sh
version.props

README.md

ASP.NET Core MVC

AppVeyor: AppVeyor

Travis: Travis

ASP.NET Core 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 Core MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.

ASP.NET Core 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.