-
I'm trying to use CSLA with Xamarin iOS and Andriod. The Xamarin iOS works fine until I add CSLA and do a fetch. It throws an exception on DataPortal.Create(). Having the same issue with Andriod as we…
-
As per the books, if windows authentication is enabled on Dataportal Server side, custom code needs to be written(on the specific platform) to assign Csla.ApplicationContext.User with the running pri…
-
I was reading about the SaveObject() and I like the way it handles exceptions (including DataPortalException ), I have a few questions.
1) When SaveObject() handles exceptions, I am assuming it doe…
-
As part of improving the data portal factory model in CSLA 6, it might make sense to allow the `ObjectFactory` attribute on child types. This would probably mean adding behaviors to the `ObjectFactory…
-
```
You noted an additional issue with ticket #651.
"I fixed this issue. I did notice that the partial void
OnChildInserting(ProjectStatus projectStatus, S are being generated with the
wrong t…
-
```
When you must insert a Child with its Grandchild, and the grandchild is a
switchable object, the grandchild are not inserted.
Not happening on Update, only when inserting the grandchild.
I had …
-
```
What steps will reproduce the problem?
1.
Create table with SQL2008 Geography data type
2.
Generate templates with stored procedure support
3.
What is the expected output? What do you see instea…
-
I took a look at the csla.js file and it had tests and a bunch of stuff into it. Yet there is also a test project. I like what a lot of projects are doing and that is placing a .spec.js file right nex…
-
We're working on porting our business library to Xamarin for our mobile app support (in addition to supporting our main WinForms application) and I'm hitting an issue with serialization which I'm not …
-
**Question**
We have always (almost) used ADO.NET and stored procs for Data Access, we are looking into Entity framework Core and Dapper and Dapper looks lightweight and it appears, would require ver…