aspnetcore/src/Mvc
Ryan Nowak 0a1d68b8f3 Remove EndpointSelectorContext 2019-05-08 08:14:24 -07:00
..
Extensions.ApiDescription.Client/src
GetDocumentInsider/src
Mvc Remove EndpointSelectorContext 2019-05-08 08:14:24 -07:00
Mvc.Abstractions
Mvc.Analyzers Add a top-level node for analyzers (#9906) 2019-05-07 15:01:08 -07:00
Mvc.Api.Analyzers Add a top-level node for analyzers (#9906) 2019-05-07 15:01:08 -07:00
Mvc.ApiExplorer
Mvc.Components.Prerendering
Mvc.Core Remove EndpointSelectorContext 2019-05-08 08:14:24 -07:00
Mvc.Cors
Mvc.DataAnnotations
Mvc.Formatters.Json
Mvc.Formatters.Xml
Mvc.Localization
Mvc.NewtonsoftJson
Mvc.Razor Read interface IList.Count once rather than per iteration (#9962) 2019-05-04 17:54:12 -07:00
Mvc.Razor.RuntimeCompilation
Mvc.RazorPages Remove EndpointSelectorContext 2019-05-08 08:14:24 -07:00
Mvc.TagHelpers Read interface IList.Count once rather than per iteration (#9962) 2019-05-04 17:54:12 -07:00
Mvc.Testing
Mvc.ViewFeatures
benchmarkapps Updating NuGet.config for benchmark apps (#9959) 2019-05-03 17:31:34 -07:00
benchmarks
build
dotnet-getdocument/src
samples/MvcSandbox
shared
test Stop caching policies in AuthorizeFilter (#9957) 2019-05-06 11:59:37 -07:00
.editorconfig
Directory.Build.props
Mvc.sln
MvcTests.ruleset
README.md
Settings.StyleCop
build.cmd
build.sh
buildWithProcDump.cmd
runWithProcDump.ps1
startvs.cmd

README.md

ASP.NET Core MVC

Note: For ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core), see https://github.com/aspnet/AspNetWebStack

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

See the ASP.NET Core MVC documentation.

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.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.