Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » random .net » Sample Code   (RSS)
Sorry, but there are no more tags available to filter with.

Foreach codegen

Do you know how the following C# code compiles? foreach ( int i in c) { Console .WriteLine(i); } In addition to the obvious branching opcodes, this can also emit try/finally, a call to IDisposable, unboxing opcodes. It turns out it really depends on the
Posted by jmstall | 5 Comments
Filed under: ,

Setting transparency in an image

Just as Jackie Chan does his own stunts; I do my own image drawing. Some of my "art": (The yellow arrow here ). The shapes in my Silverlight 1.1 app : The astute observer probably noticed that all of my work is very primitive and done in MS Paint (yup,
Posted by jmstall | 7 Comments
Filed under: ,
 
Page view tracker