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)
Browse by Tags
All Tags
»
DLR
»
Hosting API
(RSS)
Addin
C#
CompiledCode
Execute
HowTo
IronPython
IronRuby
LINQ
methods
QikScript
ReadConfiguration
sample
ScriptIO
ScriptRuntime
ScriptRuntimeSetup
ScriptScope
ScriptSource
Visual Studio
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
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
Monday, July 28, 2008 8:55 PM
4 different ways to execute IronPython code using the DLR Hosting API
Normal 0 false false false EN-US ZH-TW X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes;
Posted by
seshadripv
|
1 Comments
Filed under:
IronPython
,
Hosting API
,
DLR
,
IronRuby
,
ScriptRuntime
,
ScriptSource
,
Execute
,
ScriptScope
,
CompiledCode
,
methods
Thursday, July 17, 2008 2:01 PM
DLR Hosting Sample : QikScript - Handle Visual Studio 2008 extensibility events in IronPython
The DLR Hosting API offers a well defined interface for managed applications to host and utilize the power of the DLR (Dynamic Language Runtime) to enable end user scripting. The objective of this sample (and the forthcoming series of posts based on this
Posted by
seshadripv
|
2 Comments
Filed under:
IronPython
,
Hosting API
,
DLR
,
sample
,
C#
,
Visual Studio
,
QikScript
,
Addin
Attachment(s):
QikScript.zip
Tuesday, July 08, 2008 8:58 PM
How to redirect output from python using the DLR Hosting API
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes;
Posted by
seshadripv
|
1 Comments
Filed under:
IronPython
,
Hosting API
,
DLR
,
sample
,
C#
,
ScriptIO
Monday, June 30, 2008 8:10 PM
How to invoke a IronPython function from C# using the DLR Hosting API
Like I wrote in my previous post , the Hosting API lets you do some very interesting and powerful things with the DLR. One of the things I had listed was the ability to invoke a method implemented in python from C#. This post describes how to set up the
Posted by
seshadripv
|
4 Comments
Filed under:
IronPython
,
Hosting API
,
DLR
,
sample
,
C#
Tuesday, June 24, 2008 7:07 PM
How to write a simple DLR host in C# using Hosting API
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes;
Posted by
seshadripv
|
3 Comments
Filed under:
IronPython
,
Hosting API
,
DLR