aspnetcore/src/Mvc
Ryan Nowak 1552e9f842 Use ValueTask for DynamicRouteValuesTransformer 2019-06-24 19:13:35 -07:00
..
Extensions.ApiDescription.Client/src Add metadata needed for tooling of service reference features 2019-06-12 11:16:40 -07:00
Extensions.ApiDescription.Server/src Add back DevelopmentDependency to ApiDescription projects 2019-06-07 17:38:11 -07:00
GetDocumentInsider/src Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
Mvc
Mvc.Abstractions
Mvc.Analyzers Update StartupAnalyzer.Diagnostics.cs (#11245) 2019-06-15 19:01:52 -07:00
Mvc.Api.Analyzers Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
Mvc.ApiExplorer Api Explorer: multiple complex properties 2019-06-24 11:15:39 -07:00
Mvc.Components.Prerendering
Mvc.Core Use ValueTask for DynamicRouteValuesTransformer 2019-06-24 19:13:35 -07:00
Mvc.Cors More read interface IList.Count once rather than per iteration + miscellany (#11253) 2019-06-17 11:22:45 -07:00
Mvc.DataAnnotations More read interface IList.Count once rather than per iteration + miscellany (#11253) 2019-06-17 11:22:45 -07:00
Mvc.Formatters.Json
Mvc.Formatters.Xml More read interface IList.Count once rather than per iteration + miscellany (#11253) 2019-06-17 11:22:45 -07:00
Mvc.Localization
Mvc.NewtonsoftJson Cleanup 2019-06-19 16:10:54 -07:00
Mvc.Razor
Mvc.Razor.RuntimeCompilation
Mvc.RazorPages Add dynamic controller/page routes 2019-06-24 08:08:54 -07:00
Mvc.TagHelpers
Mvc.Testing
Mvc.ViewFeatures Remove or make public pubternals for Http #11312 (#11429) 2019-06-21 17:56:53 -07:00
benchmarkapps
benchmarks
build
dotnet-getdocument/src Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
samples/MvcSandbox Additional tests 2019-06-19 16:10:54 -07:00
shared
test Use ValueTask for DynamicRouteValuesTransformer 2019-06-24 19:13:35 -07:00
.editorconfig
Directory.Build.props
Mvc.sln PR feedback 2019-06-19 16:10:54 -07:00
MvcNoDeps.slnf
MvcTests.ruleset
README.md
Settings.StyleCop
build.cmd Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
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.