aspnetcore/src/Mvc
Ryan Nowak 9287301208 Rename OnInit and OnInitAsync to long form
OnInit -> OnInitialized
OnInitAsync -> OnInitializedAsync
2019-07-03 10:04:55 -07:00
..
Extensions.ApiDescription.Client/src Address some rough edges in service reference feature 2019-06-27 15:29:18 -07:00
Extensions.ApiDescription.Server/src Address some rough edges in service reference feature 2019-06-27 15:29:18 -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 Make ~/ resolution show up at design time. 2019-07-02 14:55:18 -07:00
Mvc.Api.Analyzers Set ReferenceAssemblyAttribute in reference assemblies (#11207) 2019-06-28 16:08:01 -07:00
Mvc.ApiExplorer Api Explorer: multiple complex properties 2019-06-24 11:15:39 -07:00
Mvc.Components.Prerendering Rename OnInit and OnInitAsync to long form 2019-07-03 10:04:55 -07:00
Mvc.Core [master] Update dependencies from 2 repositories (#11626) 2019-06-28 18:45:34 -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 Eagerly read IAsyncEnumerable{object} instances before formatting (#11118) 2019-06-25 10:53:43 -07:00
Mvc.Razor Make ~/ resolution show up at design time. 2019-07-02 14:55:18 -07:00
Mvc.Razor.RuntimeCompilation
Mvc.RazorPages Add dynamic controller/page routes 2019-06-24 08:08:54 -07:00
Mvc.TagHelpers
Mvc.Testing
Mvc.ViewFeatures Rename OnInit and OnInitAsync to long form 2019-07-03 10:04:55 -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 Rename OnInit and OnInitAsync to long form 2019-07-03 10:04:55 -07:00
.editorconfig
Directory.Build.props
Mvc.sln Rename .Components.Browser -> Components.Web 2019-07-01 15:36:35 -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.