|
|
5 лет назад | |
|---|---|---|
| .. | ||
| Mvc | 5 лет назад | |
| Mvc.Abstractions | 5 лет назад | |
| Mvc.Analyzers | 5 лет назад | |
| Mvc.Api.Analyzers | 5 лет назад | |
| Mvc.ApiExplorer | 5 лет назад | |
| Mvc.Core | 5 лет назад | |
| Mvc.Cors | 5 лет назад | |
| Mvc.DataAnnotations | 5 лет назад | |
| Mvc.Formatters.Json | 5 лет назад | |
| Mvc.Formatters.Xml | 5 лет назад | |
| Mvc.Localization | 5 лет назад | |
| Mvc.NewtonsoftJson | 5 лет назад | |
| Mvc.Razor | 5 лет назад | |
| Mvc.Razor.RuntimeCompilation | 5 лет назад | |
| Mvc.RazorPages | 5 лет назад | |
| Mvc.TagHelpers | 5 лет назад | |
| Mvc.Testing | 5 лет назад | |
| Mvc.ViewFeatures | 5 лет назад | |
| benchmarkapps | 5 лет назад | |
| benchmarks | 5 лет назад | |
| build | 7 лет назад | |
| samples | 5 лет назад | |
| shared | 6 лет назад | |
| test | 5 лет назад | |
| .editorconfig | 5 лет назад | |
| .vsconfig | 6 лет назад | |
| Directory.Build.props | 5 лет назад | |
| Mvc.slnf | 5 лет назад | |
| MvcNoDeps.slnf | 5 лет назад | |
| MvcTests.ruleset | 7 лет назад | |
| README.md | 7 лет назад | |
| Settings.StyleCop | 7 лет назад | |
| build.cmd | 6 лет назад | |
| build.sh | 7 лет назад | |
| buildWithProcDump.cmd | 7 лет назад | |
| runWithProcDump.ps1 | 7 лет назад | |
| startvs.cmd | 5 лет назад | |
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
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.
To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.