Pro ASP.NET MVC 5, 5/e (Paperback)
暫譯: Pro ASP.NET MVC 5, 第5版 (平裝本)
Adam Freeman
- 出版商: Apress
- 出版日期: 2013-12-23
- 定價: $2,625
- 售價: 8.0 折 $2,100
- 語言: 英文
- 頁數: 832
- 裝訂: Paperback
- ISBN: 1430265299
- ISBN-13: 9781430265290
-
相關分類:
ASP.NET
-
相關翻譯:
精通 ASP.NET MVC 5 (Pro ASP.NET MVC 5) (簡中版)
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
深入淺出設計模式 (Head First Design Patterns)$880$695 -
大話設計模式$620$490 -
JavaScript 大全, 6/e (JavaScript: The Definitive Guide: Activate Your Web Pages, 6/e)$1,200$948 -
Professional ASP.NET MVC 4 (Paperback)$1,650$1,568 -
版本控制使用 Git, 2/e (Version Control with Git: Powerful tools and techniques for collaborative software development, 2/e)$580$458 -
Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$380 -
易讀程式之美學-提升程式碼可讀性的簡單法則 (The Art of Readable Code)$480$379 -
ASP.NET MVC 4 全方位專業網站開發實戰演練 (ASP.NET MVC 4 in Action, 3/e)$580$452 -
ASP.NET 學習教材-使用 C#$650$514 -
Android App 程式設計教本之無痛起步, 2/e$480$408 -
超圖解 Arduino 互動設計入門, 2/e$680$578 -
改變世界的九大演算法 : 讓今日電腦無所不能的最強概念 (Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today’s Computers)$360$284 -
ASP.NET MVC 5 網站開發美學$780$616 -
性感小數字:奧美廣告教父教你用數據找到潛在客戶 (Sexy Little Numbers: How to Grow Your Business Using the Data You Already Have)$350$315 -
ASP.NET MVC 5 完全攻略$690$538 -
你不能錯過的 jQuery 指南:實用 X 必用 X 拿來即用的 350 段程式碼 + 256 個範例$490$387 -
Android App 程式設計教本之無痛起步 -- 使用 Android Studio 開發環境$550$468 -
實戰無線網路入侵偵測|使用Kali Linux (Mastering Wireless Penetration Testing for Highly Secured Environments)$380$300 -
精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616 -
完整學會 Git, GitHub, Git Server 的24堂課$360$284 -
Raspberry Pi 最佳入門與實戰應用, 2/e (適用 Raspberry Pi 2/Raspberry Pi 第一代)$450$356 -
7天學會 Git 版本控制 (Git Essentials)$280$218 -
Raspberry Pi 3 Model B (Made in the U.K.)$1,600$1,600 -
Deep Learning|用 Python 進行深度學習的基礎理論實作$580$458 -
為你自己學 Git$500$425
相關主題
商品描述
The ASP.NET MVC 5 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET.
ASP.NET MVC 5 contains a number of advances over previous versions, including the ability to define routes using C# attributes and the ability to override filters. The user experience of building MVC applications has also been substantially improved. The new, more tightly integrated, Visual Studio 2013 IDE has been created specifically with MVC application development in mind and provides a full suite of tools to improve development times and assist in reporting, debugging and deploying your code.
The popular Bootstrap JavaScript library has also now been included natively within MVC 5 providing you, the developer, with a wider range of multi-platform CSS and HTML5 options than ever before without the penalty of having to load-in third party libraries.
What youll learn
- Gain a solid architectural understanding of ASP.NET MVC 5
- Explore the entire ASP.NET MVC Framework as a cohesive whole
- Learn what's new in version 5 and how best to apply these new features to your own work
- See how MVC and test-driven development work in action
- Capitalize on your existing knowledge quickly and easily through comparison of features in classic ASP.NET to those in ASP.NET MV
Who this book is for
This book is for web developers with a basic knowledge of ASP.NET and C#who want, or need, to start using the new ASP.NET MVC 5 Framework.
Table of Contents
Part I: Introducing ASP.NET MVC 5
1. What's The Big Idea
2. Your first MVC Application
3. The MVC Pattern
4. Essential Language Features
5. Working with Razor
6. Essential Tools for MVC
7. Sports Store: A Real Application
8. Sports Store: Navigation
9. Sports Store: Cart
10. Sports Store: Mobile
11. Sports Store: Admin
12. Sports Store: Security and Finishing Touches
13. Deployment
Part II: ASP.NET MVC 5 In Detail
14. Overview of MVC5 Projects
15. URL Routing
16. Advanced Routing Features
17. Controllers and Actions
18. Filters
19. Controllers Extensibility
20. Views
21. Helper Methods
22. Templated Helper Methods
23. URL and Ajax Helper Meothods
24. Model Binding
25. Model Validation
26. Bundles
27. WebAPI and Single Page Applications
商品描述(中文翻譯)
ASP.NET MVC 5 框架是微軟 ASP.NET 網頁平台的最新演進。它提供了一個高生產力的程式設計模型,促進更乾淨的程式碼架構、測試驅動開發以及強大的擴展性,並結合了 ASP.NET 的所有優勢。
ASP.NET MVC 5 相較於之前的版本有多項進步,包括使用 C# 屬性定義路由的能力以及覆寫過濾器的能力。建立 MVC 應用程式的使用者體驗也有了顯著改善。全新且更緊密整合的 Visual Studio 2013 IDE 是專為 MVC 應用程式開發而設計,提供了一整套工具以改善開發時間,並協助報告、除錯和部署您的程式碼。
流行的 Bootstrap JavaScript 函式庫現在也已原生包含在 MVC 5 中,為您,開發者,提供了比以往更廣泛的多平台 CSS 和 HTML5 選項,而無需加載第三方函式庫的負擔。
您將學到的內容:
- 獲得對 ASP.NET MVC 5 的堅實架構理解
- 探索整個 ASP.NET MVC 框架作為一個整體
- 了解版本 5 中的新功能以及如何最佳應用這些新特性於您的工作
- 觀察 MVC 和測試驅動開發的實際運作
- 通過比較經典 ASP.NET 與 ASP.NET MVC 中的功能,快速輕鬆地利用您現有的知識
本書適合對 ASP.NET 和 C# 有基本了解的網頁開發者,他們希望或需要開始使用新的 ASP.NET MVC 5 框架。
目錄:
**第一部分:介紹 ASP.NET MVC 5**
1. 主要概念
2. 您的第一個 MVC 應用程式
3. MVC 模式
4. 基本語言特性
5. 使用 Razor
6. MVC 的基本工具
7. 體育商店:一個真實的應用程式
8. 體育商店:導航
9. 體育商店:購物車
10. 體育商店:行動版
11. 體育商店:管理
12. 體育商店:安全性與最後潤飾
13. 部署
**第二部分:ASP.NET MVC 5 詳細介紹**
14. MVC5 專案概述
15. URL 路由
16. 進階路由特性
17. 控制器與動作
18. 過濾器
19. 控制器擴展性
20. 視圖
21. 幫助方法
22. 模板化幫助方法
23. URL 和 Ajax 幫助方法
24. 模型綁定
25. 模型驗證
26. 包
27. WebAPI 和單頁應用程式
