Download PPTX slide here: Part 1 You can't troubleshoot a problem effectively until you first know what the problem is. When applications encounter stability or performance issues in the production environment, obtaining an accurate problem definition is a key first-step to reducing Time To…
CLR Architect Vance Morrison has been very busy working on the future of the CLR, especially as it relates to execution performance and the type system. Some of his latest work is present in the upcoming 4th version of the virtual machine that powers all
things .NET, CLR 4, which ships with Visual…
Jeff Wilcox is a developer on the Silverlight team. He spends a lot of his time (~80%) coding in C++. Strange? Of course not... Silverlight is a portable managed runtime and C++ (C with classes in this case) is what enables Silverlight portability. Of course, Jeff also…
Today, we released a new version of Reactive Extensions for .NET.
This new version is a good reason to end the long video silence on C9. Here, Wes, Bart, and Jeff discuss the various changes in this release, why it took so long, and what we have been doing these last couple of months.
Rx can…
Bart De Smet is one of the highly talented software engineers on Erik Meijer's team and the chief architect of the LINQ to Anything dream. You should watch his excellent PDC10 session on this topic.As you learned on Channel 9 Live's PDC10 conversation with Wolfram Schulte and Erik Meijer, Z3…
At the PDC last year, you may have seen that NASA and Microsoft made a number of announcements. New data APIs in Codename Dallas, a Silverlight+ASP.NET MVC 2 site on Azure...but did you realize they also launched a programming competition?
NASA has hundreds of thousands of images from…
Joe Albahari is the creator of LINQPad, an application that many of you use in your daily development of .NET applications/services, especially those that employ LINQ in some fashion. It's just a fantastic developer tool for C#; one that C9 celebrity genius and avid LINQPad user Brian…
At a certain level, computers are all about giving computational power and resources to the common man. Even though many of you may not remember it, it wasn't that long ago when computers were tools which could only be afforded by the very largest of companies. Today however; computers are a…
What is Roslyn? Traditionally, compilers are black boxes – source code goes in one end and object files or assemblies come out the other end. The Roslyn project changes that model by opening up the Visual Basic and C# compilers as APIs. These APIs allow tools and end-users to share in the wealth of…