LLBLGen and Linq

Posts   
 
    
wvnoort
User
Posts: 96
Joined: 06-Jan-2005
# Posted on: 11-Oct-2005 17:11:54   

While searching for something completely different i stumbled on the MS Linq project. Now i am wondering what will the impact of this be on O/R-mapper vendors such as Solutions Design?

Personally, i am attracted by the concept. I have a background in 4GL's and have always thought that with the decline of the 4GLs and rising of the Visual set of tools something valuable was lost: interacting with the database as an integral part of the language (and still be independent of the specific database)

more info: http://msdn.microsoft.com/netframework/future/linq/default.aspx?pull=/library/en-us/dndotnet/html/linqprojectovw.asp

MacDennis avatar
MacDennis
User
Posts: 50
Joined: 03-May-2005
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 11-Oct-2005 17:35:59   

Let me add to that, that v2.0 of LLBLGen Pro will have a nice surprise in this area related to collection objects simple_smile

Frans Bouma | Lead developer LLBLGen Pro
omar avatar
omar
User
Posts: 569
Joined: 15-Oct-2004
# Posted on: 11-Oct-2005 20:54:25   

Otis wrote:

Let me add to that, that v2.0 of LLBLGen Pro will have a nice surprise in this area related to collection objects simple_smile

now you will make loose sleep over this... I just hate surprises.. can't we get a peak cry

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 11-Oct-2005 22:10:25   

omar wrote:

Otis wrote:

Let me add to that, that v2.0 of LLBLGen Pro will have a nice surprise in this area related to collection objects simple_smile

now you will make loose sleep over this... I just hate surprises.. can't we get a peak cry

smile

Look at the new query system in 1.0.2005.1. Add to that 'collection' and you do the math simple_smile

Frans Bouma | Lead developer LLBLGen Pro
omar avatar
omar
User
Posts: 569
Joined: 15-Oct-2004
# Posted on: 12-Oct-2005 07:44:43   

Otis wrote:

Look at the new query system in 1.0.2005.1. Add to that 'collection' and you do the math simple_smile

Sorry I didn't get a chance to have a closer look at the beta, but are you talking about the overloading of operators to build predicates or is it something else... flushed

wvnoort
User
Posts: 96
Joined: 06-Jan-2005
# Posted on: 12-Oct-2005 09:14:45   

MacDennis,

Thanks for the pointers to other the threads. I must be doing too many things at the same time, not taking the time to search the forum first flushed .

And i think i will plan some time to invest the beta.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 12-Oct-2005 10:20:34   

omar wrote:

Otis wrote:

Look at the new query system in 1.0.2005.1. Add to that 'collection' and you do the math simple_smile

Sorry I didn't get a chance to have a closer look at the beta, but are you talking about the overloading of operators to build predicates or is it something else... flushed

The overloaded operators indeed. So compile time checked filters, with native language constructs (hey, wasn't linq doing the same thing wink ) and not only working on the db wink

Frans Bouma | Lead developer LLBLGen Pro