This post dates back to 2013 and it is migrated from my old blog. The argument of this post can be relevant to people using Subversion and willing to give a try to Git. In this article I will try to give a quick way to get started with Git […]
Visual Studio
This post is an old one written back in 2012 and migrated from my old blog. In this article I will try to explain how to enable and use Entity Framework’s Code First Migrations in a real project (i.e.: a solution with many projects, a database server, etc). The Target […]
1. Introduction 2. Resources 3. Prerequisites – Install Software 4. Setup a Subversion Repository with the Help of TortoiseSVN 4.1. Create a Repository 4.2. Set a Security Policy 4.3. Run Subversion Server Process 5. Checkout a Working Copy 6. Add content and Commit 6.1. Add a Text File to Versioning […]
1. Prerequisites 2. Introduction – SolutionInfo.cs 3. Introduction – Partitioned single solution 4. Partitioned single solution and SolutionInfo.cs – The problem 5. Partitioned single solution and SolutionInfo.cs – The Solution 6. Subversion Issue 695 and Release 1.5 7. Notes 7.1. Add a file as link 7.2. Set Build Action to […]
1. Introduction 2. System Requirements 3. Download and Install 4. Package Contents 4.1. Test Class Library Project Template 4.2. Test Class ItemTemplate 4.3. Code Snippets 5. Uninstall 6. Suggested Books 1. Introduction If you’ve been using ‘NUnit’ you found yourself involved in doing repetitive actions like creating test projects and […]