Login
Register
06-09-2010

Resources for the DotNetNuke Community


Support this site

  Feedback  

  DotNetNuke Module Development   Print  

Delevopment Setup|What are Private Assemblies (PA)|Installing DNN|Database|VS.NET|Web.config
 
Show as single page

What are Private Assemblies (PA)

When you work with DotNetNuke you should try not to modify any part of it. What? Yes, if you want to be in sync with the current version of DNN you shouldn't modify the core. Otherwise, when a new version or service pack arrives you'll be in trouble because you'll have to repeat all your local modifications to the new version.

Private Assemblies are the solution to extend DotNetNuke without modifying it. You create all your new modules as separate projects that can be plugged into the portal without having to change anything. You deploy your newly created modules as independent assemblies (dlls) and web controls.

For a deep understanding of PA concepts read Private Assemblies on the msdn web site.


Delevopment Setup | Page 2 of 6 | Installing DNN
© Vicenç Masanas Terms Of Use Privacy Statement   
.