-
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...
-
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...
-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Hi all, I am working on a project using CSLA generated by codesmith and due to project considerations we will be re-generating quite often throughout the lifetime of the project. Due to these considerations, I am running into a...
-
I'm a long time CSLA developer, but have been using CSLA 2.x for a LONG time. Just now trying to get up to speed with the latest versions (4.3.12). Was going to build a little sample app using asyc methods, but right away hit an issue when trying to use async login method with custom Principal/Identity...
-
I have a .Net 4 solution using Silverlight 5 and CSLA 4.3. The included projects: - MyProject (silverlight project that contains silverlight screens) - MyProject.Web (WCF project) - Library (contains csla business objects. Referenced only by MyProject.Web) - Library.Sl (contains links to existing business...
-
I have looked in the USING CSLA 4 ASP MVC book. The book talks about EditList View. But nothing about more complex views. I am trying to make a view similar to editing an Order with order lines on the same screen. Is that possible? Regards, Wilfred
-
Great post on your blog about WinRT. 1.) Will we see a Using CSLA 4 with WinRT? 2.) Can you comment on new "greenfield" development using CSLA, WinRT, Silverlight....? There seems to be opportunity for reduce the "bleed edge" risk by developing a flexible business logic base like...