Mapping XML column with XSD schema validation in EF Code First
The XML data type allows storing a xml content in our SQL Server database. The great feature is that we can also attach an XSD schema to it and have the xml content automatically validated. Here I am going to show you how to set it up together with Entity Framework Code First.
By Mirek on (tags: Entity Framework, SQL Server, XML, XSD, categories: architecture, code)