Welcome to MSDN Blogs Sign in | Join | Help

August 2009 - Posts

www.officelabs.com and Garage: How Microsoft Supports Grassroots Innovation

This post was originally aimed for Microsoft employees who also have a side project, or a hobby project. It turns out, we have a nice internal thing called “The Garage” that is aimed to specifically support and foster such “evenings-

Calling new on an interface

Interesting thing: technically there is a way to call new on an interface to create an object. How? Using a feature in the C# compiler for COM-interop support: using System.Runtime.InteropServices; class Program { static void Main( string [] args) { IFoo
Posted by Kirill Osenkov | 10 Comments
Filed under: ,

Visual Studio disappears when creating a Silverlight 3 Application

I have Visual Studio 2008 SP1 and Silverlight 3 tools on the laptop I’m writing this post on. Ten minutes ago I was trying to create a new Silverlight 3 application through the New Project Dialog and after creating the project Visual Studio just disappeared
Posted by Kirill Osenkov | 0 Comments
Filed under:

5 min. screencast: Live Geometry overview

Microsoft sponsored a usability study for my side project Live Geometry , and I have to say, it was awesome. It was a lot of fun watching the participants using the software and I got a ton of great and useful feedback. I have to confess, I didn’t realize
 
Page view tracker