ASP.NET MVC Patterns

后端 未结 4 1185
一向
一向 2021-01-15 09:07

I am fairly new to MVC, but after playing with it (MVC 3/Razor), I am hooked.

I have a few questions:

1) What is the best, or most widely used pattern to dev

4条回答
  •  轮回少年
    2021-01-15 09:43

    This should help you getting started. There are a lot of tutorials and videos available; for example:

    • Understanding Models, Views and Controllers
    • The ASP.NET MVC 2.0 basics and excellent introduction by Scott Hanselman. Personally one of my favorite speakers.

    And also at www.asp.net; there are a few tutorials/examples to help you getting started. For example the Music Store sample

    Unfortunately, I'm not so familiar with EF4/Repository pattern. But here's a blogpost about this pattern.

提交回复
热议问题