Wednesday, January 06, 2010
A simple introduction to dependency injection in asp.net MVC
Tuesday, January 05, 2010
Windows Communication Foundation (WCF) uses a serialization engine called the Data Contract Serializer by default to serialize and deserialize data (convert it to and from XML). All .NET Framework primitive types, such as integers and strings, as well as certain types treated as primitives, such as DateTime and XmlElement, can be serialized with no other preparation and are considered as having default data contracts. This post examines the basics of Data Contract serialization.