Write class instance to XML File and read file contents
You have a class and you need to save values to of the class to an xml file to be consumed later on [code source=”C#”] public class TemplateInformation { public string StoredProcedure { get; set; } public List<string> Parameters { get; set; } public string TemplatePath { get; set; } public string TemplateName { get; … More Write class instance to XML File and read file contents





