34

I am looking for some open source blogging engine build on ASP.NET MVC. Is there any production ready projects available?

Note from svinto: I want this as well, but rather something that plugs in to any asp.net mvc site, using any DI/IoC or ORM. - Instead of creating a new similar question, I'm using this one.

These are the blogging engines I've found and their dependencies, subdependencies etcetera:

Oxite

Atomsite

Both of these seems to be more separate applications rather than something you mix and match with other things. Does anyone know of anything that:

  • Has a separate assembly (or one for controllers and one for models)
  • Uses repository pattern
  • Allows use of any DI/IoC
  • Allows use of any ORM
  • Comes with view templates that I can change
tshepang
  • 12,111
  • 21
  • 91
  • 136
Mahesh
  • 1,754
  • 7
  • 36
  • 54

6 Answers6

30

http://www.funnelweblog.com - ASP.NET MVC 3.0, Razor, and used by a number of bloggers already.

Paul Stovell
  • 32,377
  • 16
  • 80
  • 108
  • 1
    One thing that turned me off about this is that it's "built by developers for developers." Something to keep in mind if you're looking for a WordPress alternative. – James Skemp Apr 30 '13 at 19:38
  • 3
    The big problem is that many blog engines online don't have walk through. We can install and use them but don't understand them at all. –  May 02 '14 at 14:48
  • To save anyone some time. I just checked this out. There is not a stable release. Upon build there are many missing namespaces... – Brett Spencer Aug 12 '15 at 18:47
  • 6
    this domain is not up anymore – Amr Elgarhy Oct 22 '15 at 15:41
  • 2
    The domain is down but the code is on GitHub at https://github.com/funnelweblog/FunnelWeb – rrrr-o Jan 20 '16 at 15:04
4

I would recommend a NBlog. Really lightweight. Best to integrate to the existing site.

Chris Fulstow
  • 41,170
  • 10
  • 86
  • 110
Peter Stegnar
  • 12,615
  • 12
  • 62
  • 80
1

Worth to mention BlogEngine.Net in this posts, so:
http://www.dotnetblogengine.net/

and here list of its features:
http://www.dotnetblogengine.net/page/features.aspx

and here the documentation:
http://blogengine.codeplex.com/documentation

It's not MVC, but worth to consider it.

Jalali Shakib
  • 616
  • 8
  • 17
1

this one looks good http://thebeerhouse.codeplex.com/

ariel
  • 15,620
  • 12
  • 61
  • 73
1

http://orchardproject.net/ based on ASP.NET MVC 2, Razor etc

paxer
  • 961
  • 10
  • 17
1

not sure what you determine as production ready?

Oxite is in beta, but seeing as MVC is not yet at RTM, I doubt you'll find anything that isn't determined as a pre-release.

http://www.visitmix.com/Lab/Oxite

I hope that helps.

edit: http://www.codeplex.com/oxite

Joel Martinez
  • 46,929
  • 26
  • 130
  • 185
Lewis
  • 5,769
  • 6
  • 30
  • 40
  • MVC is not in preview, the Beta has been out for some time and the Release Candidate was released earlier this week. – Odd Jan 29 '09 at 13:29