tags:

views:

29

answers:

2

Hi All, I would like to download ASP.NET MVC web site template. Please guide me where can i find and how i can use. I'm new to this pattern. Thanks in advance.

A: 

You can try starting at http://msdn.microsoft.com/en-us/library/dd410597.aspx it already starts with a little code and design to show you the basics then walks you through a few more things like how controllers work, how a model can be used to simplify dealing with posted values and common content etc.

cdmdotnet
You can also try http://www.asp.net/mvc that has some tuorials
cdmdotnet
Ouch, MSDN to learn new concepts? :P Just kidding, good resource.
Tommy
Too true. Depends on your skill level I guess. Some people can read them and make the most of it. I'm more into reverse engineering from something someone else has done, but learning that was is only as good as the code you start to reverse engineer from.
cdmdotnet
A: 

Here you go!

http://mvccontribgallery.codeplex.com/ - design templates

http://www.asp.net/mvc - look @ the sample application section (open source, good tutorials included)

Tommy