From the trenches – tips on installing Team Foundation Server on multiple servers
My company has gone through 2 revision control systems. We’ve been through Visual SourceSafe, which, unfortunately, is still used for legacy projects. And we also »
My company has gone through 2 revision control systems. We’ve been through Visual SourceSafe, which, unfortunately, is still used for legacy projects. And we also »
Just a few days ago I and a colleague of mine were attempting to do just this on a production site, which collects sensitive information from »
I recently looked into HTML minification in ASP.NET. The first thing I thought of was to use an HttpModule to somehow remove white spaces. Not »
While developing intranet framework at work, i decided to look into a more practical approach to JavaScript organization than the dreaded “script file per page” in »
ASP.NET routing is pretty darn simple to set up. It works right out of the box, in most cases. However, I still ran into a »