The DataContext.GetTable() method will return an object of type: System.Data.Linq.Table By doing that, I presume I haven\'t issued a call to the database to retrieve the entire table.Otherwise, LINQ
When I start work on a new web application I tend to reach for the same tried & tested architecture of ASP.NET MVC, BLL (consisting of a set of services that contain all business logic) and a DAL
How do we model classic many-to-many relationships with CQRS/DDD? I know that both DDD and CQRS implementations and solutions tend to be domain-specific, so it may be difficult to come up with a gene
I\'m a little confused about the flow in a system using domain events to build the read model.Particularly, how do we deal with the fact that the user expects data (and its view) to change when they c
I get the general concept of CQRS, but I\'ve got a few questions when it comes to moving beyond the example code and slide decks that are out there to dealing with real world problems.
CQRS has got me into thinking mode.. I am tryinng to start a new project with CQRS ideas. The main things that I like is
A user registers on our site and gets logged in. A RegisterUserCommand is sent to an asynchronous command handler.
I would like to know how multiple aggregate root are created in CQRS. Example: I have a handset aggregate root and Simcard aggregate root. The id
Can you use the CQRS (Command-Query Responsibility Segregation) architectural pattern to build a site like StackOverflow?I\'m relatively new to CQRS and DDD (Domain Driven Design) and am exploring the
I have the following scenario which I need to implement following the CQRS pattern: a user logs in the user enters some insurance details