Dotnetnuke is an ASP.NET based Content Management System (CMS in short!). Its got a free version as well as a paid version. You can build your websites by simply setting it up on your development system. Once the site is built, host it on any ASP.NET hosting
service. Read more about this on dotnetnuke.com. They also have a dotnetnuke forum there.
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,
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.
phani25485
Member
107 Points
196 Posts
What is DotNetNuke DNN
Mar 30, 2012 05:15 AM|LINK
Hi,
From the DotNetNuke.com site it shows that it is content management system,
what is this all about,
What my understanding is we create user controls and deploy them ?? Am i correct
santosh.jagd...
Star
7625 Points
1454 Posts
Re: What is DotNetNuke DNN
Mar 30, 2012 05:45 AM|LINK
CMS allows publishing, editing, and modifying content as well as site maintenance from a central page.
it's not the user control, but it's aspx page. user edit the content on the page, it's get updated to database.
And that page will fetch the data from DB and show on page.
MCP
moredotnet
Contributor
4685 Points
887 Posts
Re: What is DotNetNuke DNN
Mar 30, 2012 06:17 AM|LINK
Dotnetnuke is an ASP.NET based Content Management System (CMS in short!). Its got a free version as well as a paid version. You can build your websites by simply setting it up on your development system. Once the site is built, host it on any ASP.NET hosting service. Read more about this on dotnetnuke.com. They also have a dotnetnuke forum there.
HTH
Vishal K. Khanna
BOOK: .NET INTERVIEW CRACKERJACK
WEBSITE: ASP.NET, C#, AJAX, SQL, Design Patterns
phani25485
Member
107 Points
196 Posts
Re: What is DotNetNuke DNN
Mar 30, 2012 09:03 AM|LINK
Then what is the concept of web controls
phani25485
Member
107 Points
196 Posts
Re: What is DotNetNuke DNN
Mar 30, 2012 01:30 PM|LINK
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
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
phani25485
Member
107 Points
196 Posts
Re: What is DotNetNuke DNN
Apr 02, 2012 09:37 AM|LINK
Thank you, infact you have expalined well, Did you work in this kind of environment ??
So, first to get started I think I need to configure the environment like downloading some community edition, placing it in inetpub,
could you provide me some good article regarding that
Datawalke
Member
212 Points
27 Posts
Re: What is DotNetNuke DNN
Apr 02, 2012 05:48 PM|LINK
Hi,
I worked in a fairly large DNN enviorment with well over 100 installs running at a time.
To get started I would take a look here: http://www.dotnetnuke.com/Resources/Video-Library/Viewer/VideoId/429/DotNetNuke-Explained-Installation-.aspx
Feel free to message me if you have any other questions!
http://datawalke.com
phani25485
Member
107 Points
196 Posts
Re: What is DotNetNuke DNN
Apr 03, 2012 01:23 AM|LINK
Thanks again, i will reply you when i need further help while trying out