vote up 0 vote down star
1

How we can create a application like dotnetnuke with the help of MVC. We can add modules and other things directly without modification to code.

flag

12% accept rate
Could you possibly elaborate? The question is fairly generic and currently the correct answer would be write it yourself based on your required needs? – Diago May 1 at 11:30
I want to develope a community site with asp.net mvc. This application i want same as dotnetnuke. That I can add modules in future as per my requirememnt is that possible with asp.net mvc – Jalpesh P. Vadgama May 6 at 7:40

3 Answers

vote up 4 vote down

This type of question speaks volumes. Whilst you will certainly learn a lot by attempting such a project, the fact that you are asking this question suggests that there are many, many gaps in your knowledge, not the least of which is the understanding that you won't get a useful answer by asking such a question due to the fact that such an undertaking is a large endeavour composed of many subcomponents and crossing multiple disciplines. You cannot expect anyone to give you the answers you need in the space required here.

My suggestion would be to step back, fire up Visual Studio and first create a simple website with MVC; perhaps with a few features such as memberships, forums, editable pages and commenting on pages.

Once you feel comfortable with MVC and can find your way around its architecture with ease, you'll be able to start thinking about your approach to more complex problems such as building a CMS like DotNetNuke.

I would encourage you also to not build a new version of DotNetNuke just because it's what you're used to, but to look at that system and decide if that's really the best way to do things and see if there aren't ways you could improve (or completely overhaul) that type of CMS implementation.

link|flag
Thanks nathan. I am doing that only – Jalpesh P. Vadgama May 5 at 15:01
vote up 1 vote down

Nathan Ridley has a very good point!

You might want to look at the plugin system of Rob Connery's Kona

link|flag
vote up 0 vote down

As far as I know, there is not any CMS built upon the MVC framework which provides the same flexability and features as DotNetNuke. This is probably due to the fact that v. 1.0 of MVC was only released 4-6 weeks ago.

link|flag
People are creating several open source applications based on MVC for more then a year. – Paco May 1 at 19:30
Because of the statement "We can add modules and other things directly without modification to code" to mean building an app using an existing application or development framework such as DNN. I realise there are many MVC open source applications, however I don't know of any as mature as DNN. – Andrew Corkery May 5 at 13:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.