Go to file
Brice Lambson 7b70da14bc Don't reference facades in NuSpec
These can be removed entirely after dotnet/cli#164
2016-03-10 14:07:45 -08:00
samples Remove project name from output path 2016-03-02 14:39:12 -08:00
src Don't reference facades in NuSpec 2016-03-10 14:07:45 -08:00
test Don't reference facades in NuSpec 2016-03-10 14:07:45 -08:00
tools
.gitattributes Updating to use cli 2016-02-22 17:49:51 -08:00
.gitignore Updating to use cli 2016-02-22 17:49:51 -08: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 Revert DependencyContext changes untill dotnet-cli packages get sorted out 2016-01-08 15:59:53 -08:00
NuGetPackageVerifier.json Add Microsoft.AspNetCore.Mvc.Dnx to allow using Mvc with DNX 2016-02-26 15:14:32 -08:00
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 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 5 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 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.