Pages
-
Recent Posts
- Get Your Windows 8 Start Menu Back With Pokki
- The Site44 Workflow
- Understanding and Using System.Transactions
- Protecting Your Api Keys
- Favorite Excel Keyboard Shortcuts
- 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
Recent Comments
- sharad D. Pawar on Code Validation in TortoiseSVN pre_commit_hook
- SatyaKishore on ChildWindow Positioning
- Laam on WPF – LINQ to SQL Sample
- tewari on Windigo 1.1 Released
- Guin on Windigo 1.1 Released
- Caleb on Remove ListBoxItem Highlighting
- AIS Around the Blogosphere | iPlayCloud.org on Understanding and Using System.Transactions
- Ian on Protecting Your Api Keys
- AIS Around the Blogosphere | Applied Information Sciences Blog on Understanding and Using System.Transactions
- AIS Around the Blogosphere | Applied Information Sciences Blog on Protecting Your Api Keys
- ReSharper vs Coderush (XPress) – Part 2 « Clean Code Style on ReSharper vs CodeRush + Refactor Pro
- AIS Around the Blogosphere | Applied Information Sciences Blog on Favorite Excel Keyboard Shortcuts
- Vishal Gamji on Favorite Excel Keyboard Shortcuts
- Ian on Favorite Excel Keyboard Shortcuts
- Andrew on GUI Prototyping Tools
Category Archives: version-control
SVN Merge – Selecting Changesets
Here is a simple scenario – I have already merged changesets 45-55 from the trunk to branch b1. After this merge, more changes (56-60) were submitted into the trunk and I now need to merge those changes also to branch b1. Which changesets do you select to merge ? 56-60, right ? Well, not exactly. [...]
Code Validation in TortoiseSVN pre_commit_hook
If you want to abort a commit if your code fails certain rule and you don’t have access to the SVN Server to configure a hook. What do you do ? Assuming you are using TortoiseSVN, you can configure a Client-Side hook. Here is an example – Say you want to abort commit if you [...]
Also posted in tips Tagged hook, PowerShell, pre_commit_hook, SVN, tips, Tools, TortoiseSVN, validation 2 Comments
Database Schema Version Control Tool
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 Fowler and Pramod [...]
Also posted in C#, database, freeware, sql Tagged best practices, change, code, database, 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 7 Comments


Protecting Your Api Keys