Sunday, July 03, 2005 - Posts

XmlSerializerPreCompiler

XmlSerializerPreCompiler (by Chris Sells)
 
Tired of the XmlSerializer's generic "File or assembly name ctewkx4b.dll, or one of its dependencies, was not found" exception? The XmlSerializerPreCompiler tools checks to see if a type can be serialized by the XmlSerializer class and if it can't, shows the compiler errors happening behind the scenes so that the type can be modified. Enjoy. This just in: Mathew Nolton has posted
a GUI front-end to my XmlSerializerPreCompiler that you might find useful. Thanks, Matt!
 
[
Visit Website] [Download now]
with 0 Comments

.NET FormatDesigner

.NET FormatDesigner (by Chris Sells)
 
 FormatDesigner is an application to experiment with the format strings used to format data in String.Format and various type's ToString functions.
 
 [
Visit Website] [Download now]
with 0 Comments