By budigelli on Aug 6, 2008 in AJAX, General, JSON | 1 Comment
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 [...]
By budigelli on Jul 30, 2008 in General | 1 Comment
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 [...]
By budigelli on Jun 24, 2008 in General | 1 Comment
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 [...]
By budigelli on Jun 18, 2008 in General | 0 Comments
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 [...]
By budigelli on Jun 15, 2008 in .NET | 3 Comments
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 [...]