Archive

Archive for the ‘linq’ Category

LINQ to SQL: Draw objects in C #, before creating the DB

December 27th, 2010 No comments

I'm not saying you should delete the database from the planning documents for designing a new application. Not at all. The database design is an important part of the development process and should never be overlooked, if necessary. At the same time, sometimes it is easier to begin the design process in another way – the least common.

From my experience, in designing a database from the beginning gives a rather rigid structure. After defining the tables and created some stored procedures, developers start working on their applications trying to adapt the application to existing conditions of the DB and often they must reach compromises because a small change to a table in DB can ruin an entire chain of relationships between tables.

Read more…