I have some no so easy routing design issues with rails 3. We have a website translated in several languages. Some of this languages have a full domain support like :
I have been trying to look for solutions to the problem that I am currently having with mapping my DDD model using Fluent NHibernate. If someone can just put me in the right direction that would be ap
My model object Reading has a Location but it\'s not a direct relationship in the database. In the DB, this \"has-a\" relationship or \"reference\" spans 3 tables, as shown in this snip:
I have two aggregates, Advertiser and Payment. I am using Paypal and Authorize.net payment gateway. So i created interface in infra layer.
I\'m practicing DDD with ASP.NET MVC and come to a situation where my controllers have many dependencies on different services and repositories, and testing becomes very tedious.
I have a model class which is loaded from a \"GetById\" method in my repository class. I now need to add additional properties to this entity, which aren\'t saved in the database, but are calculated b
My ASP.NET MVC3 / NHibernate application has a requirement to fire off and handle a variety of events related to my domain objects. For example, an Order object might have events like OrderStatusChang
I\'m using Entity Framework 4.0 within a repository pattern to populate my POCO objects which are in another assembly.One of my objects contains an XML column from the database (a string type on the c
I am developing a 3-tier application (not 3-layer!) with a client application running on one tier (physical cluster) that interacts with a service application running on another tier and the database
I\'m new to DDD, and I\'m trying to apply it in real life. There is no questions about such validation logic, as null check, empty strings check, etc - that goes directly to entity constructor/propert