DataPortal.ProxyModes is not defined
Hi guys,I've decided to look at doing some Silverlight/Web development using CSLA for the first time having used it very successfully in the desktop environment for the last 10 years or so.I figured...
View ArticleDataPortal.CreateAsync does not call DataPortal_Create through the data...
I am creating a Silverlight 5 application with the latest CSLA 4.5.501 (installed via Nuget). I am using the new async await syntax and have discovered that DataPortal.CreateAsync does not call the...
View ArticlePropertyChanged Notifications with "using relationships"
I was hoping that someone could lend some ideas on how to properly setup a scenario I'm working with:In my situation, I have a parent business object which uses another object as a property. As a...
View Articlereading and writing app configs to the database and defining if ther are...
Hi we have recently decided to transfer all our app configs to the database.right now we consider all these configs to be both readable and writeable.but we want to future proof it so that if a certain...
View ArticleBusiness Rule Context Information
HelloWe have a class that contains property X with some expensive rules associated to it. We want all rules to fire if the value of property X gets changed, but we would like to suppress some of its...
View ArticleAuthorizationActions.EditObject seems doesn't work on child object.
How to prevent user to edit child object?I have class with f.ex "orders" property. This is "BusinessBindingListBase" which contains "Order" objects.I thought I can add "authorization rule"...
View ArticleIsDirty Change Event
Good day.i would like to get some help on the following. i am working in a WinForms environment application, i have a "Save" button but i would like to enable/disable the button is my object has been...
View ArticleUnable to Run Test Multiple Time With Save Method
Csla 4.3.13 / Visual Studio 2010I am unable to run test scripts multiple time which contains a call to the save method without rebuilding the solution. If the po.save is commented out in the code below...
View ArticleSet or get the background color NavBar Control of DevExpress ?
I've set (or get) the background color NavBar Control but it isn't ? you see code below.set background color NavBar Control:Code:navBarControl1.Appearance.GroupBackground.BackColor =...
View Articleasync await & ConnectionManager& [TestMethod]
I'm just starting a new project and using CSLA async await syntax for the first time, I'm experiencing an issue with the ConnectionManager<C> when running a MS Test, in that sometimes...
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 ArticleQuestions about upgrade path
My team currently supports a WinForms application (~100k lines of code) built on top of CSLA 3.6.3. We are using mainly unmanaged properties (we got started before managed properties were introduced)....
View ArticleDynamic Root List - Editable Root's Editable Child List not saving via...
Hi,I’m developing a Winforms app using .NET 4.5 and CSLA 4.5.I’ve have a Dynamic Root List that has Editable Root objects with an Editable Child list.I’ve have two DataGridViews bound to the same...
View ArticleUpdated samples for csla 4.5?
Hi Gents,Have the samples been updated for Silverlight projects, etc. since the release of 4.5.With all of the breaking changes, trying to decipher what needs to be changed in the samples is proving...
View ArticleBinding Child Collection with BeginCollectionItem
Hey Guys,I was wondering if anyone has gotten their child collection to automatically bind when using the BeginCollecitonItem. I am using the latest CSLA and MVC5 and I am having trouble. If I do the...
View ArticleAssigning default values to properties
Hello..I have created a Silverlight application with CSLA. I want to assign default values to some of the BusinessBase class's properties, which are not bound to the UserControls.eg: 1] SysDate - The...
View ArticleAuthentication for WinRT LOB app
I've previously created a Windows Store app that used Azure Mobile Services for authentication, which made things easy. I'm now working on a native Win 8 app for my company, and our...
View Articleinners exceptions from dataportal
We started using Csla, and our object graph is deeper than usual, I think about six levels. One complaint is that if an exception occurs in a lower level data portal method, by the time it gets back to...
View ArticleTransactionScope enhancement request.
This probably has been discussed before but here is my go at it…When using transaction scope, the CSLA creates an instance of the TransactionScope class using its default constructor which in turn uses...
View Article