ServiceStack 4 Cookbook
暫譯: ServiceStack 4 食譜
Kyle Hodgson, Darren Reid
- 出版商: Packt Publishing
- 出版日期: 2015-01-26
- 售價: $1,950
- 貴賓價: 9.5 折 $1,853
- 語言: 英文
- 頁數: 277
- 裝訂: Paperback
- ISBN: 1783986565
- ISBN-13: 9781783986569
-
相關分類:
C#
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
精實執行-精實創業指南, 2/e (Running Lean: Iterate from Plan A to a Plan That Works, 2/e)$450$356 -
告別瀑布,擁抱 Scrum:解析微軟與 Adobe 如何在 30 天內開發出新軟體 (Software in 30 Days: How Agile Managers Beat the Odds, Delight Their Customers, And Leave Competitors In the Dust)$320$250 -
精實開發與看板方法$550$435 -
PhoneGap + Node.js 整合實作!用 JavaScript 做出跨平台手機 App 和雲端運用$520$411 -
$294鳳凰計畫:一個 IT計畫的傳奇故事 (The Phoenix Project : A Novel about IT, DevOps, and Helping your business win)(沙盤特別版) -
使用者故事對照 (User Story Mapping: Discover the Whole Story, Build the Right Product)$580$458 -
Essential Scrum:敏捷開發經典 (中文版) (Essential Scrum: A Practical Guide to the Most Popular Agile Process)
$680$530 -
UX 從新手開始|使用者體驗的 100堂必修課 (UX for Beginners: A Crash Course in 100 Short Lessons)$480$379 -
精實企業|高績效組織如何達成創新規模化 (Lean Enterprise: How High Performance Organizations Innovate at Scale)$450$356 -
Scrum ─ 大型專案開發進化 ─ 用 LeSS 框架完成更多的事 (Large-Scale Scrum: More with LeSS)$580$458 -
無瑕的程式碼-敏捷完整篇-物件導向原則、設計模式與 C# 實踐 (Agile principles, patterns, and practices in C#)$790$616 -
TensorFlow + Keras 深度學習人工智慧實務應用$590$460 -
高品質微服務|建構跨工程組織的標準化系統 (Production-Ready Microservices: Building Standardized Systems Across an Engineering Organization)$450$356 -
Agile 成功法則|敏捷實作者的解決方案 (Real World Agility: Practical Guidance for Agile Practitioners)$480$408 -
精實 UX 設計|帶領敏捷團隊打造出色的產品, 2/e (Lean UX: Designing Great Products with Agile Teams, 2/e)$450$356 -
看板實戰 : 用一張便利貼訓練出100分高效率工作團隊 (Kanban in Action)$560$476 -
鳳凰專案|看 IT部門如何讓公司從谷底翻身的傳奇故事$480$379 -
單元測試的藝術, 2/e (The Art of Unit Testing: with examples in C#, 2/e)$650$507 -
R 資料科學 (R for Data Science)$780$616 -
Mapping Experiences 看得見的經驗|創造價值從經驗圖像化開始 (Mapping Experiences)$680$537 -
軟體專案開發實務|別只當編程猴 (Programming Beyond Practices: Be More Than Just a Code Monkey)$400$316 -
Soft Skills 軟實力|軟體開發人員的生存手冊 (Soft Skills: The software developer's life manual)$520$411 -
網站可靠性工程|Google 的系統管理之道 (Site Reliability Engineering: How Google Runs Production Systems)(SRE)-*外觀稍有瑕疵,不介意者再下單$780$616 -
為你自己學 Git$500$425 -
iOS App 開發實務$450$383
相關主題
商品描述
Over 70 recipes to create web services, build message-based apps, and work with object-relational mapping
About This Book
- Create fast, testable, maintainable web APIs using the fully-featured framework in .NET
- Integrate ServiceStack to add speed and simplicity to your web applications
- Step-by-step recipes that focus on solving real-world problems using ServiceStack
Who This Book Is For
If you are a .NET developer who is looking for a simpler way to build services, this is the book for you. It will show you how to write fast, maintainable APIs that are a pleasure to use and maintain starting from the database to the client and everything in-between.
What You Will Learn
- Quickly create fast, testable, and maintainable web services with ServiceStack
- Integrate ServiceStack with existing ASP.NET frameworks such as MVC and SignalR
- Render HTML using Razor and MarkDown with your ServiceStack services
- Implement unit and integration testing for your web API to enhance quality and compatibility
- Work with your SQL database of choice using ServiceStack's ORM, OrmLite
- Leverage the speed of Redis to scale your web API
In Detail
Building web services is a complex task as every language and framework has its own architecture, which is not easy to analyze. ServiceStack makes it easy to create web services and build applications.
This book covers a wide range of topics from simple development and initial setup using the ServiceStack framework to more advanced concepts such as integration with other popular .NET frameworks. It will show you how to build your services and will also enable you to ensure your web API's quality with step-by-step recipes that show you powerful unit testing and integration testing patterns. You will also learn how to access your SQL database with speed and simplicity using ServiceStack's object-relational mapping framework, OrmLite.
商品描述(中文翻譯)
超過 70 個範例來創建網路服務、構建基於訊息的應用程式,以及使用物件關聯映射
本書簡介
- 使用 .NET 中功能齊全的框架創建快速、可測試、可維護的網路 API
- 整合 ServiceStack 以提升網路應用程式的速度和簡單性
- 逐步範例專注於使用 ServiceStack 解決現實世界的問題
本書適合誰閱讀
如果您是一位 .NET 開發人員,正在尋找更簡單的方式來構建服務,那麼這本書就是為您而寫。它將教您如何從資料庫到客戶端及其間的所有部分,編寫快速、可維護的 API,讓使用和維護變得愉快。
您將學到什麼
- 快速創建快速、可測試和可維護的網路服務,使用 ServiceStack
- 將 ServiceStack 與現有的 ASP.NET 框架(如 MVC 和 SignalR)整合
- 使用 Razor 和 MarkDown 在您的 ServiceStack 服務中渲染 HTML
- 為您的網路 API 實施單元測試和整合測試,以提高質量和相容性
- 使用 ServiceStack 的 ORM OrmLite 與您選擇的 SQL 資料庫進行操作
- 利用 Redis 的速度來擴展您的網路 API
詳細內容
構建網路服務是一項複雜的任務,因為每種語言和框架都有其自己的架構,這並不容易分析。ServiceStack 使創建網路服務和構建應用程式變得簡單。
本書涵蓋了從使用 ServiceStack 框架進行簡單開發和初始設置到更高級概念(如與其他流行的 .NET 框架整合)的一系列主題。它將教您如何構建服務,並使您能夠通過逐步範例確保網路 API 的質量,這些範例展示了強大的單元測試和整合測試模式。您還將學習如何使用 ServiceStack 的物件關聯映射框架 OrmLite,以快速和簡單的方式訪問您的 SQL 資料庫。
