CSLA .NET Contrib version 4.5.30 available on Codeplex and NuGet
Upgrade to Csla 4.5.30This release depends on CSLA .NET 4.5.30 and is also available on NuGetChanges since CSLA .NET Contrib version 4.3.16Refactor CslaContrib.Caliburn.Micro to Csla 4.5.30Refactor...
View ArticleError when pressing escape key on a filtered list bound datagridview
In my Windows Form Application i have a datagridview bound to an Editable Child List representing a list of tariffs. I have some custom filters implemented through comboboxes and based on the values i...
View ArticleSilverlight with bxf in factory model, that call the wcf services to access...
Hello,We are facing issues to incorporate Silverlight with Bxf in the Factory Model. That has to call the wcf to fetch the data from database. In case if you have some specific videos where in you have...
View ArticleResponsibility driven design or database structure?
My use case scenario has defined these objects: Employee, User, Client. My database is structured similar to inheritance where the base table is named Entity (id, displayname) with a one to one...
View ArticleError with Csla.ApplicationContext.User
I am evaluating CSLA.NET for an MVC project that I am working on. We would like to us MVC 4 but we are running into some issues with the Csla.ApplicationContext.User.IsInRole method and custom...
View ArticleIssue with Silverlight with bxf in CSLA 4.0 factory model with fetching data
My Dev team is having issues to incorporate Silverlight with Bxf in the CSLA 4.0 Factory Model, that has to call the wcf to fetch the data from database. Has anybody faced similar issues? Any help in...
View ArticleDynamic List Base Removing Items Never Calls DataPortal
When I remove an item from a Dynamic List, Shouldn't the Update be called right away? Here is the code from the View Model: privatevoid OnDeleteSessionConfirmDialogClosed(IMessageBox...
View ArticleSilverlight: Best Place to Load Settings
Greetings:I've a Silverlight application that needs to have a static class called "Settings". This class will be a read only base class with about 2 dozen settings that should be available anywhere...
View ArticleError with Dynamanic List and Sorting Lists
Hello, I am experiencing a problem with CSLA that didn't seem to be in the forums, until last week when someone else was experiencing the same problems as me. the post the question is in is marked with...
View ArticleBrowser gets stuck while the "clone" and "undo" routines are executed by the...
I'm having a problem during a SaveAsync method call in my Silverlight ViewModelBase. When my model 's graph gets too bloated, the "clone" and "undo" routines are taking a long time and the window gets...
View ArticleRule in child object using properties in parent object
I have a rule in my children objects that uses some values from the parent object. The rule must be executed when any of those values in the parent changes. The rule also adds different error result...
View ArticleAsync Execution - ThreadPools, BackgroundWorker??
Guys, hope eveyone is well, but need some advice.I have a class, and that class has children. Each child is going to connect to a database, calculate some values and return. At the moment this run in...
View ArticleBusinessListBase with root object
hi, I am using CSLA3.8,and I found BusinessListBase's collection item are only child objects,but some times,we need root Objects to a list and show in view(DataGridView),In DataGridView we can edit...
View ArticleDeserialization of CriteriaBase class
Hi Rocky,I have spent almost 20 hours on this issue. Can you help me please?I am trying to serialize and deserialize a class called ReturnCriteria which is inherited from CSLA.CriteriaBase.The...
View ArticleReleased CslaContrib 4.5.31-RC on NuGet
This is a NuGet only release that targets Csla 4.5.xFixes missing Silverlight assemblies on CslaContrib and CslaContrib.MEF packages Adds SmartDateExtendedParser on CslaContrib package...
View ArticleFiring of calculation business rules
Hi,I am using CSLA and silverlight in my project. I am using the calculation business rules. There is a situation that one calculation rule has to be applied on one or more properties (which is already...
View ArticleProcess based applications and business objects.
I've got a business object that has 2-3 different users entering the data at different stages of the business process.I'm not a fan of generating the SQL on the fly and want to have the appropriate...
View ArticleProcess tasks
Hello,CSLA supports an easy way to develop business objects. But how do I implement use cases? That is, where do I put the code that goes beyond the responsibility of individual business objects? We...
View ArticleImageLoader : Csla.CommandBase cannot load image properly sometimes
We have an image loader class, which load customer image from file system by customer ID. Some how, sometimes (very few) the different customer ID has the same images which are NOT belong that...
View ArticleSome doubt of Business Rule
Dear All: I am a junior in CSLA framework. There's a doubt when i reading the "Using CSLA 4" about the business rule: It says "the target property can only be used on the ui thread and any...
View Article