Welcome to MSDN Blogs Sign in | Join | Help

UK Application Development Consulting

Your dev. Our passion.

Browse by Tags

All Tags » .NET   (RSS)
Working with memory mapped files in .NET 4
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...
New .NET Attributes
The very first talk I gave on .NET was on custom attributes – some time way back in late 2000 or early 2001. At the time I was espousing the benefits of using custom attributes to add on details of unit tests and bug fixes. There have been many additions Read More...
Background and Foreground GC in .NET 4
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...
Introducing Parallel Extensions to the .NET Framework
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...
.NET Application Architecture Guide - Application Types, Architectural Styles and Architecture Frames
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...
Page view tracker