-
Subscribe
Categories
-
Recent Posts
-
Recent Comments
Tags
dotnetkicks.com
Category Archives: Software Development
Windows Installer 4.5 SDK no longer available as stand-alone download
Windows SDK for Windows 7 and .NET Framework 3.5 SP1 is now available to download. It includes the latest SDK for Windows Installer 5.0. Therefore the stand-alone version of the Windows Installer 4.5 SDK is no longer available for download.
Also posted in .NET Development Leave a comment
Using Bazaar and Launchpad on Windows
Bazaar is a distributed version control system (DVCS) written in Python with many interesting features. Like all DVCS it supports disconnected operation which means that you don’t have to be connected to a central repository to commit changes or to view the history.
Launchpad is a free software hosting and development site. Another well-known site of [...]

When Is a Test a Unit Test?