Can I take advantage of ASP.NET MVC model validation features (for example using [StringLength(n)] and other validation attributes on model class properties) without using Entity Framework? I want to gain the benefit of this validation functionality during model binding but I want to use a different ORM for my data access.
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Model validation features such as
|
|||
|