This exercise in binding a WPF ListView control with LINQ to SQL was a lot of fun ! The following image shows data from AdventureWorks sample database displayed in the ListView control. The end result is very admirable, even in this very basic demo. Feeling a complete sense of freedom is unavoidable when working with […]
¶
Posted 07 March 2008
§
C# § LINQ § WPF § code § database § sql
‡
°
Also tagged: .NET, AdventureWorks, C#, code, control, DataBinding, demo, LINQ, ListView, mapping, sample, Share, sql, Windows, WPF, WPF-LINQ
Database Schema Version Control
Download : DbUpdater v 1.0 (License:LGPL)
Copyright © 2008 : Ash Tewari
www.tewari.info
DbUpdater is a free tool that
helps you implement the database schema version control system
described by K. Scott Allen in this set of articles :
Three rules for database work
The Baseline
Change Scripts
Views, Stored Procedures and the Like
Branching and Merging
Usage :
First read the […]
¶
Posted 20 February 2008
§
Uncategorized
‡
°
Also tagged: control, database schema, DbUpdater, Download, free, free tool, sample, schema, schema version, Scripts, sql, sql scripts, version
It is essential to treat database schema as source code and apply all the norms and best practices applicable to it. From what I hear and read, database schema version control is non-existent in too many projects.
Various techniques to accomplish version control of database schemas have been discussed and published. Martin […]
¶
Posted 18 February 2008
§
C# § database § freeware § sql § version-control
‡
°
Also tagged: best practices, change, code, database schema, Databases, DBMS, DbUpdater, Design, Download, Evolutionary, free tool, MSSQL, NHibernate, process, schema, schema version, SchemaVersionsLog, Scripts, sql, sql scripts, table, tool, version, version control tool, version-control, Versioning