I've been using Linq To XML in order to mapp the XML DOcument to .NET OBjects.
Could anyone please guide me whether there any too exist where I can pass XML Document (string) and it returns strongly Type .NET OBject?
I've been looking at XSD2Code and having a problem passing the whole XML as it seems to create separate classes for each Elements.