DLR Team at Tech Ed

Snow in Denver!

If you’re at Tech Ed this year, make sure that you check out my team’s talks. We also have a booth(!) this year, so make sure you drop by to say hi to John Messerly, Qing Ye, Dmitry Robsman, and Mahesh Prakriya.

DEV315 – IronPython and Dynamic Languages on .NET

IronPython is the codename for a new implementation of the Python programming language on the .NET Framework. IronPython is fast—in fact, up to 1.8 times faster than Python-2.4 on the standard pystone benchmark. It supports an interactive interpreter with fully dynamic compilation as well as static compilation to produce pre-compiled executables. It’s well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers. This session shows how IronPython brings the power of .NET to Python and the power of Python to .NET. At OSCON 2004, the first public release of IronPython was announced. This session demonstrates the latest IronPython version in a range of situations from using GUI frameworks to driving Microsoft Office applications to working with a variety of external libraries. We also discuss other scripting languages on .NET.

WEB06-TLC – Developing Data Driven Applications Using the New Dynamic Data Controls in ASP.NET

ASP.NET dynamic data controls are part of a powerful, rich new framework that lets you create data driven ASP.NET applications very easily. ASP.NET dynamic data controls do this by automatically discovering the schema at runtime, deriving behavior from the database and finally creating an ASP.NET page. Anything that can be inferred from the schema works with almost no user effort. If needed, the page can then be further customized either by using static languages such as Microsoft Visual C# or Visual Basic .NET or dynamic languages such as IronPython, Visual Basic, Jscript, etc. In this talk, we show you how to build rich, database driven Web applications from scratch, such as TaskList along with other demos.

WEB324 – Dynamic Languages on the Web

After attending this talk you will know how to use dynamic languages (such as IronPython, Jscript, VBx and IronRuby) in Silverlight and ASP.NET. ASP.NET and Silverlight are two great example hosts of Dynamic Language Runtime (DLR) and the languages listed above are implemented on DLR. We first demo in Silverlight, then ASP.NET, and end with a combined demo of the two!

Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!