A few tips about ASP.net MVC
UncategorizedPublished May 2, 2009 at 11:49 AM No CommentsI started my first project with ASP.net MVC 2 days ago and I find it so much Interesting.
But I faced some Problems in it and I immediately found solutions using Google! (Thanks to MVC Community folks)
- Uploading files in MVC
- Generating URLs in runtime (You should also try Url.Action() Method. It’s useful in many situations)
- Writing files from db into actions. (Many other features are discussed in this post. It’s really useful thanks to ScottGu)
I also discussed writing a Helper method for HTML File Input Control in MVC with Dear Mahdi .
The most noticeable thing with MVC is the clean HTML that you get in runtime! Web development is so much fun with ASP.NET MVC
Technorati Tags: .net Framework 3.5,ASP.net MVC

