-
> > Another question: Any good reason why this lists can't just be initialized and hence empty if not neede and/or used? Makes the nullable stuff a lot easier and even more intuitive to …
-
-
**Is your feature request related to a problem? Please describe.**
C#8 adds nullable reference types. Not only will CSLA need to support this, but it should also annotate its members with not just `?…
-
**Describe the bug**
When running the ProjectTracker sample in the current `v8.x` branch, WebAssembly code fails because it can't find the Backport.System.Threading.Lock package.
![image](https://…
-
Hi All,
We have to use some third party libraries in conjunction with Csla, e.g. if we have to use one of the open source logging frameworks, should we write own Csla wrapper classes around the loggi…
-
```
http://graytechnology.com/Blog/post/Database-Paging-and-Sorting-with-CSLA-Part-1
---The-Database.aspx
http://graytechnology.com/Blog/post/Database-Paging-and-Sorting-with-CSLA-Part-3
---The-presen…
-
CSLA supports calling portal methods defined by a base class.
For example
```csharp
public class Foo : BusinessBase {
[Create]
private void Create() { /*...*/ }
}
public class Bar : F…
-
Hi,
I have been working with csla for almost ten years on and off, last time being in 2014.
i had read the using csla 4 ebooks and in the last few days went over the basic concepts again, my last proj…
-
We have a requirement where we need to hop to another CSLA service to get Data. Ultimately we have to call External CSLA Service from within business objects running on CSLA application server. See im…
-
I have a Web App serving my HTTP DataPortal and a UWP App consuming that data portal. All works fine. Now, I want to update the Csla to a current release, but when I do that and deploy the Web App Dat…