-
Hello, I'm trying to use CSLA 4.5 (actual version compiled from sources) on PC with .NET 4. I get CSLA assemblies compiled for .NET 4 from "bin/NET4" directory. I use client WCF channel for communication between client and server. Whenever I call DataPortal methods from client (Create/Fetch...
-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Hi all, I am working on a project using CSLA generated by codesmith and due to project considerations we will be re-generating quite often throughout the lifetime of the project. Due to these considerations, I am running into a...
-
I'm a long time CSLA developer, but have been using CSLA 2.x for a LONG time. Just now trying to get up to speed with the latest versions (4.3.12). Was going to build a little sample app using asyc methods, but right away hit an issue when trying to use async login method with custom Principal/Identity...
-
On page 105 of Rocky's Using CSLA 4: Creating Business Objects, a code sample is given to set IsAsync based on whether the code is on the Client or ASP.NET (ie want async server access in business rules on smart clients (Silverlight, WPF, Metro, etc but not code on ASP.NET servers): #if SILVERLIGHT...
-
I am new to CSLA and working in CSLA 4. What is the best way to implement a rule that triggers asynchronously for a property and that passes all properties of the property's parent to the command that is triggered? I have gone the path of creating a Rule object that calls a Command Object asynchronously...