Project DescriptionA simple Open Source Blog using ASP.NET MVC 4, jQuery, Entity Framework Code First and SQL CE 4 or SQL Server 2008/2012.
Features:
-Multi-author support
-Widgets
-Themes
-Comments (with moderation)
-BlogML import
-Tags
-Categories
-WebFarm Support (using SQL Server)
-Medium Trust support(Shared Hosts)
-Multi-Language support
-OpenID support for comments
You can see a live blog at http://blog.fujiy.net/ and try at http://staging.fujiyblog.com, user: blogdemo, pass: blogdemoMain objectives*Simple as possible. In this project we want a blog with a clean code in both sides, server and client.
*Fast. Some blogs have many readers and needs to scale. We write this blog thinking in speed.
*Web Farm. Before write my own Blog system, I used BlogEngine.NET but it don´t work with WebFarm/Grid environment or work slowly, depending how farm is implemented. FujiyBlog works with WebFarm using SQL Server.
*New Technologies. The main objective is to work with the most recent technologies.