Based on the ProjectTracker samples it appears as though the best practice when using csla is to pass the business object to the view via its Model. That works great.
My question is if the business object has field(s) that are selected from some list (a read only root list) what is the best practice for getting the list to the view? As far as I know there are 3 basic approaches:
Any thoughts would be greatly appreciated.
I generally create a view model class that has properties for the other classes needed in the view. That way you get strong typing.
Copyright (c) Marimer LLC