Author Archives: ChrisEdwards

Extreme CI Part 3: The Visual Studio Macro.

How I run a personal CI build every time I build my code in Visual Studio. Summary This week we’ll finish the series by creating the Visual Studio macro that automatically runs the Personal CI process every time we build the code. The Series In this series I show you how to take continuous integration […]

Posted in .NET, Agile, Continuous Integration, Testing, Visual Studio | Tagged , , , , | 2 Responses

Extreme CI Part 2: Setting up Git for a Personal CI

How I run a personal CI build every time I build my code in Visual Studio. Summary This week we setup Git so it commits your changes and pushes them up to the personal CI server. We’ll also create a batch file to automate this process. In part 3 we’ll create the Visual Studio macro […]

Posted in .NET, Agile, Continuous Integration, Testing, Visual Studio | Tagged , , , , | 2 Responses

Structure and Interpretation of Computer Programs pdf is online

Many of you probably already knew this, but I just found out. I heard Uncle Bob mention this book in a podcast and have wanted to read it for quite a while. It’s not a cheap book, but I just found out its available online! You can get the pdf here on Scribd. Enjoy! -Chris […]

Posted in Books, Continuous Learning | Tagged , | Leave a comment

Extreme Continuous Integration: A Personal CI Build For Visual Studio – Part 1

How I run a personal CI build every time I build my code in Visual Studio. Summary In this series I show you how to take continuous integration to the extreme by building a personal CI server that runs all your tests and adds a commit to source control every time you build in Visual […]

Posted in .NET, Agile, Continuous Integration, Testing, Visual Studio | Tagged , , , , | 2 Responses

Ultimate .NET Developer Tools Roundup

Over the last year, I have been compiling a list of all the tools I use on a regular basis. I was amazed how many there are. Below are the tools I find useful to do my job as a .NET developer. I hope you find them useful as well. Development Tools Version Control Subversion […]

Posted in .NET, Tools, Utilities | Tagged , , , | 7 Responses