We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

CQRS Hypermedia with WebAPI

Formal Metadata

Title
CQRS Hypermedia with WebAPI
Title of Series
Number of Parts
150
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Many schoolbook examples of RESTful APIs are simple CRUD designs where you read and write using the same model. This however goes against all the principles you adhere to when doing CQRS, where you often have completely different models for reading and writing. In this session we will take a closer look at the problem and find a way to handle it without compromising too much.