What is the best way to, build a CMS system?

Dear all,

At the moment I build a CMS System with ASP.net!

My ask is, what do you suggest me to build a stable and safe CMS system?

Thanks a lot!
 
Start by letting us know which one your looking at.

Are you installing one off the shelf or programming it yourself from ground up. There are many solutions for you.
 
Ruby on Rails is a very popular development framework.

Django/Python is also very popular for rolling your own CMS.

Both will be very good choices in contrast to ASP.net development.
 
Thanks for this fast reaction!

Do you know some example reference, i want to see more about ruby and Django/Phyton
 
Mrbagino said:
Thanks for this fast reaction!

Do you know some example reference, i want to see more about ruby and Django/Phyton

http://rubyonrails.org/

https://www.djangoproject.com/

Sites that use ruby on rails:

https://github.com/
https://twitter.com/

Sites that use Django:

http://www.djangosites.org/

A list here:
http://stackoverflow.com/questions/1906795/what-are-some-famous-websites-built-in-django

Both revolve around the same software design concepts and methodologies.

For more information on ruby and python:

http://www.ruby-lang.org

http://www.python.org/
 
Back
Top