Blog Posts

Recent posts

Understanding COM threading model(Apartment)

less than 1 minute read

I have found very useful articles for understanding COM threading model about Apartment. If you want to understand COM Apartment model, the following article...

Something about .NET profiler

less than 1 minute read

The following link explains about how .NET profiler works. http://blogs.msdn.com/b/davbr/archive/2007/03/22/enter-leave-tailcall-hooks-part-1-basics.aspx Usi...