I am looking to return the following class through a web service, which includes an enum type as one of its members.
My repository has List<Student>, List<Course> and List<Enrolment> where an Enrolment has Enrolment.Student and Enrolment.Course which are references one of the students or courses in
On my website I have a form that takes in some textual user input. All works fine for \"normal\" characters. However when unicode characters are input... well, the plot thickens.
Is there a simpler way to output a Linq to SQL table to XML (eventually to a web page?)Unfortunately, I am not using MVC, but I could put a reference to it in my aspx C# page.
So I am trying to simply decorate a class to serialize it as XML. Here\'s an example of my problem. [XmlElement(\"Dest\")]
I am an XML beginner, using C# .NET 2.0/Visual Studio 2005. What I have is a data sample in XML that I\'d like to convert into strongly typed data structures.I also have an XSD for that file that I
I\'ve got an object that is being serialized / deserialized via the XmlSerializer in C#, .NET 3.5. One of the properties (and more in the future) is a collection: List where T is an enum value. This s
Hopefully a question with a very simple answer, but it\'s not one that I\'ve been able to find. I have a small XML document that looks roughly like this:
please help. I have this code, it\'s my class to serialize\\deserialize application settings. [XmlRoot(\"EvaStartupData\")]
I have a class that I need to do some custom XML output from, thus I implement the IXmlSerializable interface. However, some of the fields I want to output with the default serialization except I want