View Post

Slipstream Windows the Easy Way Using NLite

Fresh Installs With Fresh Hardware Say you just bought a new motherboard, SCSI drive, or RAID card and you want to install a fresh copy of Windows onto it. If the […]

Continue Reading
Written by DevelopmentNow -- May 17, 2006
View Post

Write AJAX Apps Using Java With the Google Web Toolkit

Google just blogged about the Google Web Toolkit, a development framework that allows you to write an application in Java and convert it into a working AJAX app. I’ve always […]

Continue Reading
Written by DevelopmentNow -- May 17, 2006
View Post

Moving ASP.NET Membership to SQL Server 2005

As I posted previously, this was going to be a longer post. But it got erased because I clicked the wrong button on my mouse, so you all get the […]

Continue Reading
Written by DevelopmentNow -- May 12, 2006
View Post

Logitech Mice

So I have a little rant … I was typing up a blog article on ASP.NET Membership Providers and how to move that information from SQL Server Express to SQL […]

Continue Reading
Written by DevelopmentNow -- May 12, 2006
View Post

SQL Server 2005 Database Tuning Advisor

I’m currently working on a property tax consulting startup, and I was noticing that some queries were running slowly. I’m familiar with database indexing, but I wanted to see what […]

Continue Reading
Written by DevelopmentNow -- May 4, 2006
View Post

SqlDataSource Command Timeout

I was dealing with an ASP.NET SqlDataSource query that kept timing out, which was annoying because I was trying to run my application through the Database Tuning Advisor (a SQL Server […]

Continue Reading
Written by DevelopmentNow -- May 4, 2006
View Post

Edit and Continue in Visual Studio 2005: joys and problems

So I happen to love edit & continue in C# with Visual Studio 2005. There are people who say it encourages sloppy programming (which is true), but for me, there […]

Continue Reading
Written by DevelopmentNow -- April 25, 2006