background preloader

IronPython

Facebook Twitter

Previews. This site contains documentation for standalone, ASP.NET-related preview releases when they are available. In the Standalone Releases section, you can find more information about the current releases that are available. The following pages provide documentation, links to download locations, and information about any previews or other versions of standalone releases currently available: ASP.NET AJAX. ASP.NET Dynamic Data.ASP.NET MVC. Previously, the ASP.NET Extensions Web site contained documentation for several ASP.NET Extensions features. The documentation for these earlier implementations of ASP.NET AJAX and ASP.NET Dynamic Data has been integrated into the released .NET Framework 3.5 SP1 documentation for ASP.NET on MSDN. Further, the ASP.NET Web server controls for Silverlight are now documented along with Silverlight in the MSDN library. Documentation for these features is available on the following pages in the MSDN library:

ASP.NET. Download the ASP.NET Dynamic Language Support Release Introduction Dynamic Languages are a class of high-level programming languages that do not rely on static typing. Many decisions that are made at compile time by a statically typed language are instead made at run time by a dynamic language. For example, many dynamic languages use dynamic typing, where an object’s type is determined at run time instead of at compile time. There are many good static languages, such as C#, and many good dynamic languages, such as IronPython. Giving ASP.NET users the choice of languages was part of the design since our first version of ASP.NET, and this Dynamic Language Support is just another step in that direction.

This Release This release is compatible with both the IronPython 2.6 release and IronPython 2.7 Alpha 1. Included in this release are two WebForms examples that are written in IronPython: “hello-webforms” and “album-handler”, which can be found in the “examples” directory. Current Limitations. Documentation / .NET Integration. Python in the browser - Documentation. IronPython Studio. IronPython Cookbook. IronPython.net / IronPython. Python Tools for Visual Studio.