Pages
-
Recent Posts
- Solution to the fetch puzzle
- Solve puzzle with code
- Windigo 1.1 Released
- Call For Windigo Beta Testers
- ChildWindow Positioning
- Remove ListBoxItem Highlighting
- Sideload Windows Phone
- Getting Started with MVVM
- Win Advanced MVVM Book
- SVN Merge – Selecting Changesets
- Code Validation in TortoiseSVN pre_commit_hook
- Using Model-View-ViewModel in WPF Applications
- Use Legacy Printer From Windows 7
- Should you get into Silverlight or Flash ?
- Session Recommendations for SoCal Code Camp @ USC
-
Recent Comments
- SQL Azure – How to connect SQL Management Studio and import Northwind database | @SPJeff on SQL Azure Notes
- Raju on WPF – LINQ to SQL Sample
- Solution to the fetch puzzle on Solve puzzle with code
- Lorenzo on Call For Windigo Beta Testers
- niroop on Code Validation in TortoiseSVN pre_commit_hook
- sd on WPF – LINQ to SQL Sample
- Call For Windigo Beta Testers on Contact Me
- Zachary on Scrum Tools
- Tammie Oddo on WPF – LINQ to SQL Sample
- MH Lines on Scrum Tools
- Database Version Control – You Don’t Have To Hang Your Head In Shame « Eric Maibach on DbUpdater
- tewari on Database Schema Version Control Tool
- Shannon Holck on Database Schema Version Control Tool
- tewari on SVN Merge – Selecting Changesets
- Rahul on SVN Merge – Selecting Changesets
Category Archives: opensource
Create Games From Scratch
My 18 month old son woke me up at 4 in the morning. I got him to go back to sleep, but … and here I am writing.
A few weeks ago, I downloaded Scratch from M.I.T’s website. Scratch is a programming language for kids. You drag/drop and (literally) snap together programming constructs to create games. [...]
Using NHibernate With SQLite in DbUpdater
DbUpdater (version 1.3 onwards) can be used with sqlite3.
Review the files included in DbUpdater-sqlite3.zip
1. DbUpdater.exe.config must be modified. Note changes to the following keys – exe-file, exe-args, dialect, driver_class, connetion_string.
2. SchemaVersion.hbm.xml must be modified. The ‘class’ attributes value for the ‘generator’ of ‘id’ must be changed to ‘identity’. No other changes are needed here.
3. \SqlScripts\schema-version-table.sql [...]
DbUpdater on SourceForge
By popular demand, DbUpdater is now up on the sourceforge. Latest download (v1.2) is now available from there.
Share This









Using DbUpdater with MySql