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 Reading
Written By DevelopmentNow

Dedicated 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 Reading
Written By DevelopmentNow

Mobile 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 Reading
Written By DevelopmentNow

NaturalDocs

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 Reading
Written By DevelopmentNow

Subversion 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 Reading
Written By DevelopmentNow

Dynamically 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 Reading
Written By DevelopmentNow

Document 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
Written By DevelopmentNow