c# .net MVC4 Model to represent table or form
- by Matthew Chambers
Hello I am a little confused with regards to models in mvc 4 and thought someone may be able to point me in the right direction. This would be most appreciated.
For example if i have a table that has the following fields
[StringLength(100, ErrorMessage = "The {0} must be at least {2} characters long.", MinimumLength = 5)]
…