Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » C# » Visual Studio   (RSS)

Performance: Inserting Marks Using Code

Ian previously covered using the VS 2008 Data Collection Control to choose when to collect data . The Data Collection Control can also be used to insert marks into the performance report, but sometimes it is convenient to modify the source code to do

C# for C++ Devs: Generics vs Templates for Primitive Types

I was trying to write some type-generic (almost) code in C# using a pattern that I commonly use in C++. A very simple version of what I was trying to do looks something like: class B {}; template < typename T> int convert(T value) { return ( int
Posted by colinth | 3 Comments
Filed under: ,
 
Page view tracker