ASP.NET IronPython

Browse by Tags

All Tags » IronPython for ASP.NET VS integration (RSS)
Videos of the talks/demos from Teched2007 in Orlando
Here they are: 1. Dev315 - IronPython and Dynamic Languages on .NET a. mms://techedmsftwm.fplive.net/techedmsft/2007/DEV315.wmv 2. Web324 - Dynamic Languages on the Web a. mms://techedmsftwm.fplive.net/techedmsft/2007/WEB324.wmv thanks, Mahesh Read More...
Pointers for some of the TechEd demos
At TechEd, I ( MaheshP@Microsoft.Com ) said we'll make the demos available on our blog. Here they are: Robotics Studio demos: Overall blog is at: http://blogs.msdn.com/msroboticsstudio/ Demo's showing IPy usage: http://blogs.msdn.com/msroboticsstudio/archive/2007/03/21/on-demand-video-tutorials-for-microsoft-robotics-studio.aspx Powershell demo (tho I did not get to this): Is available/working with 1.x IronPython at: http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=47 ASP.NET control for client script: · http://blogs.msdn.com/dmitryr/archive/2007/05/04/dynamic-client-script.aspx the blog entry has a ZIP file attached. It does not contain ‘fractulator’. · Fractulator is available at http://www.codeplex.com/dynamicsilverlight...
Our talks at Teched 2007 (June 4-8th) in Orlando
We have three very exciting talks (below) at TechEd 2007 in Orlando. In addition we are dynamic languages booth that will have folks from the team that can demo/answer questions you may have. Join us at TechEd! WEB06-TLC - Developing Data Driven Applications Using the New Dynamic Data Controls in ASP.NET Tuesday, June 5 4:30 PM - 5:45 PM, Blue Theater 14 Speaker(s): Mahesh Prakriya, Qing Ye Track(s): Web Development and Infrastructure Level: 300 ASP.NET dynamic data controls are part of a powerful, rich new framework that lets you create data driven ASP.NET applications very easily. ASP.NET dynamic data controls do this by automatically discovering the schema at runtime, deriving behavior from the database and finally creating an ASP.NET page...
Work-around for issue caused by Visual Studio 2005 SP1 upgrade
We've discovered one issue caused by VS SP1 installation recently. After having upgraded to SP1, IronPython disappeared from language dropdown when trying to create a new web project. The issue is due to a registry key for IronPython under NewProjectTemplate was removed by VS SP setup. Adding it back fixes the problem. To do that, the easiest way is to uninstall and then reinstall "IronPython for ASP.NET CTP". This happens to Visual Web Developer SP1 as well. Similar work-around applies. Note, you don't have to do anything if your IronPython web project still shows up after upgrading. Read More...
More Posts