Performance oriented Xml and JSON serialization in .NET
Microsoft .NET framework provides multiple out-of-the-box data serializers for data transformations. The most famous one used since .NET 1.0 version is XmlS...
Microsoft .NET framework provides multiple out-of-the-box data serializers for data transformations. The most famous one used since .NET 1.0 version is XmlS...
This is in continuation to my previous post Silverlight Best Practices – I, where I talked about Design Considerations. These design considerations were a b...
[Republished after additions] This is in continuation to my previous post Silverlight Best Practices – II, where I talked about Business Layer Design Conside...
I have been working on Designing and Development of Rich UI applications on Silverlight, and Windows Phone platforms and high performing applications as midd...
In creating performance-centric applications one has to be very cautious about how and when objects are created and destroyed. An early creation of an objec...