I just read: Version Control by Example It's a free printed book which can be shipped to your home for free by filling out a page full of questions. If you want the details on how to get it shipped to your home or have any questions about it find out the details here . Quick review of the book: Introduction...
I wanted to configure version information generation for some .NET projects. It’s been a long time since I investigated available options, so I searched around hoping to find some simple way of doing this. What I’ve found didn’t look very encouraging: people write Visual Studio add-ins and custom MsBuild...
It’s difficult to resist giving a try to Git or Mercurial these days, and I decided to start moving the code of my personal projects to DVCS. I’ve chosen Bitbucket as a remote storage for my repositories. It seems to have very good reputation, and it’s subscription plans include a free plan for a single...
Prelude This will hopefully be the start of a series of posts / articles about the basic information/skills needed for different software development. Source Control Source control is one of the things you need to set up before starting to do the actual development. Before creating things of value it's...
Code [Here] I happen to participate in an agile workshop where some automated build tools were discussed , visual build was one of them. I liked the idea of visually constructing the project build instead of using batch files or VS IDE build actions that are hard to execute or to maintain. In "visual...