Go to file
harshgMSFT e9a31773a9 Fix for Issue #579 2014-05-29 16:34:18 -07:00
samples/MvcSample.Web Adding default values to MvcSample.Web's FiltersController. Otherwise accessing the Actions would return 404 by default. 2014-05-28 11:04:14 -07:00
src Fix for Issue #579 2014-05-29 16:34:18 -07:00
test Unblock the build 2014-05-29 02:20:55 -07:00
.gitattributes
.gitignore Updating kproj file to match tooling changes 2014-05-18 20:13:56 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2014-05-13 01:02:45 -07:00
LICENSE.txt
Mvc.sln Added functional tests for MVC. 2014-05-28 12:46:41 -07:00
NuGet.Config
README.md
Settings.StyleCop Adding stylecop settings 2014-05-29 15:08:07 -07:00
build.cmd
build.sh Updated build.sh 2014-05-23 04:08:28 -07:00
global.json Added functional tests for MVC. 2014-05-28 12:46:41 -07:00
makefile.shade

README.md

ASP.NET MVC

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

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