Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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
share|improve this question

5 Answers

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

share|improve this answer
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 at 19:38

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

share|improve this answer

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

share|improve this answer
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
just seen this - thanks. – Lewis Jan 29 '09 at 15:32

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

share|improve this answer
3  
isn't this more of a CMS thing and not a blog engine? also, mvc3 has razor not 2 if I'm not mistaken, correct? – bbqchickenrobot Feb 9 '11 at 23:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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