-
Hi all,
We have invested a huge number of man-hours in some asp.net web forms applications over the last 10-12 years. Recently I was asked to help with one ASP.NET web form application which was rela…
-
**Question**
I'm playing with the prerelease bits of CSLA v5.
I'm not able to compile my business rules test. I do something similar to:
https://github.com/MarimerLLC/csla/blob/master/Samples/NET/c…
-
We are starting a new project and will be using ASP.NET Core MVC.
My question is should we use Razor pages or stick with MVC view pages?
just wondering what are fellow Csla developers using?
Kind…
-
I'm on a roll with WebAssembly. Got a nice sample and blog post online about [CSLA and Blazor](https://blog.lhotka.net/2019/09/02/BlazorSupportInCslaV5) earlier this week, and now here's a new blog po…
-
Hello.
For my work we are using Csla/Kellerman.
The problem is that Csla is very slow on perfoming data retrieval.
These line of code execute very fast:
```
SiteMap.SiteMap._translator = new…
-
Hello guys/gals,
I am new to CSLA and a relatively new programmer (this is my first job out of college). I am evaluating CSLA and I am a little concerned about the encapsulation breakage when you sep…
-
G'day. Need some best practice guidance for CSLA objects that read and write from/to multiple stores. We're working a system that synchronizes a large volume of records between two different endpoints…
-
Hi folks,
I’m currently working on a MVC5 project and I’m wondering which authentication/authorization framework should used.
So far, the membership has always works fine to me and easy to use wit…
sylum updated
7 years ago
-
```
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 …