Dealing with XML in ASP.NET MVC
Posted
by Matt W
on Stack Overflow
See other posts from Stack Overflow
or by Matt W
Published on 2010-01-21T09:31:33Z
Indexed on
2010/04/11
10:43 UTC
Read the original article
Hit count: 400
I have a block of XML in a database which is easy enough to pull out using ASP.NET MVC, however I would like to access and modify the XML in an way more consistent with class instances. Is there a way to get the MVC (or any other model) to generate a data access (or perhaps Entity) class set from the DB-stored XML?
If the above is rather obtuse, the question could be summarised as; What method would you use to best access and modify XML stored in a database from an ASP.NET MVC application?
Thanks,
Matt.
© Stack Overflow or respective owner