Welcome to MSDN Blogs Sign in | Join | Help

October 2009 - Posts

Irony

(Ironically, this post is not about irony in it's traditional sense ) Irony ( http://irony.codeplex.com ) is an open-source .NET compiler construction framework written by Roman Ivantsov . It is a ".NET Language Implementation Toolkit". The
Posted by Kirill Osenkov | 4 Comments
Filed under: ,

Indexed Properties in C# 4.0

Executive summary: In C# 4.0 you can call parameterized properties declared in COM using the indexer syntax, for instance instead of excel.get_Range("a") you can now write excel.Range["a"]. You can’t declare your own indexed properties

Visual Studio 2010 Beta 2 Known Issues

[This is Part 1. Read Part 2 here ] Now that we’ve shipped Beta2 and the world is busy downloading the fresh new bits, I’m very excited to know what do you guys think? Will you like it? Will there be major issues that we missed? Time will show :) http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx

Saving images (.bmp, .png, etc) in WPF/Silverlight

I’ve recently added a new feature to Live Geometry that allows users to save the current drawing as a bitmap or a .png file. Just push the save button and pick the desired image format in the Save dialog: Fortunately, both WPF and Silverlight support

Links

There are several good folks out there who regularly accumulate interesting links about all things .NET and other stuff on their blogs (cast in alphabetical order): Alvin Ashcraft Alvin Ashcraft's Morning Dew .NET Development Resources from a Progressive.NET
Posted by Kirill Osenkov | 0 Comments
Filed under:
 
Page view tracker