Showing posts with label Asp.net MVC. Show all posts
Showing posts with label Asp.net MVC. Show all posts
Sunday, March 27, 2011
Thursday, February 10, 2011
A MVC “Add View” like Visual Studio Wizard.
Any one who has used asp.net mvc will have be entranced by the “Add View” and “Add Controller” features. This is implemented using Visual Studio Wizards, today we will look into how we can implement such a wizard. We will be using this wizard at SyneITY for our development process.
What will this wizard do?
Friday, December 24, 2010
Making the url seo friendly in Asp.net MVC
While performing search engine optimization on our online movie booking website GO4cinema.com which is developed in asp.net mvc, i came across a few issues which i am now blogging about.
Scenario:
The movies details page of our website had the url www.go4cinema.com/movie/details/61, now the problem with such a url is:
Friday, December 10, 2010
Visual Studio Debugging - Unable to evaluate the expression
I recently installed asp.net mvc 3 to evaluate it on my development machine. Soon i forgot about the same and was coding for go4cinema.com. However soon i came across some snags in Visual studio 2010. I was not able to watch any data. With a tight schedule i switched off to the good old “System.Diagnostics.Debug.WriteLine”, in the hope that my next restart would correct the issue.
However the next restart and even a couple of days passed without the problem being solved so i googled around with the keyword “Unable to evaluate the expression” and as usual got the solution from DREW MILLER and Laurent Kempé. Please find the links below.
Links :
http://drew-prog.blogspot.com/2010/11/how-to-uninstall-microsoft-aspnet-mvc-3.html
Sunday, August 1, 2010
Asp.net MVC Website Speed Optimization Series – Text Compression
With our movie booking/reservation website www.go4cinema.com being released, it is now time to ensure that the website runs at the maximum speed possible. Since i will be optimizing the website in steps and if my plans of documenting each step into a blog goes fine then this will be a series of blogs. Hope someone finds this useful.
I analyzed the website speed using pagespeed which is a firefox addon from google, ps. this also requires the Firebug addin to be installed. I also used YSlow from yahoo. The analysis left me with the some issues. The issue i am solving now is:
I analyzed the website speed using pagespeed which is a firefox addon from google, ps. this also requires the Firebug addin to be installed. I also used YSlow from yahoo. The analysis left me with the some issues. The issue i am solving now is:
Issue:
With YSlow we get:
Subscribe to:
Posts (Atom)