I am using AutoFAC 2.2.4 and have a question about covariance in container resolution. I have a base interface definition for my repositories:
I have searched in my books and in the Internet answer to my question but I didn\'t finded. Maybe you could help me.
I\'ve been developing an application and I\'m trying to aply DDD and other tools (Nhibernate and asp.net MVC).
I\'m trying to establish a convention on how to execute queries from our UI (control开发者_Go百科lers) layer. Here are my three options:
I have a form that, when you enter text into a field and tab off, a jQuery event is triggered to validate that field by calling the relevant controller action. For example, I have an AccountController
Take this following code from an example HR system. The user has the ability to log an absence and can be of various types including holiday and sickness. This would be a domain model over an ORM such
I\'ve got a bunch of methods in my application service layer that are doing things like this: public void Execute(PlaceOrderOnHoldCommand command)
For a user generated content website, I want to give ability to my users to restrict on who can see the content.
I\'m getting confused on how to define bounded contexts where there are shared concerns between them, and how to represent this with Domain Entities.
i\'m thinking about how i would like to structure my query/read layer for my application and i think what i am going to do is create database views to flatten out the model and use entity framework fo