When will my hard drive fail?
…or, why should I get RAID? Like I said before, if you’re getting a dedicated server for web hosting, you should get RAID. Just get it. But if you really […]
Continue ReadingDedicated Server Plans
I was reading about NewsHutch, yet another web-based RSS aggregator. Although it looks nice. Anyhow, their blog post about looking for a new services yielded some suggestions on hosting plans. You can […]
Continue ReadingMobile Browser Simulators
Mobile Web Sites in ASP.NET I’ve been working on a mobile-enabled ASP.NET application lately, and overall it seems like pages did best when I Used valid XHTML Used as few tables […]
Continue ReadingNaturalDocs
I took a look at NaturalDocs today for documenting C# code. It works by looking at normal comments (/* */ or //) above your methods. It then parses those comments […]
Continue ReadingSubversion in Visual Studio .NET — AnkhSVN
http://ankhsvn.tigris.org/screenshots.htmlRC4 of AnkhSVN, a Visual Studio plugin that works with Subversion, was released yesterday. From the site: AnkhSVN is a Visual Studio .NET addin for the Subversion version control system. […]
Continue ReadingDynamically Building Arrays in .NET
Ok so this is one of my favorite tips in .NET. Of course, there are a lot of things I like about the framework, but anyhow… A lot of times […]
Continue ReadingDocument your Databases for Free
Data Dictionary Creator was recently released by Jon Galloway. It’s a UI allowing you to document your SQL Server databases by storing the documentation in extended properties, and then exporting […]
Continue Reading