[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Pranav K 701869fd53 Remove DefaultAssemblyPartDiscoveryProvider.GetAssemblyName
Fixes #4366
2016-04-03 10:37:10 -07:00
samples Null-check PagedBufferedStringWriter 2016-04-01 11:50:46 -07:00
src Remove DefaultAssemblyPartDiscoveryProvider.GetAssemblyName 2016-04-03 10:37:10 -07:00
test Updated test to fix build break 2016-04-03 08:01:15 -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 Reduce grunt work in Mvc 2016-03-17 15:25:33 -07:00
.travis.yml Fix backslashes in yml config. 2016-03-09 17:44:49 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:26:36 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
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 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:31:48 -07:00
Settings.StyleCop Correct StyleCop violations 2015-01-06 16:23:57 -08:00
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

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