views:

1437

answers:

3

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
+1  A: 

Hi, 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

Lewis
MVC is not in preview, the Beta has been out for some time and the Release Candidate was released earlier this week.
Odd
just seen this - thanks.
Lewis
+1  A: 

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

bortao
A: 

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

paxer