Welcome to MSDN Blogs Sign in | Join | Help

May 2008 - Posts

Testing

If you're interested in testing or would like to learn more about it, here are a couple of links: MSDN recently announced Tester Center: http://msdn.com/testercenter - this is a centralized resource about testing from Microsoft. Quote: "The Microsoft
Posted by Kirill Osenkov | 10 Comments
Filed under:

Algorithms in C#: Connected Component Labeling

I have to admit, I'm not very good at interviews. For some reason my mind isn't trained well for sorting linked lists or balancing binary trees on the whiteboard. I have no problem designing 600+ type hierarchies and building complex object-oriented frameworks,
Posted by Kirill Osenkov | 5 Comments
Filed under: ,

How to determine the .NET installation directory and CLR version

I recently discovered the System.Runtime.InteropServices. RuntimeEnvironment class, especially RuntimeEnvironment.GetRuntimeDirectory(). Also, RuntimeEnvironment.GetSystemVersion() gets the version of the CLR that is running the current process.
Posted by Kirill Osenkov | 0 Comments
Filed under: ,

How to map a Visual Studio macro to a keyboard shortcut?

The complete answer is here: http://msdn.microsoft.com/en-us/library/a0003t62.aspx Excerpt: Choose Options on the Tools menu to display the Options dialog box. In the Environment folder, click Keyboard. In the Show commands containing box, type "macros."
Posted by Kirill Osenkov | 3 Comments
Filed under:
 
Page view tracker