본문 바로가기

Web Programming

[ASP.NET MVC 3] MVC Version 3 가 과거 버전들과의 차이점이 무엇인가?

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

ASP.NET MVC 3 builds on ASP.NET MVC 1 and 2, adding great features that both simplify your code and allow deeper extensibility. This topic provides an overview of many of the new features that are included in this release, organized into the following sections:


라고 하는데 뭐 발로 해석을 해보면 이렇겠지요?

- MvcScaffold 와 Scaffolding 확장 통합
- HTML 5의 활성화 프로젝트 템플릿
- Razor 뷰 엔진
- 여러 멀티뷰 엔진에 대한 지원
- 컨트롤러 개선
- Javascript 와 Ajax
- 모델 유효성 검사 향상
- 종속성 주입 개선
- 기타 새로운 기능

출처 : http://www.asp.net/mvc/mvc3#overview