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 […]
Programmazione
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 […]
1. Introduction 2. The problem 3. Other solutions 4. The goal 5. Example 6. Conclusion 7. Advantages of this solution 8. Full source code 1. Introduction Use of enumerations greatly enhance readability of code and let client code be type safe and easier to write. We don’t need to write […]
1. Introduction 2. Resources 3. Installation 3.1. Install CruiseControl.NET 3.2. Create a CCNet Website in IIS 3.3. Install Nunit 4. CruiseControl.NET Server Configuration – General 5. Structure of a ‘Project’ Configuration File 6. Source Control Block 7. Trigger Block 8. Labeller Block 1. Introduction This article is the revised and […]