SlideShare a Scribd company logo
ASP.NET MVC 5 Overview
陳傳興(Bruce)
http://mvc.tw
 twMVC 核心成員
 現任微軟最有價值專家
 TechDay & MSDN 講師
 著有《ASP.NET MVC4網站開發美學》
 著有《ASP.NET MVC 5網站開發美學》
 譯有《Bootstrap 2》中文教材
 https://kkbruce.tw
@Bruce
2
http://mvc.tw
 M == Model(模型)
 V == View(檢視)
 C == Controller(控制器)
 MVC既不是程式語言也不是框架,而是一種設計模式。
 ASP.NET MVC是符合(與實作)MVC Pattern的框架。
What’s MVC?
3
http://mvc.tw
 將一個Web應用程式劃分成三個主要元件
 Model
 View
 Controller
三分天下之計
4
Model
Contr
oller
View
http://mvc.tw
 關注點分離(Separation of concerns)
計一:SOC
5
http://mvc.tw
 習慣取代配置(Convention over Configuration)
計二:CoC
6
http://mvc.tw
攻略一:Model為重
7
 Model ==
http://mvc.tw
 資料來源的存取操作(CURD)
Model責任
8
Model
Contr
oller
View
Data
Source
http://mvc.tw
 資料庫的存取操作(CURD)
 資料結構的定義
Model責任
9
Model
Contr
oller
View
Data
Source
http://mvc.tw
 資料庫的存取操作(CURD)
 資料結構的定義
 資料格式的驗證
Model責任
10
Model
Contr
oller
View
Data
Source
http://mvc.tw
Model使用的技術 for MS
11
Model
Data
Source
ADO.NET Entity Framework
12
Model – Entity Framework
http://mvc.tw
 Controller == 上上下下左左右右BA
攻略二:Controller為謀
13
http://mvc.tw
 Controller是屬於一種協調(coordinator)的角色。
水鏡八奇
14
http://mvc.tw
You
15
16
ASP.NET MVC 基架系統
http://mvc.tw
 View ==
攻計三:View = 美人計
17
http://mvc.tw
 呈現所接收的資料。
View的三個範圍
18
http://mvc.tw
 呈現所接收的資料。
 回傳所需要的資料。
View的三個範圍
19
http://mvc.tw
 呈現所接收的資料。
 回傳所需要的資料。
 含【顯示邏輯】程式碼。
View的三個範圍
20
21
Bootstrap 3
http://mvc.tw 22
http://mvc.tw
學習 ASP.NET MVC 5 的好書 :D
23
謝謝各位
• 本投影片所包含的商標與文字皆屬原著作者所有。
• 本投影片使用的圖片皆從網路搜尋。
• 本著作係採用姓名標示-非商業性-相同方式分享 3.0 台灣授權。閱讀本授權條款,請到
http://creativecommons.org/licenses/by-nc-sa/3.0/tw/,或寫信至Creative Commons, 444 Castro
Street, Suite 900, Mountain View, California, 94041, USA.
h t t p : / / m v c . t w

More Related Content

PPTX
輕鬆上手ASP.NET Web API 2.1.2
PPTX
Asp.net mvc 概觀介紹
PPTX
Angular.js & ASP.NET in Study4
PDF
Asp.net mvc 從無到有 -twMVC#2
PDF
架構行動式網站(使用 ASP.NET MVC 4.0 -twMVC#6
PDF
Asp.net mvc網站的從無到有
PDF
AngularJS 開發 ASP.NET MVC -twMVC#9
PDF
ASP.NET MVC Code Templates實戰開發 -twMVC#4
輕鬆上手ASP.NET Web API 2.1.2
Asp.net mvc 概觀介紹
Angular.js & ASP.NET in Study4
Asp.net mvc 從無到有 -twMVC#2
架構行動式網站(使用 ASP.NET MVC 4.0 -twMVC#6
Asp.net mvc網站的從無到有
AngularJS 開發 ASP.NET MVC -twMVC#9
ASP.NET MVC Code Templates實戰開發 -twMVC#4

What's hot (19)

PPTX
twMVC#01 | ASP.NET MVC 的第一次親密接觸
PDF
ASP.NET MVC 內建驗證擴充與活用技巧 -twMVC#3
PDF
ASP.NET MVC Model 的設計與使用 twMVC#10
PDF
ASP.NET MVC 新增、查詢、修改、刪除 基本功實戰 -twMVC#3
PDF
輕鬆上手Asp.net web api 2.1-twMVC#14
PDF
動手打造 application framework-twMVC#15
PDF
一小時可以打造什麼服務Plus twMVC#18
PDF
ASP.NET MVC 4 新功能介紹(快速上手) -twMVC#4
PPTX
ASP.NET MVC 5 新功能探索
PPTX
Study4 love.2016.2.20.ionic
PDF
twMVC#29 | 當.Net Core 遇到AWS Lambda
PDF
twMVC#19 | 微信公眾平台申請與wechat api 開發血淚史
PDF
twMVC#19 | opserver監控服務的解決
PDF
專案分層架構 twMVC#18
PDF
twMVC#20 | ASP.NET MVC View 開發技巧小錦囊
PDF
SignalR實戰技巧 twmvc#17
PDF
架構設計入門 twMVC#11
PDF
twMVC#22 | 一個微信專案從0到.000的效能調教之路
PDF
Angular js twmvc#17
twMVC#01 | ASP.NET MVC 的第一次親密接觸
ASP.NET MVC 內建驗證擴充與活用技巧 -twMVC#3
ASP.NET MVC Model 的設計與使用 twMVC#10
ASP.NET MVC 新增、查詢、修改、刪除 基本功實戰 -twMVC#3
輕鬆上手Asp.net web api 2.1-twMVC#14
動手打造 application framework-twMVC#15
一小時可以打造什麼服務Plus twMVC#18
ASP.NET MVC 4 新功能介紹(快速上手) -twMVC#4
ASP.NET MVC 5 新功能探索
Study4 love.2016.2.20.ionic
twMVC#29 | 當.Net Core 遇到AWS Lambda
twMVC#19 | 微信公眾平台申請與wechat api 開發血淚史
twMVC#19 | opserver監控服務的解決
專案分層架構 twMVC#18
twMVC#20 | ASP.NET MVC View 開發技巧小錦囊
SignalR實戰技巧 twmvc#17
架構設計入門 twMVC#11
twMVC#22 | 一個微信專案從0到.000的效能調教之路
Angular js twmvc#17
Ad

Similar to KSDG-ASP.NET MVC 5 Overview (偽三國誌) (20)

PPTX
Introduction to ASP.NET MVC and MVC 5 Features
PPSX
利用 ASP.NET MVC 提升您的 Web 應用程式
PPTX
Asp.Net MVC 4概念與新功能探討
PDF
twMVC#10 | ASP.NET MVC Model 的設計與使用
PPTX
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練3
PPTX
Asp.net mvc 基礎
PPTX
How to ASP.NET MVC4
PPTX
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練4
PDF
與 Asp.net mvc 的第一次親密接觸 - twMVC#1
PDF
Asp.Net Mvc 1.0
PPTX
ASP.NET MVC 快速上手
PPTX
ASP.NET MVC 5線上課程(入門前三天)
PPTX
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練5
PPTX
ASP.net MVC
PDF
twMVC#02 | ASP.NET MVC 從無到有
PDF
KSDG#8_net第一次親密接觸_Brian Cheng
PPTX
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練4
PDF
20130823微軟雲端平台開發者日
PDF
ASP.NET 5 / Core MVC - Shop 網路商城
PDF
ASP.NET MVC 開發分享
Introduction to ASP.NET MVC and MVC 5 Features
利用 ASP.NET MVC 提升您的 Web 應用程式
Asp.Net MVC 4概念與新功能探討
twMVC#10 | ASP.NET MVC Model 的設計與使用
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練3
Asp.net mvc 基礎
How to ASP.NET MVC4
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練4
與 Asp.net mvc 的第一次親密接觸 - twMVC#1
Asp.Net Mvc 1.0
ASP.NET MVC 快速上手
ASP.NET MVC 5線上課程(入門前三天)
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練5
ASP.net MVC
twMVC#02 | ASP.NET MVC 從無到有
KSDG#8_net第一次親密接觸_Brian Cheng
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練4
20130823微軟雲端平台開發者日
ASP.NET 5 / Core MVC - Shop 網路商城
ASP.NET MVC 開發分享
Ad

More from Bruce Chen (6)

PPTX
一個微信專案從0到000的效能調教
PPTX
ReSharper
PPTX
OWASP Top 10 (2013) 正體中文版
PPTX
網站自動化測試
PPTX
@Connect(); microsoft visual studio vnext & azure
PPTX
2014 Global Windows Bootcamp - 笑cc讓網站上雲端
一個微信專案從0到000的效能調教
ReSharper
OWASP Top 10 (2013) 正體中文版
網站自動化測試
@Connect(); microsoft visual studio vnext & azure
2014 Global Windows Bootcamp - 笑cc讓網站上雲端

KSDG-ASP.NET MVC 5 Overview (偽三國誌)

Editor's Notes

  • #6: 以 OO / DP 來說:單一職責原則(Single Responsibility Principle)
  • #7: 讓大家有一致的習慣,而不是每個人有每個人的配置。
  • #8: 屯糧攢兵
  • #9: Data Source 不專指 Database。
  • #12: 存取技術有很多: Entity Framework 、Nhibernate、LINQ to SQL、強型別的 DataSet(Typed DataSet)、ADO.NET
  • #13: http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false
  • #15: 軍師的角色 運籌帷握
  • #18: 擦脂抹粉
  • #21: 這是絕不是義大麵。
  • #22: http://bootswatch.com/