I heard it thsi way DNN stored infor about the user control in database , when you open page it makes a query to db-> gets list of displayed modules and generates pages from controls,
what is thsi all about
DNN allows you to have a website with any number of pages. On each page you have the ability to add modules. Each of those modules can have their own set of content inside of them. All of this content is stored inside of a database. When a page on your website
is requested DNN looks to the database to see what modules are on the page, what content each of those modules will be using, and where on the page each of those modules will be placed. Based on that information the page is then rendered.
Datawalke
Member
212 Points
27 Posts
Re: What is DotNetNuke DNN
Apr 01, 2012 11:58 AM|LINK
DNN allows you to have a website with any number of pages. On each page you have the ability to add modules. Each of those modules can have their own set of content inside of them. All of this content is stored inside of a database. When a page on your website is requested DNN looks to the database to see what modules are on the page, what content each of those modules will be using, and where on the page each of those modules will be placed. Based on that information the page is then rendered.
You can get a pretty good overview of DNN here: http://www.dotnetnuke.com/Intro/At-A-Glance/For-Developers.aspx (video)
http://datawalke.com