Continuous integration in .NET applications with TeamCity
When developing an application no matter the technology, it’s a good practice to take advantage of a Continuous Integration server, especially when working an agile approach. In this way we make sure that every portion of code developed by the team is validated before being deployed. There is a wide range of products out there […]