Browse by Tags
All Tags »
CSLA (RSS)
Official announcement via dotnetrocks . Download it here . This kind of thing is the favorite part of my job, bar none.
Read More...
We are approaching release for CSLA 3.5 , which includes what Rocky and I are calling "Linq to CSLA". Of course, there is nothing much new about this - I have talked about a lot of these same ideas before. That said, it is notable to point out
Read More...
Whew - just completed my first pass at my unit test suite for our custom query provider in CSLA.net. I do find it deeply ironic that the test suite was substantially more work and time involved than writing the provider itself. That said, I would certainly
Read More...
Rocky has just posted a nice summary of some of the new things coming in the next version of CSLA, including a rendition of my indexing concept from i4o into CSLA. What makes CSLA a great candidate for indexing is the fact that BusinessListBase derived
Read More...
In the .net framework, every single class you ever write will violate Single Responsibility Principle (SRP). Why? Every object in .net has a method called GetHashCode. And... horrors of horrors, every object has a method called ToString. You can, and
Read More...