September 2008 - Posts

0
Comments

Loading XML with accented characters breaks System.XmlDocument.Load() by Keith Barrows

It took me a bit of time but I finally found a solution for loading a XML file that has accented characters (like áéíóúâä) into a UTF-8 format.  I'm loading data for a client and it ended up having a name in it...
0
Comments

Managed Extensibility Framework (MEF) is on CodePlex by Keith Barrows

The Managed Extensibility Framework (MEF) is a new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed. If you are building extensible...
More Posts