Browse Source

Updated eBook .PDF to latest DRAFT version

pull/78/head
Cesar De la Torre 8 years ago
parent
commit
1995befeaf
3 changed files with 1 additions and 1 deletions
  1. BIN
      docs/Migrating and deploying legacy monolithic .NET Framework applications to Windows containers .docx
  2. BIN
      docs/architecting-and-developing-containerized-and-microservice-based-net-applications-ebook-early-draft.pdf
  3. +1
    -1
      src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommand.cs

BIN
docs/Migrating and deploying legacy monolithic .NET Framework applications to Windows containers .docx View File


BIN
docs/architecting-and-developing-containerized-and-microservice-based-net-applications-ebook-early-draft.pdf View File


+ 1
- 1
src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommand.cs View File

@ -5,7 +5,7 @@ using System.Runtime.Serialization;
namespace Microsoft.eShopOnContainers.Services.Ordering.API.Application.Commands namespace Microsoft.eShopOnContainers.Services.Ordering.API.Application.Commands
{ {
// DDD and CQRS patterns comment: Note that it is recommened to implement immutable Commands
// DDD and CQRS patterns comment: Note that it is recommended to implement immutable Commands
// In this case, its immutability is achieved by having all the setters as private // In this case, its immutability is achieved by having all the setters as private
// plus only being able to update the data just once, when creating the object through its constructor. // plus only being able to update the data just once, when creating the object through its constructor.
// References on Immutable Commands: // References on Immutable Commands:


Loading…
Cancel
Save