Home Forums SQL Server 2012 SQL 2012 - General HELP! I've got to give a talk to our local .NET geek meet on SQL server RE: HELP! I've got to give a talk to our local .NET geek meet on SQL server

  • aaron.reese (10/28/2016)


    With CF you can rapidly prototype based on the business problem and then retro-fit the underlying data structure without having to touch the business logic or the entity classes.

    Business logic should drive the initial design of the database as well as any over lying structure and both should be designed to work together, neither should require retro fits outside of business changes because of one or the other being designed poorly and being completely inflexible.