Go to file
Pranav K 6bdcf35670 Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01 2016-07-19 11:14:56 -07:00
samples/MvcSandbox Updating json files to pin versions and build files to pin KoreBuild 2016-06-27 13:51:10 -07:00
src Updating json files to pin versions and build files to pin KoreBuild 2016-06-27 13:51:10 -07:00
test Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01 2016-07-19 11:14:56 -07:00
tools Strong name everything. 2015-11-03 21:16:49 -08:00
.gitattributes Updating to use cli 2016-02-22 17:49:51 -08:00
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
Mvc.NoFun.sln
Mvc.sln Clean up .sln files 2016-05-13 15:03:52 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
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 Updating json files to pin versions and build files to pin KoreBuild 2016-06-27 13:51:10 -07:00
build.sh Updating json files to pin versions and build files to pin KoreBuild 2016-06-27 13:51:10 -07:00
global.json

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.