Project DescriptionAn open source utility that synchronizes your database structure with a LINQ to SQL model.
LINQ to SQL Database Synchronizer (csdb.exe) is a tool that provides database structure synchronization from a LINQ to SQL model. It supports both creating new databases and updating existing ones.
It is important to note that this tool never deletes any data or structure; it simply adds missing tables, columns and indexes
and modifies existing columns.
LinksOpen the Code in an Online IDECodeProject Article