ASP.NET MVC 4 and the Web API: Building a REST Service from Start to Finish (Paperback)
暫譯: ASP.NET MVC 4 與 Web API:從頭到尾建立 REST 服務 (平裝本)
Jamie Kurtz
買這商品的人也買了...
-
大話設計模式$620$490 -
實用機工學─知識單, 6/e$480$432 -
HTML & CSS : 網站設計建置優化之道 (HTML and CSS: Design and Build Websites)$580$493 -
JavaScript & jQuery: The Missing Manual 國際中文版, 2/e
$580$458 -
行動介面設計模式圖鑑-以視覺範例學習有效的介面設計模式 (Mobile Design Pattern Gallery: UI Patterns for Mobile Applications)$580$458 -
Dreamweaver 達人設計寶典$520$442 -
大學程式能力檢定:CPE 祕笈$500$425 -
無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship)$580$452 -
Android App 程式設計教本之無痛起步$480$408 -
超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板)$1,130$961 -
彩色 GPIO 排線 (Raspberry Pi 適用)$120$114 -
CSS3 網頁設計師手札, 4/e (The CSS3 Anthology: Take Your Sites to New Heights, 4/e)$450$356 -
Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$380 -
Arduino 基礎入門套件 (附範例程式下載連結)$950$903 -
易讀程式之美學-提升程式碼可讀性的簡單法則 (The Art of Readable Code)$480$379 -
Android 程式設計, 2/e (Programming Android: Java Programming for the New Generation of Mobile Devices, 2/e)$780$616 -
搞懂 NoSQL 的 15 堂課 (NoSQL Distilled 中文版) (NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence)$360$284 -
培養與鍛鍊程式設計的邏輯腦:程式設計大賽的解題策略基礎入門$280$218 -
Binary Hacks -- 駭客秘傳技巧一百招$580$458 -
HTML5 錦囊妙計 (HTML5 Cookbook)$520$411 -
HTML5 + CSS3 智慧型手機專用網站設計$450$356 -
Adobe Edge Animate: The Missing Manual 國際中文版$580$458 -
永遠懷抱希望:柳井正給所有人的再成長計畫$300$255 -
網頁程式設計 ASP.NET MVC 5.x 範例完美演繹, 4/e (適用Visual C# 2022/2019)$660$521 -
Web API 設計原則|API 與微服務傳遞價值之道 (Principles of Web API Design: Delivering Value with APIs and Microservices)$520$411
商品描述
This one hundred page book focuses exclusively on how you can best use the ASP.NET MVC 4 Framework to build world-class REST services using the Web API. It sets aside much of what the ASP.NET MVC Framework can do, and focuses exclusively on how the Web API can help you build web services. You will not find any help on CSS, HTML, JavaScript, or jQuery. Nor will you find any help on the Razor view engine, HTML Helpers, or model binding. If you need this information then Pro ASP.NET MVC 4 is your perfect book.
ASP.NET MVC 4 and the Web API: Building a REST Service from Start to Finish helps you build cutting-edge REST services using ASP.NET MVC 4 and the Web API in more depth and detail than any other resource. ASP.NET MVC has always been a good platform on which to implement REST, but with the advent of the Web API it has now become even better. This book will show you why it's great and how to get the most from it.
Author Jamie Kurtz will take you from zero to full-blown REST service hero in no time at all. And you'll even learn how to incorporate some popular open source tools along the way: little or no experience with ASP.NET or the MVC Framework is required.
What you’ll learn
- How to design a REST API
- Understanding MVC and Web API controller activation
- Utilizing open source tools for common tasks
- Automatic lifetime management for database connections and transactions
- Easily secure a REST service, using standards-based authentication and authorization
- How to choose between using WCF or using the Web API
Who this book is for
This book is written for architects and developers wanting to understand how to quickly and easily build REST services on the ASP.NET platform. No prior knowledge of ASP.NET or MVC Framework is required; however, it assumed you have some experience with the .NET Framework, Visual Studio, and C#.
Table of Contents
1. ASP.NET MVC as a Service Framework
2. What is RESTful?
3. Designing Our Sample REST API
4. Building the Environment and Creating the Source Tree
5. Controllers, Dependencies, and Managing the Database Unit of Work
6. Securing the Service
7. Putting It All Together
商品描述(中文翻譯)
這本一百頁的書專注於如何最佳化使用 ASP.NET MVC 4 框架來建立世界級的 REST 服務,使用 Web API。它擱置了 ASP.NET MVC 框架的許多功能,專注於 Web API 如何幫助您建立網路服務。您不會找到有關 CSS、HTML、JavaScript 或 jQuery 的任何幫助。也不會找到有關 Razor 視圖引擎、HTML 幫助器或模型綁定的任何幫助。如果您需要這些資訊,那麼《Pro ASP.NET MVC 4》是您完美的選擇。
《ASP.NET MVC 4 和 Web API:從頭到尾建立 REST 服務》幫助您更深入和詳細地使用 ASP.NET MVC 4 和 Web API 建立尖端的 REST 服務。ASP.NET MVC 一直是一個實現 REST 的良好平台,但隨著 Web API 的出現,它變得更加優秀。本書將向您展示為什麼它如此出色,以及如何充分利用它。
作者 Jamie Kurtz 將帶您從零開始迅速成為 REST 服務的英雄。您甚至會學到如何在過程中整合一些流行的開源工具:對 ASP.NET 或 MVC 框架幾乎沒有經驗也是可以的。
您將學到的內容:
- 如何設計 REST API
- 理解 MVC 和 Web API 控制器的啟動
- 利用開源工具處理常見任務
- 自動管理資料庫連接和交易的生命週期
- 使用基於標準的身份驗證和授權輕鬆保護 REST 服務
- 如何在使用 WCF 或 Web API 之間做出選擇
本書適合對象:
本書是為希望了解如何快速輕鬆地在 ASP.NET 平台上建立 REST 服務的架構師和開發人員所寫。無需具備 ASP.NET 或 MVC 框架的先前知識;不過,假設您對 .NET 框架、Visual Studio 和 C# 有一些經驗。
目錄:
1. ASP.NET MVC 作為服務框架
2. 什麼是 RESTful?
3. 設計我們的範例 REST API
4. 建立環境和創建源樹
5. 控制器、依賴性和管理資料庫工作單元
6. 保護服務
7. 將所有內容整合在一起
