ASP.NET MVC, JQuery, and SuperFlyDOM »

What is JQuery? “A new type of JavaScript Library” Jquery really made my UI developement Fun. If you are not familiar with JQuery, i strongly suggest you check it out. We can do more with less code using JQuery.
And then there is ASP.NET MVC to make make web development clean and TDD friendly. If you [...]

ASP.NET MVC Live Example - DealFlakes »

I have had been using DealFlakes.com as my technical playground for a while. I have experimented with some cool AJAX JSON based communication and some nifty Server side tricks. With the arrival (well, the previews) of ASP.NET MVC, I was so excited that i wanted to re-write the DealFlakes.com on MVC framework (not a lot [...]

Google finds something wrong with this search »

Today, I was trying to find some good resources on Forms Authentication for ASP.NET MVC framework. So, i typed in “asp.net mvc forms authentication”. Google surprised me with the search results.
For some reason, the search phrase “asp.net mvc forms authentication” looks like an auto-generated search! Umm, i am sure i have searched before along those [...]

Moving from Shared Hosting to VPS »

After spending good amount of time on trying to find a hosting provider to host my asp.net MVC application, i have decided to move up to a VPS (Virtual Private Server). It is still running IIS6 on Windows Server 2003 but at least gives me the option of installing a ISAPI rewrite module.
I could not [...]

Hosting ASP.NET MVC applications »

Ok, i have had FUN working with ASP.NET MVC (the official site, more info on Scott Gu’s Blog) Preview 3. I was doing some fun stuff.  Wanting to  play with different technologies of late, i found (really found) ways to use LINQ (to SQL, to XML, and on Entities). To complement all this i have [...]