Go to file
Ajay Bhargav Baaskaran ed9025cc5b React to aspnet/Razor#1030 - Enable skipped test 2017-02-21 17:32:44 -08:00
samples/MvcSandbox Downgrade to stable packages 2017-02-15 14:23:48 -08:00
src Adding some basic functional tests 2017-02-21 16:41:25 -08:00
test React to aspnet/Razor#1030 - Enable skipped test 2017-02-21 17:32:44 -08:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
Mvc.NoFun.sln
Mvc.sln Adding a functional test project for Razor Pages 2017-02-21 08:25:30 -08:00
NuGet.config
NuGetPackageVerifier.json
README.md
Settings.StyleCop
appveyor.yml Bump test projects up to .NET 4.5.2 2017-02-21 07:15:36 -08:00
build.cmd
build.ps1
build.sh
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.