Incorporating a Blog into existing MVC3 site

Discussion in 'Third-party applications' started by rlcraven, Apr 11, 2012.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,

    I want to add a blog to my existing MVC3 site. Having looked at various solutions I'm leaning to Orchard (MVC also, good support community), bogengine.net (lightweight) and Wordpress (many say best overall).

    So, here go some newbie questions...

    One, I would appreciate any opinions as to which of these is most suitable.

    The documentation seems to focus on creating these as standalone sites and not as part of an existing project. I'm trying to figure out how to use these in my existing site, if that is possible. What do I code in my own project to call up the blog when someone clicks the link? Do I set a reference to (for example) Orchard and then have my controller return an Orchard view, if that's possible? Does anyone have code samples for doing this?

    To achieve a consistent look am I going to have to duplicate my css inside the (for example) Orchard project?

    I have read in the forums about performance issues when running (for example) Orchard in the same account as my web site. The site is low volume right now and if the blog gets to ten visits a day I'll be thrilled. Does that sound like a problem performance wise?

    Thanks for any advice!

    Randy
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I would try blogengine.net.

    Orchard is a CMS type system and its far too bloated if you just want to use the blog.

    Wordpress is also very good blog s/w. The only problem is that its so popular; there are many bots that target WP installation. That means, you'll have to keep the installation up to date.
     
  3. Thanks Bruce!

    I'll give blogengine a try.

    Randy
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page