Does ASP.NET MVC provide a standard authentication feature or do you need to manually create your own authentication? If the latter, is there any third-party validator available for ASP.NET MVC web applications?
Shortly after I posted this answer, I found xval , which is the basis of validation for ASP.NET MVC.
ASP.NET MVC , Html.ValidationSummary() Html.ValidationMessage(). , TryUpdateModel. . - , .
Html.ValidationSummary()
Html.ValidationMessage()
TryUpdateModel
www.codebetter.com, . , xVal - , .
, Stephen Walther blog. LINQ2SQL, IValidatedEntity, GetRuleViolations() OnValidate, GetRuleViolations(), , . SubmitChanges . , GetRuleViolations() .
.NET validation framework. , , , . - linq . script.
MVC RC HtmlHelpers .
, , SplitBranch → QSAspMvc. .
Source: https://habr.com/ru/post/1702760/More articles:Eclipse PDE - marker annotation type - background color is not updated - eclipseHow to see the latest relationship changes in a SQL 2000 database - sql-serverTabbed Interface in C # / WPF - c #What do you think of Castle ActiveRecord? - activerecordQuestion about the implementation of GetHashCode - performanceShould I clone or denormalize my database for portable use? - databaseFirefox extension: Insert javascript into a web page - firefox-addonIs there any way to find out how much RAM is used in a session? - asp.netЛучшая практика для работы служб отчетов SQL Server. Должен ли я запускать базу данных или веб-сервер? - sql-serverHow do I know if a user account is registered using ASP.Net Forms authentication? - securityAll Articles