Sessions tagged as Continuous Integration
.NET Static Code Analysis
Location: Franz Hall, Room 018
Static code analysis is a way to test your code without actually running it. It can detect errors that often times don't show up until the application is running at your customer's site. It also shows where your code doesn't follow best practices. In this session, you will learn how to manually perform static code analysis with FxCop and StyleCop and how to add these tools into a Continuous Integration process so the code analysis is performed automatically.
Introduction to Continuous Integration in .NET
Location: Franz Hall, Room 222
Continuous 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 concentrate on using free or low cost tools.