> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Dody Gunawinata > Sent: Wednesday, September 24, 2008 1:48 AM > To: Discussion of IronPython > Subject: Re: [IronPython] ASP.NET Dynamic Language Support Refreshed! > > What ? No more Microsoft.Scripting.Vestigial.dll ? :) > > Yay, happy day.
:-P Wow, I almost forgot about that! > This build still has the old System.Linq namespace in > Microsoft.Scripting.Core.dll so you can't mix and match your > IronPython and C# 3.0 code behind pages yet. Yes it does; as I said this is a build in between Beta4 and Beta5, without the transformations. When the next IronPython release comes out, this will be updated with those same bits. > Dody G. > > > On Wed, Sep 24, 2008 at 3:41 AM, Jimmy Schementi > <[EMAIL PROTECTED]> wrote: > > > > http://blog.jimmy.schementi.com/2008/09/aspnet-dynamic-language- > support. > html > > > > Today, the IronPython and ASP.NET teams released ASP.NET Dynamic > Language Support > <http://codeplex.com/aspnet/Wiki/View.aspx?title=Dynamic%20Language%20 > S > u > pport&referringTitle=Home> on the ASP.NET Codeplex site > <http://codeplex.com/aspnet> ! > > > > Download it here: > > > http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId= > 1 > 7 > 613 > > > > The release contains: > > * ironpython-webforms-sample.zip: running IronPython > ASP.NET website. Either dump this in IIS or open with Visual Studio as > a website project. > > * ironpython-mvc-sample.zip: and IronPython ASP.NET MVC > website, so you can get a feel for how dynamic languages can integrate > into MVC. However, this just shows IronPython working in Views, not > Controllers or Models yet. This requires MVC to be installed > <http://www.codeplex.com/aspnet/Wiki/View.aspx?title=MVC&referringTitl > e > = > Home> to open the project in Visual Studio. Open it with Visual > Studio, > build, and run your shiny IronPython ASP.NET MVC app. > > * aspnet-dlr-docs.zip: Documentation on how to use all > this stuff. Open intro.html and have fun. :) > > > > More information from Phil Haack's post: > > > http://haacked.com/archive/2008/09/23/refreshing-asp.net-dynamic- > languag > e-support.aspx > > > > This build of IronPython is between Beta4 and Beta5; in the future > the ASP.NET support will be released in sync with IronPython releases. > > > > ~Jimmy > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > -- > nomadlife.org > _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
