Welcome to MSDN Blogs Sign in | Join | Help

September 2008 - Posts

Using LINQ and the DLR in the same application

The recent beta release of the DLR allows the usage of LINQ and other CSharp 3.0 features in an application that hosts the DLR. Harry , our IronPython PM has a detailed post explaining why this was not possible before and whats changed now.
Posted by seshadripv | 1 Comments
Filed under: , ,

DLR Hosting API : How to create a ScriptRuntime object without using App.Config files using language specific hosting API

This previous post demonstrates the use of App.Config files to create script runtimes to host dynamic languages in an application. It is also possible to create runtimes without using a config file. The API to create a runtime and a python engine without

DLR Hosting Sample : Simple dlr host using the new App.Config based ScriptRuntime creation

Due to the recent changes to the DLR Hosting API , dlr hosts now have to use the App.Config file to configure the languages they intend to use in the application. It’s probably a little bit more complex than before to get started on Hosting the DLR after

DLR Hosting API : latest version of the spec is available online (includes changes to runtime initialization)

The latest version of the Hosting API spec is available here . The most recent source code drop to the IronPython codeplex site conforms to this spec (except for some open bugs). The biggest change this spec introduces to the beta4 binaries is the way
 
Page view tracker