Skip to content

ASP.Net to Blazor Migration #3610

Discussion options

You must be logged in to vote

This is a valid way of implementing a data access layer, discussed in the Using CSLA: Data Access book.

It has the advantage of being the simplest model, and perhaps the fastest as it has the least abstraction. It has the disadvantage of having little abstraction and so if your data access tooling/framework changes over time you'll have to fix the code in every domain class.

It is possible, with some work, to use multiple versions of CSLA at the same time. You need to build your own version of the CSLA assemblies, and change the namespace from Csla to a version-specific thing like Csla70 or something - then make sure you are using the right namespace for the version you want to use …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmpotvin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants