Welcome to MSDN Blogs
Sign in
|
Join
|
Help
DLR Hosting and related stuff...
Knowledge is POWER
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET FW & Runtime
Addin
beta
breaking change
C#
codeplex
CompiledCode
CustomSymbolDictionary
DLR
Editor
Execute
Hosting API
HowTo
IAttributesCollection
IDE
IronPython
IronRuby
LINQ
LoadAssembly
methods
Notes
open source
QikScript
ReadConfiguration
Release
sample
ScriptIO
ScriptRuntime
ScriptRuntimeSetup
ScriptScope
ScriptSource
spec update
v0.9
Visual Studio
News
zuura
These postings are provided "AS IS" with no warranties, and confers no rights. Use of included code samples are subject to the terms specified at
Microsoft - Information on Terms of Use
.
Archives
December 2008 (1)
November 2008 (1)
September 2008 (4)
August 2008 (3)
July 2008 (6)
June 2008 (2)
April 2007 (1)
August 2006 (4)
June 2006 (4)
March 2006 (1)
February 2006 (1)
December 2005 (1)
November 2005 (3)
October 2005 (3)
September 2008 - Posts
Friday, September 19, 2008 7:36 PM
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:
Hosting API
,
DLR
,
LINQ
Sunday, September 14, 2008 4:39 PM
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
Posted by
seshadripv
|
1 Comments
Filed under:
IronPython
,
Hosting API
,
ScriptRuntime
,
HowTo
Thursday, September 11, 2008 10:58 AM
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
Posted by
seshadripv
|
5 Comments
Filed under:
IronPython
,
Hosting API
,
DLR
,
sample
,
C#
,
IronRuby
,
ScriptRuntime
,
HowTo
,
ScriptRuntimeSetup
,
ReadConfiguration
Attachment(s):
HelloDLRWorld.zip
Sunday, September 07, 2008 2:32 PM
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
Posted by
seshadripv
|
7 Comments
Filed under:
Hosting API
,
ScriptRuntime
,
HowTo
,
breaking change
,
spec update
,
ScriptRuntimeSetup