- #439 (2 of 3) - correct namespaces - correct `Resources` class and member names; add new resources - add `RequestServices` property to `ClientModelValidationContext` - adjust to modern `IUrlHelper` API - add `IClientModelValidator` support in `DataAnnotationsModelValidator` - move previously-unused `StringSplit()` to `RemoteAttribute` and rename - rewrite `RemoteAttributeTest` - improve test method names Reduce number of `[Remote]` constructor overloads - remove `AreaReference` enum and related `[Remote]` constructor overload - use `null` or empty `string` as explicit reference to the root area - generally reduce parameter validation; match `UrlHelper` Cleanup - correct Engineering Guidelines violations - especially: add doc comments - correct spelling error in `_additonalFieldsSplit` nits: - minimize `null` checks in `AdditionalFields` - make `GetClientValidationRules` `virtual`; some subclasses use `new` today - add tests of `DataAnnotationsModelValidator.GetClientValidationRules()` - remove `builder.ToString()` calls since it appears https://roslyn.codeplex.com/workitem/246 has been resolved or Moq has worked around that issue. |
||
|---|---|---|
| samples | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE.txt | ||
| Mvc.NoFun.sln | ||
| Mvc.sln | ||
| NuGet.Config | ||
| README.md | ||
| Settings.StyleCop | ||
| build.cmd | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||
README.md
ASP.NET MVC
ASP.NET 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 MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.
ASP.NET MVC in ASP.NET 5 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.
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.