Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
First off, the BO library is just a class library (DLL) that already has the StrataFrame references. That is basically it. Now, as for your BOs, you should definitely be housing all of your BOs in a BO library rather than in your primary application EXE. In fact, in our training classes we cover how to setup your application environment and how your BOs should be split apart, namespaces, etc. This too much to cover within the forum, but all in all you should definitely create a BO library and place your BOs within that assembly.
|