This post dates back to 2012 and it is migrated from my old blog. In this article I will show you that when using Queryable.Sum with Entity Framework and Linq to Entities to sum up a list of decimal values (or other value type) like in the following snippet you […]
C#
1. Introduction 2. Description 2.1. Implementation 2.2. Strongly Typed Extension Methods 3. Full Code 3.1. PanelExtensions 3.2. MvcPanel 3.3. TestView 3.4. StronglyTypedView 3.5. ViewModel 3.6. Controller 1. Introduction This is the porting of an old post I originally wrote in 2010 in my old blog. In this article I will […]
1. Tasks Block 2. MsBuild Task 2.1. MSBuild and ReferencePath – CruiseControl.NET not resolving reference to Nunit 2.2. An Alternative MSBuild Logger – Christian Rodemeyer’s MsBuildToCCNet 2.3. CruiseControl.NET Webdashboard fails in finding images if not installed in virtual directory 2.4. MSBuildToCCNET reports wrong number of compiled projects 2.5. CruiseControl.NET, MsBuild […]
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 […]