ISV Architect Evangelist Bruce Kyle of Microsoft and
MVP Stuart Celarier explore the new languages features in C#. It's a Whirlwind Tour of the important language features of C# 4. Stuart describes each major feature and why it is useful. But doesn't get into best practices nor suggested…
Dynamic languages are becoming more popular than ever. Static runtimes (static type system is baked into the machine) like the CLR do not natively support languages that have no requirement for explicit types. Implementing languages of this class on the
CLR is a rather complicated and…
This Week on Channel 9 with guest host Ed Kaim, we cover
- Microsoft Partners
with Top Social Networks (0:50 - 2:50)
- ASP.NET MVC Source
available for download (2:50 - 3:50)
- Silverlight version of Visual Studio Express site launches (3:50 - 5:06)
- Martin Maly…
Jimmy Schementi is a Program Manager (and developer) on the IronRuby team. IronRuby is an
Open Source implementation of the
Ruby programming language for
.NET, heavily relying on Microsoft's
Dynamic Language Runtime. IronRuby is Ruby, but implemented on top of the DLR (which of…
In recent years dynamically typed languages have received more and more attention on the .NET platform. Initially, an implementation of Python showed up. Later, the Dynamic Language Runtime (DLR) appeared which made it much easier to implement dynamically typed languages on .NET. This session…
In this geekSpeak, Mike Vincent explains how dynamic languages like Iron Python and Iron Ruby running on the Dynamic Language Runtime (DLR) give you new options when choosing the best tool for the job. Mike addresses the advantages you can gain from using
dynamic languages, when and where you…
In this interview
Kevin Hazzard, C# MVP based in Richmond, Virginia, discusses with
Zhiming Xue dynamic languages like Python and Ruby, the Dynamic Language Runtime (DLR) from Microsoft and the next generation of C# that’s becoming a dynamic language. He explains that the DLR as “the…