Archive for January, 2008
Creating a shared web site library in Visual Studio
There are many ways to create and consume code libraries for use in multiple web site projects within Visual Studio. One of the most popular options is to create a class library project and link to it from multiple web site solutions. A similar alternative is to place the binary dll files that are created [...]
Read Full Post | Make a Comment ( 2 so far )Getting started with VisualSVN
The previous post explained the basics of using Subversion. We used TortoiseSVN from the Windows shell, and while this was really easy to do it isn’t always the most convenient. Luckily for us, there are ways to integrate Subversion with most of the popular IDEs. Since I primarily use Visual Studio, this post will explain [...]
Read Full Post | Make a Comment ( 4 so far )