Dotnetnuke module using CSLA business objects

Dotnetnuke module using CSLA business objects

Old forum URL: forums.lhotka.net/forums/t/3996.aspx


porcupine posted on Thursday, December 06, 2007

Dear all,

I've been using CSLA to create winforms applications for over three years now; thanks for a great framework Rocky.

I'd like to create a Dotnetnuke module that will use CSLA business objects. The BOs are already being used in a winforms application. The data portal methods connect to an SQL database different than the one that contains DNN. They have their business logic, and I don't want to recreate everything using the DNN approach (its DAL, its controllers etc). However I'll need to integrate the authentication logic (IsInRole...) with DNN's security mechanism. And finally some way to bind the objects into controls that will show up inside a DNN module.

Has anyone done such a thing and could give me some pointers?

Thank you!


Copyright (c) Marimer LLC