Note that there are some explanatory texts on larger screens.

plurals
  1. POasp.net mvc blogging engine
    text
    copied!<p>I am looking for some open source blogging engine build on ASP.NET MVC. Is there any production ready projects available?</p> <p><em>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.</em></p> <p>These are the blogging engines I've found and their dependencies, subdependencies etcetera:</p> <p><strong><a href="http://www.codeplex.com/oxite" rel="noreferrer">Oxite</a></strong></p> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/bb425822.aspx" rel="noreferrer">LINQ to SQL</a></li> </ul> <p><strong><a href="http://atomsite.net/" rel="noreferrer">Atomsite</a></strong></p> <ul> <li><a href="http://www.nlog-project.org/" rel="noreferrer">NLog</a> (Logging framework)</li> <li><a href="http://yuicompressor.codeplex.com/" rel="noreferrer">Yahoo! UI Library: YUI Compressor for .net</a> (Minifies js and css, .net port of <a href="http://developer.yahoo.com/yui/compressor/" rel="noreferrer">YUI Compressor</a>) <ul> <li>Ecmascript.net modified</li> </ul></li> <li><a href="http://tidynet.sourceforge.net/" rel="noreferrer">Tidy.net</a> (.net port of <a href="http://www.w3.org/People/Raggett/tidy/" rel="noreferrer">HTML TIDY</a>)</li> <li><a href="http://developer.mindtouch.com/Community/SgmlReader" rel="noreferrer">SGMLReader</a> (Converts SGML into XML)</li> <li><a href="http://structuremap.sourceforge.net/Default.htm" rel="noreferrer">StructureMap</a> (DI/IoC framework)</li> <li><a href="http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx" rel="noreferrer">SharpZipLib</a></li> </ul> <p>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:</p> <ul> <li>Has a separate assembly (or one for controllers and one for models)</li> <li>Uses repository pattern</li> <li>Allows use of any DI/IoC</li> <li>Allows use of any ORM</li> <li>Comes with view templates that I can change</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload