Browse by Tags
All Tags »
.NET (RSS)
oI have been exploring different new features that come with the .NET 4, beyond the most popular ones like dynamic types and covariance; I was interested in performance enhancements. For this reason I am going to publish a couple of blog entries were
Read More...
Another interesting new feature of the CLR 4 comes from the Garbage collection team. On this version, they are adding some performance enhancements on the memory allocation process. The feature is commonly called “Background GC”. But what does it actually
Read More...
This post by Pedram looks at Parallel Extensions in the .NET Framework, to view other posts by Pedram visit his blog at http://blogs.msdn.com/pedram/ There is no escaping from concurrency challenges... or is there? (A slightly modified version of this
Read More...
First post on the blog by Mehran, in this post he gives us a guide to .NET Application Architecture. If you have been using the .NET Framework since its first version, you may remember the Application Architecture for .NET guide, which was published back
Read More...