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 Jul 16, 2008 in General | 0 Comments
The move to windows server 2008 is mostly done. I have the sites hosted on server 2008 and i still need to update my mail servers. It took a while to get them running but i am happy that its done.
I had some trouble with web.config file migration in the beginning (need to migrate web.config [...]
By budigelli on Jun 24, 2008 in General | 0 Comments
Misguiding advertisements on AdSense? How bad is it (if at all)!!!
I have couple of blog posts on my journey to find a reasonably priced (read, under my budget) windows server 2008 host with decent SQL Server 2005 data storage space. Like you find in most blogs, i have AdSense all over my blog:( So, i [...]
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 21, 2008 in General | 1 Comment
As i mentioned in my previous post, i have signed up with Godaddy.com Basic VPS plan (running Windows server 2003). Even though i was able to run the application with pretty url (using ISAPI ReWrite Lite), i had few issues with the approach.
My biggest concern is the testing! I develop on Vista running IIS7 and [...]
By budigelli on Jun 19, 2008 in .NET, LINQ | 3 Comments
As i am moving in to hosting my application on an external server, i am finding some interesting and annoying (time consuming for research) things. i will try to address them as they come along…
One of the main thing was the way i handle my Data Layer. My Data Layer is a class library project [...]
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 | 2 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 [...]
By budigelli on Jul 5, 2007 in ASP.NET 2.0 | 5 Comments
Master Pages are good for so many things. They also cause some confusion on how to have a different page title for each page, how to specify Meta Tags, etc.
This post is neither on Master Pages nor on best practices on handling these two topics. I would try to list couple of simple ways to [...]