4

I've built a web site on ASP.NET MVC and one little section of it should be a blog. I'm looking for a blog to integrate. In the worst case scenario it'd be a WordPress with a custom skin and RSS integration to the rest of the site. The best would be to have an ASP.NET MVC add-on, but I can live with ASP.NET WebForms.

Do you have any recomendations on the engine? I've been checking out BlogEngine.Net and I'd like to have some other ideas to compare. Anything in particular you can point to regarding this integration?

Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622

6 Answers6

8

Three most famous are those:

Classical Asp.Net

  • dasBlog -Edit: updated link (old link pointed at dasblog.info - obviously no longer the correct link)
  • Subtext

Asp.Net Mvc

MTAdmin
  • 1,023
  • 3
  • 17
  • 36
spinodal
  • 4,007
  • 3
  • 29
  • 38
  • Although we ended up going with a WordPress blog (for non-technical reasons) I was impressed with dasBlog when I took a look at it. – Jason Aug 27 '09 at 19:21
3

Check BlogEngine.NET, it is easy to understand and extensible.
It is build using ASP.NET Webforms.

2

Scott Hanselman contributed to DasBlog and is using it as his blog engine - it was created with hosting in mind, so works under medium trust and doesn't use a DB.

It is an WebForms app, not MVC, however. He runs his blog with it.

Oded
  • 489,969
  • 99
  • 883
  • 1,009
2

I've recently been playing with N2CMS - it's more of a CMS than just a Blog Engine (which is the main reason I've been playing with it), so might be overkill for your requirements.

It has both Medium Trust support, and an MVC example - I've basically taken the Medium Trust sample and mixed that with the ASP.NET MVC example to produce something that the client's very happy with.

Zhaph - Ben Duguid
  • 26,785
  • 5
  • 80
  • 117
1

Just for the record, I ended up using WordPress. Applying the "skin" was not hard, probably as hard as with any .Net blog and although it will probably be harder to maintain in the long run, in the short term is probably the most stable and featureful blogging solution.

Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
  • 1
    As much as I like .NET over PHP there is just nothing on the .NET side that compares with Wordpress. I'd say you made a good choice. – mark123 Feb 11 '10 at 21:20
  • Do you have a link to your site? I am planning on building a MVC site but need a blog and thinking I might have to create a skin in Wordpress/PHP instead. – Jon Sep 22 '10 at 18:16
  • Jon, sure: http://hearablog.com and http://blog.hearablog.com – Pablo Fernandez Sep 23 '10 at 13:25
0

atomsite - not mature enough, but promising

Pavel Samokha
  • 1,121
  • 1
  • 8
  • 11