In Eric Evans\' Domain Driven Design开发者_Python百科 approach, would it be a good idea to use Rocky Lhotka\'s CSLA.NET for designing Business Entities for Domain Layer?Looks like we can do that.It\'s
I\'ve got a CSLA object that is returning data from the database fine but when I change any of the开发者_运维知识库 properties on the object the object still says IsDirty = \"false\". Although when I
Can SubSonic be used with CSLA.NET? Has anyone tried this. From开发者_开发问答 my understanding
I\'ve received an error report from a client recently and am having no luck resolving it. I\'m hoping someone can give me some insight to what may be wrong.
I am in the middle of an ASP.NET project where I am using the CSLA framework and the AJAX ModalPopupExtender control. I have used CSLA and the ModalPopupExtender in different projects before, but this
I have a solution that uses CSLA for Business Layer and LINQ to SQL on another. We need to use WCF so 开发者_如何学Cthat we can host our database on remote servers but it seems that the application ca
I\'ve read several chapters of the CSLA book and I like it, but being lately geared more towards Java, I\'m looking for a Java-based equivalent. Does anybody know anything that comes close to CSLA in
Trying to develop using MVVM: I have this Csla.PropertyStatus control that is created in my ViewModel.
OK, I am having quite an issue with data bindi开发者_如何学编程ngs in .NET. Some background information, my business object tier is using CSLA v1.0.
The WCSF uses Model View Presenter (MVP) pattern for organizing/structuring the source code for a website. When MVP pattern is used correctly, it provides seperation of concerns, unit testability of p