Showing related tags and posts accross the entire site.
-
i was applying the business rules on our CSLA derived business objects last week. when it came to the UI, we have this repeater control to display friendly messages to the user on our master page. i was about to bind the broken rules' descriptions of the concerned business object in the said repeater...
-
I was using the ReadOnlyCollectionBase of Rocky's framework when i got a name clash with the System.Collections.ReadOnlyCollectionBase class. I was using IList in the said codesheet so i have System.Collections as one of my usings. I wonder why Rocky chose the same class name. Although you can work around...
-
Our current project is using CSLA 1.1 for the business object framework and NHibernate for persistence. I don't know if this is a good combination but personally, I'd rather go for stored procedures since using NHibernate for a small application such as ours is an overkill (not to mention the tweaking...
-
I just got this book and hopefully I will learn a lot from it. I want to know about his framework, perhaps use it in one of my personal projects and learn from it, particularly the design considerations that Rocky considered in designing the CSLA.NET framework. I will start reading it after I have re...