Welcome to MSDN Blogs Sign in | Join | Help

MSDN Utopia

Salvador Patuel 's architectural challenges. Application Development Consultants Team

Browse by Tags

All Tags » Design » cache   (RSS)
Working with memory mapped files in .NET 4
I 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 I Read More...
Design: Ephemeral cache explored
Many of .net developers are familiar with the ephemeral model included in the garbage collector. The idea of using generations in order to manage the lifespan of the objects is extremely helpful when you need to control the life of an object. Incidentally, Read More...
Page view tracker