Welcome to MSDN Blogs Sign in | Join | Help

September 2006 - Posts

Creating large flat classes for data binding is one way of doing things. But you should check out this article before anyone decides to tightly couple your object model with your data representation. Mike has put this down beatifully. http://blogs.msdn.com/mikechr/archive/2006/05/17/600697.asp Read More...
When generating proxies for Data contracts that are generics types, we see that the hash of the name follows the types to avoid naming collision.To avoid this we can expose a type as follows [ DataContract( Name=" ShapeWithDimensionsIn {0} ) ] public Read More...
Generating sample xml date from schema's seems to be quite a common task. You can find a really nice article on msdn which shows how to do this quite easily. If you just want the code you can download it from here . Read More...
 
Page view tracker