I have a concern where I am writing a custom membership provider, but I\'m not sure where to put it. I don\'t really have any code to show you, but basically the provider needs access to System.Web.Se
As I understand it, a UnitOfWork class is meant to represent the concept of a business transaction in the domain. It\'s not directly supposed to represent a database transaction, which is a detail of
I am developing my first DDD application and trying to follow some basic rules I\'ve studied in these last few months.
To which 开发者_高级运维layer does the logger belongs in DDD?What would we want to log in DDD?
I am bit curious as to what experience other developers have of applying the Repository pattern when programming in ASP.NET MVC with Entity Framework or NHibernate. It seems to me that this pattern is
I\'m a software development consultant looking for some tools to help me quickly understand a new application when I begin a new project at a customer site.
I have a bunch of simple entity instances that I have serialized to a file.In the future, I know that the structure of these entities (ie, maybe I will rename Name to Header or something).The thing is
I have i discussion with a partner we have this scenario: **Publishers root entity Advertiser root entity**
Hey guys. I\'m reading Martin Fowler\'s PoEA. Data Mapper pattern is working with Domain objects in this way:
In our application we raise domain events when something changes in the domain model. Some of the tasks that are performed by the event handlers must be done within the same transaction that was used