Category Archives: .Net

ExpandoObject and XML in C# 4.0

I am working on a .Net project recently and was toying with how to bring in configuration data from an XML file. I thought about creating XSD binding objects, but this felt to restrictive. I thought about creating a map … Continue reading

Posted in .Net, C#, MVC2 | Tagged , , , , , | Leave a comment