Managing Large Database Entity Models
        Posted  
        
            by ChiliYago
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ChiliYago
        
        
        
        Published on 2010-04-22T16:00:43Z
        Indexed on 
            2010/04/22
            16:03 UTC
        
        
        Read the original article
        Hit count: 300
        
entity-framework
I would like hear how other's are effectively (or not) working with the Visual Studio Entity Designer when many database tables exists. It seems to me that navigating the Designer is tough enough to find what you are looking for with just a few tables but how about a database with say 100 to 200 tables? When a table change is made at the database level how is the model updated? Does it overwrite any manual changes you have made to the model? How would you quickly find an entity in the designer to make a change or inspect a change? Seems unrealistic to be scrolling around looking for specific entity.
Thanks for your feedback!
© Stack Overflow or respective owner