Welcome to MSDN Blogs Sign in | Join | Help

May 2007 - Posts

Learning to Profile

I went to a meeting with Rico the other day and he showed us a few approaches he uses when solving performance issues. He is a performance engineer with many years of experience so it really was a case of watch and learn. This got me thinking about how
Posted by colinth | 1 Comments
Filed under:

C# for C++ Devs: Structs vs Classes

I'm from a C++ background and now I'm working quite a bit more with C# so I'm learning new things all the time. One thing that baffled me recently was caused by the difference between structs and classes in C#. In C++ the only difference between struct
Posted by colinth | 0 Comments
Filed under:

Basic Profiler Scenarios

This post was going to cover some basic scenarios discussing the differences between sampling and instrumentation and when you would choose to switch methods, but then I found there is already something like that in MSDN . If you haven't already, go and
 
Page view tracker