csla
.NET Domain Driven Design and CSLA.NET
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[详细]
2022-12-20 05:35 分类:问答CSLA Not reporting object as dirty after being changed
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[详细]
2022-12-20 01:02 分类:问答Subsonic and CSLA.NET
Can SubSonic be used with CSLA.NET? Has anyone tried this. From开发者_开发问答 my understanding[详细]
2022-12-17 16:58 分类:问答Error deleting a record using Linq2SQL
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.[详细]
2022-12-16 15:42 分类:问答CSLA, ASP.NET and AJAX ModalPopupExtender - how do I not load an object when the ModalPopup is not visible
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[详细]
2022-12-16 14:58 分类:问答WCF LINQ CSLA Problem
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[详细]
2022-12-15 23:49 分类:问答Java "equivalent" to CSLA
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[详细]
2022-12-15 15:17 分类:问答Xaml - add existing control to grid
Trying to develop using MVVM: I have this Csla.PropertyStatus control that is created in my ViewModel.[详细]
2022-12-11 09:53 分类:问答Data Binding in .NET with CSLA BOs
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.[详细]
2022-12-10 20:51 分类:问答Achieving unit testability of Presenter while using CSLA Framework with WCSF
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[详细]
2022-12-10 14:03 分类:问答