.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
Tag: <span>configuration management</span>

Branch-per-Feature in the Realm of Agile and .NET Development

In .NET software development, old-school branch-per-feature meant that branches were large and long living to avoid having to integrate because it was a pain as the feature would diverge further and further from other features or the mainline. Including and excluding features from what needs to be shipped should be …

Learning NuGet

NuGet is an open source Visual Studio extension that makes it easy to install and update third-party libraries and tools in Visual Studio for .NET developers. It brings libraries together in one gallery and accelerates getting started with a project. It makes it easy to incorporate these libraries in a …