Hi All,
I have to develop a relatively large set of custom web forms for a DNN web portal.
I do know/I did test how to create/install/use a custom module using VS2008 SP1, DNN5.x and C# DotNetNuke Compiled Module. They work well in ensamble for one module/form (View/Edit/Settings).
My question is if I wanted to add, say, 30+ web forms to my DNN web portal what approach should I better use:
1) Create a separate module for every custom webform;
2) Create several modules with each one of them keeping a set of custom webforms;
3) Put all custom webforms in one custom module
?
I currently suppose that (2) is the best approach.
And what is your opinion/expereince on this set of custom modules development issue? (Please note that I'm going to use ADO.NET Entity Framework for my custom web forms DAL)
Thank you.
--
Shamil