Manage your transaction chaos with Spring Framework
If you have crazy function overloads all over the place where you have to pass a transaction object and it seems to be never ending, here is a solution for you using the Spring.NET framework which is freely available and open source.
Moving from SourceSafe to Subversion
This is an overview of some of the changes you will encounter when going from SourceSafe to Subversion. Subversion is modeled on CVS, whereas SourceSafe is modeled on…. well… nothing (just a joke). In SourceSafe, you work in a shared code base or line (known as a “Project” in SourceSafe) which you “share” into [...]
Copy A Database Diagram To Another Database
For some reason SQL Server doesn’t have an easy way to "Create TO" for database diagrams, unlike stored procedures, functions ,etc. Here is how you can achieve moving a database diagram (or copying a database diagram) in SQL Server 2005 use Old_Database go –this will copy your database diagrams into a temporary table select * [...]