VS2005 and Large Schemas

Posts   
 
    
MarcoP avatar
MarcoP
User
Posts: 270
Joined: 29-Sep-2004
# Posted on: 15-Aug-2006 17:24:49   

Does anyone else experience horrible performance with VS2005 when dealing with a large database schema? When the IDE tries to find all the available overloads with the PredicateFactory.CompareValue() method, it takes like 3 minutes to come up.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 15-Aug-2006 17:42:20   

That's indeed an issue. Which is why the PredicateFactory etc. are deprecated in v2.0. You should use the operator overloads instead. They both make the code easier to read and you don't have to type that much.

Frans Bouma | Lead developer LLBLGen Pro
MarcoP avatar
MarcoP
User
Posts: 270
Joined: 29-Sep-2004
# Posted on: 15-Aug-2006 17:43:50   

Good to know, that's one more reason why we need to upgrade! simple_smile

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 15-Aug-2006 18:43:57   

MarcoP wrote:

Good to know, that's one more reason why we need to upgrade! simple_smile

simple_smile (the operator overloading is already present in 1.0.2005.1 though wink )

Frans Bouma | Lead developer LLBLGen Pro