IAuthorizeDataPortal - LocalContext value somehow gets reset
I'm following the example of implementing the IAuthorizeDataPortal.What I'm finding is that when a BusinessList object's Fetch method is called, the Authorize method gets triggered twice before the...
View ArticleDesign (use case, user story, etc.) to business object
Hi Rockford,I'm writing the question for you, but I'm really interested in the way other forum users work for designing BO's.I'm fairly new to CSLA, but convinced that it is the right choice for the...
View ArticleI would like to know step to upgrade CSLA 4.1 to CSLA 4.5
Hi Can somebody tell me complete step to upgrade my project which is using CSLA 4.1.0 to CSLA 4.5? ThanksZubair
View ArticleCSLA+BXF: Infragistics Silverlight XamGrid databinding
Anyone with experience binding to xamGrid using BXF, CSLA and Infragistics?I got it to work with "Autogeneratecolumns"=true, but not when set to false.
View ArticleCSLA 4 version 4.5.600 release with iOS support
This release adds the following key features: Support for iOS Support for WinRT on Windows Phone 8.1 Support for Universal Apps that target WinRT on Windows 8.1 and Windows Phone 8.1 A new...
View ArticlePassing BO parameter to VM
This code in my MainPage:Bxf.Shell.Instance.ShowView(typeof(Views.ProgrammeNetworkList).AssemblyQualifiedName, "programmeNetworkListViewSource", new ViewModels.ProgrammeNetworkList(myId),...
View ArticleRefresher on full trust
Does CSLA 4.5 still require full trust on server for ASP.NET MVC 4 internet applications?
View ArticleBusiness Rules (not Validation Rules!) on Read-Only Objects. Why not?
Hi,Chapter 4 "Business Rules" of the E-book on CSLA 4: Creating Business Objects describes (p.83):"You should use business rules to alter property values in your objects based on any sort of rule,...
View ArticleCSLA 4.3.13 (old) - Remove rules?
Hi,I know I am using an older version, but is there a way to remove rules? We have many unit test drivers testing various rule states and scenarios - our problems come on every rebuild the rules may be...
View ArticleWinRT MobilePortal to secured endpoint
I'm trying to have my WinRT app connect securely to a remote data portal over https, for obvious reasons. Up till now I've been testing internally without SSL, but when I start to test using a secured...
View ArticleIs It possible to add property status to properties without business rules?
I have created property status control for my Model property. When I removed the business rules of the corresponding properties from AddBusinessValidationRules(). It is not working. Is it mandatory a...
View ArticleConnectionManager in a busy web site
I noticed that the ConnectionManager issues a lock on a static object in the GetManager() call, which on first run calls the constructor that in turns calls Open() on the new connection, a potentially...
View ArticleRemove remote data portal for mobile apps?
As I've worked more with WP7, and as we've worked on version 4.2 with support for Android and iPhone/iPad, I've been thinking more and more that the entire concept of the remote data portal should just...
View ArticleExecute Scalar function in DALEf method
hello..I have a sql server scalar function which returns server datetime.I want to assign its value to a datetime property in DalEf project's Insert().What is the syntax for it?
View ArticleSaveAsync() am I missing something?
So I've been trying to implement the new SaveAsync() methods in 4.5.6. There is not much info or guidance on how these should be used, or not that I can find anyway.I always get an error...
View ArticleHow Business rule work with webapplication to display error message in...
Not able to display error/warn/Info messages to user(UI) with asp.net webapplication? How can i display Business rule required field error message to user ? Any Example with webapplication will help me?
View ArticleASP.NET, SaveAsync() and HttpContext possible bug?
I raised a previous post about SaveAsync() not working. I boiled this down to a configuration setting..."CslaAutoCloneOnUpdate" if this is false then SaveAsync doesn't work. I have test cases to...
View ArticleDAL exception always leads to System.OutOfMemoryExcetion in Silverlight
Hello,I have a silverlight application that is in a stable (production) state running Csla 4.5.40. I am using the Factory Implementation (ObjectFactory).I needed to make some changes today so I updated...
View Articleis BusinessCollectionBase deprecated?
Im using csla v1.1.4322 and Im triying to upgrade to csla v4.5 in my List Im using csla.core.BusinessCollectionBase when i changed the references to my project to pint to the new csla my list Objects...
View ArticleWinForms BindingSource.CurrentChanged event is raised unexpectedly
There is a problem with using WinForm BindingSource in the newest CSLA version (4.5.x). For BindingSource used in master-detail scenario, the CurrentChanged event is raised many times, when the...
View Article