b# – Iteration Zero – Part 1 – Source Control with Subversion
Part one of outlining a development environment, including Subversion
(tags: tutorials subversion versioning)
How to use Subversion more effectively with proper Repository Structure and better use of Branching/Tagging/Versioning..
An overview on how to manage branches and tags in Subversion, as well as how to organize a Subversion repository
(tags: tutorial subversion versioning)
Hack Attack: Using Subversion with TortoiseSVN
A quick overview on using TortoiseSVN along with Subversion
(tags: subversion tutorial versioning)
Hack Attack: How to set up a personal home Subversion server
Goes through the basics of setting up Subversion and Apache
(tags: versioning tutorial subversion apache)
JSMIN, The JavaScript Minifier
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cos
(tags: compression tools javascript)
VB.NET and C# Comparison
A quick reference guide to highlight some key syntactical differences between VB.NET and C#
(tags: langauges programming c# vb.net)