Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Dynamic   (RSS)

New Article by Bill Wagner on Dynamic Method Bags in C# 4.0

C# MVP and wunderkind Bill Wagner has written an article entitled Dynamic Method Bags which is now available on MSDN. Bill explores the new dynamic feature in C# 4.0. Most posts on this subject explain how to use dynamic to call Python, Ruby or Office.
Posted by Charlie Calvert | 3 Comments
Filed under: ,

Running IronPython Scripts from a C# 4.0 Program

IronPython is a scripting language hosted on the .NET platform. This posts shows how you can use the Dynamic Language Runtime (DLR) and the new C# 4.0 dynamic keyword to call an IronPython script from a C# program. Before going any further, it might be
Posted by Charlie Calvert | 3 Comments
Filed under: , , ,

Getting Started with IronPython

pre.myclass {color:black; background:lightgray} I recently spent some time getting IronPython up and running on my system; I will review what I learned in this post. Hosted inside an interpreter, Python belongs to the same family of scripting tools as
Posted by Charlie Calvert | 0 Comments
Filed under: , ,

IronRuby and IronPython for .NET 4.0 Beta 2 Available

The third preview of IronRuby and IronPython running under the Dynamic Language Runtime and .NET 4.0 is now available. You can easily use IronPython and IronRuby objects and types as .NET 4.0 dynamic objects from within the pre-release versions of C#
Posted by Charlie Calvert | 0 Comments
Filed under: ,

Recent Videos from the C# Team (2008-2009)

Here is a selection of videos created between July, 2008 and July, 2009 by members of the C# team at Microsoft: C# 4.0 Meet the Design Team : Anders Hejlsberg, Eric Lippert , et al Error Checking Feature in Visual Studio Service Pack 1 : DJ Park Inside

New Features in C# 4.0 Paper, plus Feedback and Samples

Mads Torgersen, a C# PM and member of the C# design team, has worked with other members of the C# team to create a document that outlines the new features in C# 4.0. Along with Anders’ PDC talk , this is probably the best way to get an overview of what
 
Page view tracker