Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Python & .NET
Search
Rudi MK
June 26, 2012
Programming
1
430
Python & .NET
Rudi MK
June 26, 2012
Tweet
Share
More Decks by Rudi MK
See All by Rudi MK
Facebook - The New Face of Journalism
rudimk
1
89
Other Decks in Programming
See All in Programming
負債になりにくいCSSをデザイナとつくるには?
fsubal
9
2.3k
2024年のWebフロントエンドのふりかえりと2025年
sakito
1
230
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
1
170
パスキーのすべて ── 導入・UX設計・実装の紹介 / 20250213 パスキー開発者の集い
kuralab
3
670
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
230
Honoとフロントエンドの 型安全性について
yodaka
4
250
Software Architecture
hschwentner
6
2.1k
自分ひとりから始められる生産性向上の取り組み #でぃーぷらすオオサカ
irof
8
2.6k
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
160
Linux && Docker 研修/Linux && Docker training
forrep
23
4.5k
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
200
sappoRo.R #12 初心者セッション
kosugitti
0
230
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
Site-Speed That Sticks
csswizardry
3
370
Into the Great Unknown - MozCon
thekraken
35
1.6k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
10
1.3k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.4k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Designing for Performance
lara
604
68k
The Cult of Friendly URLs
andyhume
78
6.2k
A designer walks into a library…
pauljervisheath
205
24k
Transcript
Python and .NET A happy relationship?
A brief history of how the DLR, and the
IronPython project came into being. Current status of the IronPython project.
Basic fundamentals of the DLR How exactly does
IronPython run on top of the DLR? What can you do, with IronPython?
DEMO: Running a Django app on the DLR, IronPython,
with SQL Server as the backend. DEMO: Running a Web2Py app on the DLR, IronPython, with SQL Server as the backend.
DEMO: Sample code that interfaces with the Cpython libraries,
as well as the .NET Base Class Libraries.
Silverlight, Moonlight and the Gestalt library. DEMO: A
sample XAML app, scripted using Python.
How does the DLR aid in language design?
Using IronPython for language design. DEMO: Sympl, a small functional language written using IronPython.
Questions, suggestions, and anything anyone might have to say.