A Peep inside a C# Application Service
themvcblog.typepad.com
A Peep inside a C# Application Service
1–10 of 26 posts
Re: A Peep inside a C# Application Service
#2This post has no introduction and dives right into the details.
Re: A Peep inside a C# Application Service
#3I'm genuinely curious: does anyone here understand anything about that? What do those words even mean? I mean, even if you assume that the capitalized words are what's being explained, what's a "business operation"?
It's writing like this that give C# and .NET their (mostly undeserved) image of overarchitected concept jungles.
Re: A Peep inside a C# Application Service
#4Re: A Peep inside a C# Application Service
#5Re: A Peep inside a C# Application Service
#6> When an Application Service receives control, it loads an Aggregate and retrieves any supporting Domain Services needed by the Aggregate’s business operation. When the Application Service delegates to the Aggregate business operation, the Aggregate’s method produces Events as the outcome. I'm genuinely curious: does anyone here understand anything about that? What do those words even mean ? I mean, even if you assu…
Re: A Peep inside a C# Application Service
#7> When an Application Service receives control, it loads an Aggregate and retrieves any supporting Domain Services needed by the Aggregate’s business operation. When the Application Service delegates to the Aggregate business operation, the Aggregate’s method produces Events as the outcome. I'm genuinely curious: does anyone here understand anything about that? What do those words even mean ? I mean, even if you assu…
Re: A Peep inside a C# Application Service
#8Ummm, what exactly is a "C# Application Service"? This post has no introduction and dives right into the details.
Re: A Peep inside a C# Application Service
#9> When an Application Service receives control, it loads an Aggregate and retrieves any supporting Domain Services needed by the Aggregate’s business operation. When the Application Service delegates to the Aggregate business operation, the Aggregate’s method produces Events as the outcome. I'm genuinely curious: does anyone here understand anything about that? What do those words even mean ? I mean, even if you assu…
Its part of DDD (Domain Driven Design) universe, an attempt to have standard patterns for large enterprisy software.
You can learn more about it from this book:
Domain-Driven Design: Tackling Complexity in the Heart of Software
http://www.amazon.com/Domain-Driven-Design-Tackling-Complexi...
Re: A Peep inside a C# Application Service
#10> When an Application Service receives control, it loads an Aggregate and retrieves any supporting Domain Services needed by the Aggregate’s business operation. When the Application Service delegates to the Aggregate business operation, the Aggregate’s method produces Events as the outcome. I'm genuinely curious: does anyone here understand anything about that? What do those words even mean ? I mean, even if you assu…