Go to file
Pranav K 1c451a7ff4
Update the remarks section for ViewData (#7371)
* Update the remarks section for ViewData
Fixes #7279
2018-02-16 10:18:31 -08:00
benchmarks/Microsoft.AspNetCore.Mvc.Performance
…
build Add reference to MVC.Razor.Extensions 2018-02-15 15:43:04 -08:00
samples/MvcSandbox Add MVC razor extensions to the MvcSandbox 2018-02-15 16:43:52 -08:00
src Update the remarks section for ViewData (#7371) 2018-02-16 10:18:31 -08:00
test Add MVC Razor msbuild files 2018-02-16 07:54:37 -08:00
.appveyor.yml
…
.editorconfig
…
.gitattributes
…
.gitignore Add msbuild binlog to .gitignore 2018-02-15 16:43:52 -08:00
.travis.yml
…
CONTRIBUTING.md
…
Directory.Build.props
…
Directory.Build.targets
…
LICENSE.txt
…
Mvc.NoFun.sln
…
Mvc.sln
…
NuGet.config
…
NuGetPackageVerifier.json
…
README.md
…
Settings.StyleCop
…
build.cmd
…
build.sh
…
korebuild-lock.txt Add reference to MVC.Razor.Extensions 2018-02-15 15:43:04 -08:00
korebuild.json
…
run.cmd
…
run.ps1
…
run.sh
…
version.props Update version on Mvc.Analyzers to be 0.1.0-alpha2 2018-02-01 16:35:22 -08:00

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), please go to https://github.com/aspnet/AspNetWebStack

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.

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.