ASP.NET MVC2 - usage of LINQ-generated class (validation problem)
- by ile
There are few things not clear to me about ASP.NET MV2.
In database I have table Contacts with several fields, and there is an additional field XmlFields of which type is xml. In that field are stored additional description fields.
There are 4 classes:
Contact class which corresponds to Contact table and is defined by default when creating LINQ…