domain-model
ASP.NET MVC 2: Any way to pass two Objects to a Template?
A \"Lookup\" in this example is an IList<string> of state abbreviations.Generally, your Domain Model POCOs won\'t include these options.ViewModels usually take this responsibility referencing bo[详细]
2023-01-13 11:09 分类:问答What's the difference between Data Modelling and Domain Modelling?
By the way - with reference开发者_开发知识库 to data modelling I\'m referring to logical or conceptual data models - not physical ones.[详细]
2023-01-11 20:00 分类:问答How do I model an object to track equipment / assets over time?
I\'ve been trying to figure out the best way to model this entity, and I\'m getting stuck. Here\'s the basic use case/story:[详细]
2023-01-10 09:01 分类:问答Domain Modeling question / collections with NHibernate
Please consider the domain model shown below (simplified for brevity - no ids etc.)A Customer can comment on a Product only once.Lets assume (for reasons I don\'t want to get into here) that the Custo[详细]
2023-01-10 07:53 分类:问答Decoupling the model and input checking
Is it a good practise to decouple input checking from a model and have it handled elsewhere, say by a controller? If so, h开发者_StackOverflow社区ow could this be done from an MVC or DDD standpoint?It[详细]
2023-01-10 01:18 分类:问答Techniques for dependency injection into a domain model
I have a domain model type. One of its numerous properties requires an ITranslationService to provide the ability to translate its return value into the appropriate language.[详细]
2023-01-09 18:15 分类:问答Winforms data-binding to business objects in a multi-threaded scenario without InvokeRequired?
For example, I\'ve got a business object Person: class Person : INotifyPropertyChanged { string Name { get; set; }[详细]
2023-01-09 13:57 分类:问答Passing DTOs around in the domain model
I see DTO types being created within开发者_如何学C and passed between types in the domain model. Is this good practise?[详细]
2023-01-07 14:08 分类:问答Bestpractice - Mixing View Model with Domain Model
Is it reasonable to mix view models with domain models? So i.e. the view model object con开发者_如何学Ctains some domain model objects (not the other way around!)Generally, you will have to reference[详细]
2023-01-04 14:07 分类:问答Specialization hierarchy in a domain-model
I\'m trying to make the domain model of a management system. I have the following kind of people in this system:[详细]
2023-01-01 20:32 分类:问答
加载中,请稍侯......