I am using DotNetnuke 4.8.2, I have a lot of custom modules, I am planning to put all of them together under one project, and this project is separate from DotNetNuke core part. I have created a new solution in VS.NET; it contains DotNetNuke site and this new project. This new project is under DesktopModule, it is window application. I have this structure for DotNetNuke 2.1.2, and it works fine, now DNN 4.8.2 is so different than 2.1.2, especially it puts the info and controller .vb files under app_code, I was wondering if I can still use this structure. Please advice.
The second question, I want session variables work through my entire custom modules, Can I put them together in the same file?
Many thanks!