View Post

log4net and Visual Studio 2005 — quick and easy

So you have an ASP.NET application and want to do some custom logging other than by using Response.AppendToLog(). Or maybe you have a console app that you want to log what […]

Continue Reading
Written by DevelopmentNow -- June 26, 2006
View Post

Google Calendar API in C#

Google recently released an API for Google Calendar. Even though the Google Calendar UI is already pretty slick, developers can now write applications to extend the functionality further. C# and […]

Continue Reading
Written by DevelopmentNow -- June 23, 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

Instant Rails for Ruby on Rails development on Windows

Like many developers, I’ve been intrigued by the hype around Ruby on Rails, but of course I don’t have a Linux box handy and don’t feel like setting up Apache, […]

Continue Reading
Written by DevelopmentNow -- February 15, 2006
View Post

memcached for caching query results (and other stuff) in memory

I was using Kayak today and noticed they had a link about their technology. One thing I noticed was that they use Ruby, which I’ve been reading about more lately, […]

Continue Reading
Written by DevelopmentNow -- February 6, 2006