Main Content
Talks at Prairie DevCon
-
Getting Started with Continuous Integration
Craig Berntson 20 Recommendations
June 3, 2010 5:15 AMContinuous Integration (CI) is a process where a server automatically builds and tests your application, then provides feedback on the results. By using CI you can produce better quality software. In this session you will learn how to get started with CI in a .NET environment. We will concen…
-
Continuous Integration for .NET: The Next Steps
Craig Berntson 20 Recommendations
June 3, 2010 10:30 AMYou have setup Continuous Integration and have it working to build and test your application, but where do you take it next? The answer is additional testing, code analysis, and documentation. In this session you’ll learn about tools that add additional functionality to your CI process and i…