What is the difference between DotNetNuke CMS and visualStudio . i mean, is it better to use DotNetNuke over VisualStudio for Asp.net web site development.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Visual Studio is used to build DotNetNuke. I would guess 98+% of all third party DotNetNuke coding (modules/provders/skins etc.) is done using Visual Studio.
If your purpose is to create a web site (e.g. organize the pages, and menus, add pictures, text, documents, manage users etc.) you can do all of that without writing any code by using DotNetNuke. With Visual Studio you must write code to do even the simplest thing like add a page with some text.
If you need to create some very custom web site features, or integrate with other software systems, then you will probably need to write some code. Pretty much any code that you write for platforms based on Microsoft’s .Net technologies (including DotNetNuke) will be done using Visual Studio.