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