買這商品的人也買了...
-
$880$695 -
$653代碼大全, 2/e (Code Complete: A Practical Handbook of Software Construction, 2/e)
-
$800$680 -
$680$578 -
$580$458 -
$450$383 -
$967WPF 編程寶典 -- 使用 C# 2012 和 .NET 4.5 (第4版) (Pro WPF in C# 2012: Windows Presentation Foundation in .NET 4.5)
-
$580$458 -
$360$306 -
$650$507 -
$690$538 -
$720$562 -
$450$383 -
$780$616 -
$414$393 -
$301Selenium 2自動化測試實戰—基於 Python 語言
-
$580$458 -
$560$476 -
$450$383 -
$540$459 -
$505分佈式系統常用技術及案例分析
-
$354$336 -
$790$616 -
$450$383 -
$450$356
商品描述
The ASP.NET MVC Framework has always been a good platform on which to implement REST-based services, but the introduction of the ASP.NET Web API Framework raised the bar to a whole new level.
Now in release version 2.1, the Web API Framework has evolved into a powerful and refreshingly usable platform. This concise book provides technical background and guidance that will enable you to best use the ASP.NET Web API 2 Framework to build world-class REST services.
New content in this edition includes:
• New capabilities in Web API 2 (currently version 2.1).
• Support for partial updates, or PATCH.
• API versioning.
• Support for legacy SOAP-based operations.
• How to handle non-resource APIs using REST
• How to best expose relationships between resources
• JSON Web Tokens, CORS, CSRF
Get ready for authors Jamie Kurtz and Brian Wortman to take you from zero to REST service hero in no time at all. No prior experience with ASP.NET Web API is required; all Web API-related concepts are introduced from basic principles and developed to the point where you can use them in a production system. A good working knowledge of C# and the .NET Framework are the only prerequisites to best benefit from this book.
What youll learn
• Introduction to the REST architecture
• How to design a REST API
• New capabilities in ASP.NET Web API 2
• Understanding ASP.NET Web API controller activation
• Automatic lifetime management for database connections and transactions
• Using NHibernate with ASP.NET Web API
• Easily secure a REST service, using standards-based authentication and authorization and JSON Web Tokens
• Supporting legacy SOAP callers with ASP.NET Web API
• How to expose relationships between resources
• Supporting partial resource updates under REST
• Web API versioning
Who this book is for
Intermediate level developers in .NET, REST, C#
Table of Contents
1. ASP.NET as a Service Framework2. 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. Dealing with Relationships, Partial Updates, and Other Complexities
8. Leveraging new Web API Features to Simplify Your Code and Support Legacy Systems
9. Putting It All Together