-
I've inherited an ASP.NET MVC project that uses CSLA. Its storing a couple CSLA objects in session, I think this may be part of the problems its running into with hanging\thread locking, but I'm not sure how to explain and convince people that, this is the case so we can make the investment in...
-
Is it possible supress authorization rules in CSLA 4? I need to write a GET method, this method will be internal and it will be call from another classes with no authorization needed. Thansks for your suggests. Lazaro M
-
I have an application written in Csla using Mvc 3 and converted it to Mvc 4. I have a menu that displays items based on what role the user is in. Hmm, the link used to be: http://www.webpirates.nl/webpirates/robin-van-der-knaap/29-aspnet-mvc-site-map for the site map. This I combined with implementing...
-
I have a BO (Country) with a child BO (State) which also has a child BO (City). When I update the parent BO (Country), add a child State and run save, when an exception occurs in the DAL (on purpose), the transaction is not rolled back. I am using SqlCE. I am attaching a sample stripped down project...
-
Hi I have developers who are using my BusinessLibrary on the client side. They work with several servers. Switch to one server and Create/Load/Delete and Save BusinessObjects to it. Now, I am searching for a way to throw a ServerNotAvailable Exception when the WCF-Connection has aborted (for example...
-
Same issue here. I wonder if this is a serialization issue. Has anyone successfully built an app using CSLA and MonoDroid with client and remote dataportals? It seems to fail during deserialization.
-
Does anyone know which DataAnnotations presently work with CSLA in a Windows Forms application. I have personally had success using Required, StringLength, Range and CustomValidation. I have attempted to use the ConcurrencyCheck DataAnnotation without any luck. Is there a list of working ones I can reference...
-
Hi, CSLAers I am new in CSLA. I learned how to implement the criteria object to fetch business objects. I perfectly understands why I need this but I don't know how to do this? Is there any generic approach availiable? Best practise? Code Generator? Thank you for your help? ciu Manfred
-
Hi, there I am new to CSLA. Please allow me this question. I found some WPF user controls for CSLA. What do you think about them? Are they adviseable to use? Does anybody out there use them? Do you recommend some? Thank you for your answer. ciu Manfred
-
My fellow CSLA developers I'm seeking some suggestions from the CSLA Dev Team & the community regarding ways to dynamically toggle / switch / reconfigure the data portal to be local or remote. Let me begin with what I'm trying to achieve. We have an Silverlight application that will run in...