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:
- NLog (Logging framework)
- Yahoo! UI Library: YUI Compressor for .net (Minifies js and css, .net port of YUI Compressor)
- Ecmascript.net modified
- Tidy.net (.net port of HTML TIDY)
- SGMLReader (Converts SGML into XML)
- StructureMap (DI/IoC framework)
- SharpZipLib
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
http://orchardproject.net/ based on ASP.NET MVC 2, Razor etc
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.
http://www.funnelweblog.com - ASP.NET MVC 3.0, Razor, and used by a number of bloggers already.
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
I would recommend a NBlog. Really lightweight. Best to integrate to the existing site.
this one looks good http://thebeerhouse.codeplex.com/