Error scaffolding strongly typed views off of CSLA objects....?
We are leveraging a large existing codebase of CSLA business objects into an ASP.NET MVC web application. When scaffolding views for the business objects, the scaffolding engine fails with the...
View ArticleWPF MVVM with Devexpress
Hi expertsAnybody developing applications with devex mvvm framework and csla? Are there any helper/base classes available for devexpress mvvm framework.Thanks
View ArticleBug in Csla 4.5.700 - DataPortalOperationExtensions
I think there's a bug in the DataPortalOperationExtensions class in 4.5.700. The line is 29: switch (operation) { case DataPortalOperations.Create: return...
View ArticleAuthorization and Parent/Child relationship.
I am currently 4.3.13 and am encountering what I believe might be I thought was a bug, but realize might be intentional.I have a parent child scenario and have authorization rules on the parent. For...
View ArticleCSLA & Xamarin for mobile apps
We're looking to build mobile apps (in addition to our existing WinForms app) using Xamarin and our CSLA objects, and we'd like to continue using the mobile object concept (so binding our existing Csla...
View ArticleDealing with differences between Object Model and Data Model
Generally our CSLA business objects correspond 1-to-1 with our database tables. MamaWidget is persisted to mamawidget_tableand BabyWidget is persisted to babywidget_tableProblem is MamaWidget is so...
View ArticleTrying to move to C#
Hello, I have always used CSLA in VB. I'm trying to move to C#. I ran a Business Base class through a converter and there were some issues. Can someone please send me a copy of the project tracker...
View ArticleTrying to Move to C# - Part II
In my continuing attempt o write a business base class in C# (very familiar with VB), I found several samples that say the following code should work. However I am getting errors. I am using the...
View ArticleParent Child business rule - location of the rule
I have an Account model with an editable list of users which I can assign to the account.I need to check for duplicates as I'm adding a user into the list, plus I need to check the database to make...
View ArticleWCF Problem with CustomBinding and GZip
Hi,I have to migrate a Silverlight application to WPF and now I have a problem with the WCF configuration. I need a way to compress the data. In Silverlight I did this with the CompressedHost /...
View ArticleWindows workflow foundation 4.0 and CSLA .NET 4
I am developing an asp .net mvc application,and before the user can get to use the application he has complete certain steps.The are about 7 or so steps and these involve updating several bo's and the...
View ArticleEncapsulated Invocation - Loading unreferenced assemblies
Hi all,I have implemented the Encapsulated Invocation Model successfully as described in the CSLA 4 - Data Access book, p. 89 and as described in the EncapsulatedInvokeDto solution. This implementation...
View ArticleCalling DataPortal from a Queue Handler
Using Azure Service Bus Queue, when I receive a message that says run this task the Application tries to to run a DataPortal.Execute (command) In the Queue handler I setup the dataportal...
View ArticleCSLA Beginner Question
I've been tasked to write a new application in Winforms (yes, winforms) and I'm getting familiar with CSLA business objects in my business layer project and I have a UI project for the interface but I...
View ArticleErrors From Data Portal are all generic Async Error
Hi,Before upgrading from 4 to 4.5, exceptions coming back from the data portal would have the message of the original exception such as "Another user has modified the row in Table1, update failed"....
View ArticleAnother Beginner Easy Question
I'm trying to do something really basic. I have a lookup table called TWageType and the structure is simply a description field containing 3 records (Hourly, Salary, Other).I'm trying to create my...
View ArticleCSLA / Reactive Extensions Serialization issue
Attempting to use CSLA (latest version) along with ReactiveUI and Reactive Extensions.When creating the WPF bindings using reactiveUI, the underlying logic uses the reactive extensions...
View ArticleHow to use await with EditableRoot.Save()
I have an Mvc 4 webapp where in one of the controllers I somehow want to use the following function: [ Authorize(Roles = "Administrators")] publicasyncTask<ActionResult>...
View ArticleCSLA Position with AngularJS
Hi all...recently, I still read about angularJS, and I interested with that approach ( for me it's like XAML on WEB ).currently I develop LOB app in SL and WPF. and for greater reach then I intend to...
View ArticleHttpWebRequest.KeepAlive and remote DataPortal
WinRT app with CSLA 4.5.601.0 running on devices with WWAN hitting a remote DP in the DMZ (acting as a pass through to an internal app server). We're seeing occasional errors related to connections...
View Article