Serialization

CouchDb

Protecting your CouchDB Views

If you work with a SQL or other RDBMS database you most likely have your schema backed up somewhere under source control.  CouchDB is a slightly more complicated beast...

Read More
ASP>NET

Custom Date Formats and the MVC Model Binder

Customising the way that MVC deals with date properties.

Read More
.NET

Deserializing Interface Properties using Json.Net

How can you deserialize a property value without a strong type?

Read More