Visual SourceSafe (VSS) Integration in Microsoft Dynamics Nav
Da es keine native Möglichkeit gibt ein Quellcode-Versionsverwaltungsprogramm in Microsoft Navision einzubinden, haben wir bei der msu solutions GmbH eine eigene Lösung zum Zugriff auf Visual Source...
View ArticleIntegration einer Quellcodeverwaltung in Dynamics NAV
Wie bereits vor einiger Zeit im Blog berichtet, habe ich für unseren internen Produktionsablauf ein Tool geschrieben, das es ermöglicht eine Quellcodeversionsverwaltung (z.B. VSS, SVN oder Team...
View ArticleHow I do Continuous Integration with my C# / F# projects – part I: Setting up...
In this post series I will show how one can easily set up a Continuous Integration scenario for F# or C# projects with completely free products. “Continuous Integration is a software development...
View ArticleHow I do Continuous Integration with my C# / F# projects – part II: Setting...
In the last post I showed how easy it is to install Subversion and how it can be integrated into Visual Studio 2008 via AnkhSVN. This time we will set up a Continuous Integration server and configure a...
View ArticleHow I do Continuous Integration with my C# / F# projects – part III: Running...
In the last two posts I showed how to set up a Subversion (part I: Setting up Source Control) and a TeamCity server (part II: Setting up a Continuous Integration Server). This time I will show how we...
View ArticleHow I do Continuous Integration with my C# / F# projects – part IV: Adding a...
In the last 3 posts I show how to set up a Continuous Integration environment for F# or C# projects with Subversion (part I), TeamCity (part II) and NUnit (part III). This time I want to show how we...
View Article