If I plan to create Web Framework base of IronPython for ASP.NET like
Django.
First thing,I have to solve is a ORMapper.
So do you any adivces about ORMapper used in IronPython for ASP.NET?


On 4/27/07, Keith J. Farmer <[EMAIL PROTECTED]> wrote:

Well, get to it! ;)

-- Keith [MSFT: LINQ to SQL]

________________________________

From: [EMAIL PROTECTED] on behalf of Dino Viehland
Sent: Thu 4/26/2007 11:10 AM
To: Discussion of IronPython
Subject: Re: [IronPython] About IronPython and LINQ again



There's still no direct LINQ support.  We believe we're getting the
correct architecture in place to support extension methods in v2.0 (note
though we still haven't done the actual work to enable the extension methods
and when we ship the first 2.0 builds there will be no dependencies on
Orcas).  This will enable much of the LINQ abilities in a convenient to use
syntax.  Until then you can clr.AddReference to the LINQ libraries and
call the static extension methods directly but it'll be ugly.



Other than that we still haven't gotten to figuring out how to support
LINQ in a more direct form.



From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Kevin Chu
Sent: Thursday, April 26, 2007 5:02 AM
To: Discussion of IronPython
Subject: [IronPython] About IronPython and LINQ again



Hi, IronPythoners



In May 10, 2006 ,I post a discussion about IronPython and LINQ, complete
discussion url is :
http://lists.ironpython.com/pipermail/users-ironpython.com/2006-May/002300.html


And now Orcas Beta 1 is released, I again inquire about can I use LINQ in
IronPython.

Because ,IronPython now only use ado.net to access database, if we can use
LINQtoSQL to access SQL Server. It's cool!


--
Once in a Redmoon

_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com




--
Once in a Redmoon
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to