PropertyHasChanged / MarkDirty
I'm using CSLA 4.5.501 from NuGet w/WPF.In Rocky's eBook Creating Business Objects the MarkDirty Method says:"By default this method not only effectively set IsSelfDirty to true, it also raises the...
View ArticleList of LoggedIn users
I wish to maintain a list of logged in users into a csla application. Where should I maintain it in Csla.ApplicationContext ? Or how should I maintain it?
View ArticleChild DataPortal method calling a Dataportal method with TransactionScope...
I have some business objects that can be either root or child objects depending on the context. Usually I simply call DataPortal_XXX from Child_XXX to avoid duplicate code. Is there any danger of this...
View ArticleError "Edit level mismatch in AcceptChanges" when save a Editable Root...
My project using CSLA 4. I am using a GridView to binding and update data. However when I update data after user edit on gridview. I always get an error : "Edit level mismatch in AcceptChanges"The way...
View ArticleCSLA .NET Contrib 4.5.50 released
CslaContrib extension library to CSLA .NET 4.5.50 was published on CodePlex.This release is version synchronized to CSLA .NET 4.5.501 and is also available on NuGetFeature highlightFixes missing...
View ArticleCSLA
How to share information between multiple instances of Silverlight application in CSLA?
View ArticleReadOnlyBindingListBase AllowRemove
I have set AllowRemove = true but it still does not allow to remove item from the ReadOnlyBindingListBaseIs it possible?
View ArticleHandy fluent-like quick rule to speed up writing your light-weight rules
Hi allWe've spend a considerable amount of time bringing a CSLA 3.8 project into the present with CSLA 4.5.Our biggest challenge was the legacy rules, and while"converting" them is straight forward...
View ArticleCsla.NameValueListBase for Windows Forms or safe for WPF
HiContext: Given that BusinessBindingListBase<T,C> is for supporting Windows Forms under CSLA 4, and BusinessListBase<T,C> is the Xaml (ObservableCollection) equivalent, then what about...
View ArticleCSLA 4.3.14
Hey, We have recently moved from CSLA 4.0.3 to CSLA 4.3.14.2. Everything has been working well until a colleague has mentions that they are no longer able to see what is currently within the deleted...
View ArticleFieldData always mark object as dirty
When I call CancelEdit in an object, the UndoChanges method set the FieldData.Value property and that property always set isDirty to true. If I check the IsDirty property before close the edition form...
View ArticleCSLA 4.x TransactionalDataPortal has a breaking change compared to CSLA 3.8
Houston we have a problem. I've been using both CSLA 4.x and 3.8 for some time now, and haven't run across this issue until now, where we are upgrading a CSLA 3.8 based project to CSLA 4.5.This...
View ArticleCSLA and the new ASP.NET Web API
I was going through some of the examples on the new web API that is part of the asp.net mvc 4 beta release. Does CSLA fit with the Web API model? I'm new to ASP.NET MVC and am trying to figure out if...
View ArticleCustom Proxy Factory with WinRT in v.4.5.501
I'm following the Using CSLA Data Portal e-book where it talks about implementing a custom proxy factory so that an app can support occasionally connected scenarios.The SL example project shows the...
View ArticleBusinessRule - How to get context.Target to have the current values
I am trying to create a business rule that needs the current value of two other fields in the target object. The target object always has the previous values when the rule executes. Is there a...
View ArticleAnyone using AngularJS and CSLA
If so any help/pointers/example code as to the best way to go would be very much appreciated.
View ArticleAuthentication for WinRT devices joined to a domain
We will have tablets running Win 8.1 Pro that will be joined to the domain, and users will sign in to those devices with their network credentials; however, I don't anticipate them connecting to the...
View ArticleVSTO and CSLA 2.0 Error
I am using CSLA in a VSTO Outlook add-in project. I am getting the following error:Exception of type 'System.Runtime.Serialization.SerializationException'. ... 'Unable to find assembly 'CSLA,...
View ArticleEditLevelMismatch with grandchild (SL / CSLA 4.5.500)
Dear Rocky, dear all,I'm facing some EditLevelMismatch in Silverlight 5 & CSLA 4.5.500My scenario is to have a DynamicListBase "ChildList" with children: "Child "and a grand child: "Child" (the...
View Article