Welcome to MSDN Blogs Sign in | Join | Help

July 2009 - Posts

All C# Compiler Developer Team blogs

With Ian Halliday , a developer on the C# Compiler team who started to blog recently, all of the C# compiler devs are blogging! Here’s the list of their blogs sorted alphabetically: Chris Burrows - http://blogs.msdn.com/cburrows/ Ian Halliday - http://blogs.msdn.com/ianhalliday/
Posted by Kirill Osenkov | 2 Comments
Filed under:

Instantiating types with no public constructors

It turns out, Activator.CreateInstance and Activator.CreateInstance<T> fail if there is no public parameterless constructor defined on a type we’re trying to instantiate. Even if the constructor is internal (basically, anything other than public),
Posted by Kirill Osenkov | 6 Comments
Filed under:

Comparing doubles can produce unexpected results

Well, guess what, smart people learn from other people’s mistakes and Kirill learns from his own. This is actually a well-known caveat about doubles, but still a reminder about something to be aware of. A double value can be something else than you might

Having Fun with the New Editor in VS 2010

I was figuring out how to test the new WPF editor through the new managed API and it suddenly occurred to me how easy it is to do things to the editor that just weren’t possible before. For example, I decided that I like my editor rotated: Why? Because
Posted by Kirill Osenkov | 6 Comments
Filed under: ,

Bling: a WPF Framework/Declarative Strongly-Typed DSL for Quick Expressive C# WPF Apps

Several weeks ago I met with Sean McDirmid from the Microsoft’s Research and Prototyping facility in Beijing to chat about IDE design and his recent projects. Sean is a well-known researcher with broad interests in languages, compilers, and, recently,
Posted by Kirill Osenkov | 0 Comments
Filed under:

Silverlight 3 is out!

“Well, unless you’ve been living under a rock…” © CyrusN :) I’m very excited about Silverlight 3 which has TONS of new awesome features, from better graphics and text to out-of-browser support, style improvements and… drumroll… SaveFileDialog (finally)
Posted by Kirill Osenkov | 0 Comments
Filed under:

http://silverlight.live.com

http://silverlight.live.com (Microsoft Silverlight Streaming) is a free service from Microsoft to host your Silverlight applications and videos. You can upload your .xap or .wmv files and reference them from any websites, blogs, etc. My favorite part

Samples for the Undo Framework

I just added some samples for the Undo Framework . You can find the samples in the source code or download them from the project website. MinimalSample First is a simple Console App sample called MinimalSample. Here’s the full source code: using System;
Posted by Kirill Osenkov | 6 Comments
Filed under: ,
 
Page view tracker