Welcome to MSDN Blogs Sign in | Join | Help

April 2009 - Posts

Generating P/Invoke Signature

I have been using PInvoke.Net for long time. I discovered a tool, P/Invoke Interop Assistant. It is very cool. Not only it can gives you the managed wrapper around the native Windows API, it also gives you the ability to generate the unmanaged signature
Posted by HelloWorld | 2 Comments

Workaround to deserialize ‘True’, ‘False’ using XmlSerializer

This is the scenario, system A is taking an xml from system B. System A will deserialize the xml into an object. Unfortunately, a dev in system B decides that System.Xml namespace is evil and construct the xml using StringBuilder. In one of the element,
Posted by HelloWorld | 0 Comments
 
Page view tracker