CSLA 8 prerelease 24012202 online #3661
rockfordlhotka
started this conversation in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am pleased to announce that CSLA 8 prerelease 24012202 is now online in NuGet.
This prerelease is "feature complete", in that all attention is now focused on testing, updating the unit tests, and updating the samples.
The big change in this release is a refinement of the new
IDataPortalCache
interface to be atomic, so any locking or other details are pushed entirely into the cache, removing that sort of thing from the data portal itself.There's a new DataPortalCacheExample solution in the Samples directory to show how to implement a simple cache. The default behavior in CSLA itself is to cache nothing, and it is up to individual apps to provide their own cache implementation.
For a list all of all changes in CSLA 8 look here: https://github.com/MarimerLLC/csla/issues?q=is%3Aclosed+project%3Amarimerllc%2F9+
Beta Was this translation helpful? Give feedback.
All reactions