-
Notifications
You must be signed in to change notification settings - Fork 58
Create documentation #1
Comments
@Particular/tf-eshop I started writing stuff down here that needs explanation in documentation on our own repo. |
@dvdstelt I started working on a draft here https://docs.google.com/a/nservicebus.com/document/d/1iPVxUHMBAIwuYph65u1wn56gzWSoxoC_mrCl_VfABRA/edit?usp=sharing
That could be skipped until we implement a saga, correct? I don't think it's important for now to explain JSON part, as this is used for sagas only.
I think 1 sentence is enough and just link to doco about installer workflow and ms sql server scripts
Not sure what you had in mind here, do we need more than what's said re: message contracts and routing?
Still trying to figure out what exactly they do, how, why and what they said in the ebook about it. So treat it as a very rough draft :P |
@dvdstelt I updated the description to cover things I know we discussed but haven't done yet, though starting with Serialization to the end I'm not sure what is the plan and what you had in mind, can you clarify? |
@weralabaj It should explain ducktyping and the fact that shared assemblies isn't a bad practice. Just like the original eShopOnContainer solution, it was 100% the same C# code, except in different projects. Why not have this 100% same code in a single, shared assembly? The result in coupling and deployment is exactly the same. If a user has issues with versioning, for example, it's even easier with our solutions. Redirect them to our doco on versioning. Does that make sense? I can write the doco as well. |
PoA
NServiceBus
Transport
Persister
SI
SP
Serialization
Outbox
Especially check
OrderStatusChangedToAwaitingValidationIntegrationEventHandler
as it's extremely easier than before.IntegrationEventMigrations
removed.IntegrationEventMigrations
removed.The text was updated successfully, but these errors were encountered: