CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

Browse Forum Posts by Tags

Showing related tags and posts for the CSLA .NET discussion forum. See all tags in the site
  • Responsibility 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 relationship to Person(entityId, firstname, lastname) with a one to one to Employee/User/Client(entityId, …...
    Posted to CSLA .NET discussion (Forum) by c_manboy on Wed, May 15 2013
  • Sorting SortedBindingList by child object property

    Hello, I'm trying to sort a GridView by a property of a child object. I'm able to successfully set the DataField of a BoundField to the child column ("Application.Name"), but this doesn't work for sorting. How would I go about accessing this child property in the ApplySort method...
    Posted to CSLA .NET discussion (Forum) by scjohnson on Wed, Apr 10 2013
  • CSLA 4.5 - Do I need Callback EventHandlers if targeting only .NET 4.5 vs async/await

    For new business objects and projects that will be targeted only for .NET Framework 4.5 and beyond and WinRT, do I still need to program my Factory methods (New, Get, etc.) in my business objects with Callback EventHandler options - or can I just use the async/await format Ray Klaassen
    Posted to CSLA .NET discussion (Forum) by SMILEMan on Fri, Jan 11 2013
  • Where to start with responsibility-driven design?

    Hi, there. I read Rockies documentation about responsibility-driven design. I still don't see the point why we need this. Can anybody give me a good starting point to read from, please. I used google and got some links. I didn't enlighten me much. How many do use this design technique? Coding...
    Posted to CSLA .NET discussion (Forum) by Org on Mon, Dec 17 2012
  • multiple fetches possible?

    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...
    Posted to CSLA .NET discussion (Forum) by mtrtm on Tue, Sep 18 2012
  • How to tell if business object was created/fetched async?

    Is there a way to tell if an editable business object was created/fetched async? I am looking into the idea of lazy loading child lists async or sync depending on how the business object was instantiated. At first I thought of using a similar method as running business runs async or sync: if (System...
    Posted to CSLA .NET discussion (Forum) by jhardman on Tue, Aug 14 2012
  • Adding Object Authorization Rules conditionally

    Hi CSLAers: I have a doubt. Is there a way to add an object authorization rule depending a property value? I'm working in CSLA 3.6. I'm trying to do the following: Private Shared Sub AddObjectAuthorizationRules() AuthorizationRules.AllowGet(GetType(MyBO), "canget") AuthorizationRules...
    Posted to CSLA .NET discussion (Forum) by Reservatrix on Fri, Jun 22 2012
  • Execute Business rule on child object When Parent property has change.

    I have parent root(Mater) object as BusinessBase which has BusinessListBase(ChildList) object as a child. Parent (BusinessBase) - Child List (BusinessListBase) - Child (BusinessBase) I have a custom business rule implemented in child object (BusinessBase of ChildList), which depends on parent root(Mater...
    Posted to CSLA .NET discussion (Forum) by Marsh on Mon, Mar 12 2012
  • N-Level Undo

    Hi, I've come across an odd scenario where a call to any of the N-Level undo related methods, such as BeginEdit(), causes an 'object reference not set to an instance of an object' exception. The object that I'm calling BeginEdit() on was built with CSLA 2.1.4 (I have other versions installed...
    Posted to CSLA .NET discussion (Forum) by tim.davenport on Tue, Oct 18 2011
  • Customize Authorization Rules Messages.

    Hello all. I'm using Authorization Rules in my Business Objects but when any Authorization Rule is broken the message provided on the exception do not fits my needs. I was reviewing the implementation of the DataPortal class and CSLA throws a Security Exception and loads the exception message from...
    Posted to CSLA .NET discussion (Forum) by omarcusido on Fri, Oct 14 2011
Page 1 of 3 (21 items) 1 2 3 Next >

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems