Can I generate a C# class from an XML file?
To convert XML into a C# Class:
Note: in the fullness of time, this app may be replaced, but chances are, there'll be another tool that does the same thing.
If you are working on .NET 4.5 project in VS 2012 (or newer), you can just Special Paste your XML file as classes.
EDIT > Paste Special > Paste XML As Classes