Skip to content
yagopv edited this page Mar 27, 2012 · 13 revisions

Description

BgEngine is a blog engine build using ASP MVC 3, jQuery and Entity Framework Code First.

This engine allow users to create blog posts, image galleries and video galleries.

No database server needed because the application is using a Compact Framework database.

Technologies and features

Main list of technologies used in this project are:

ASP MVC 3 (Web)
jquery (client side scripting)
jquery ui (user interface)
Entity Framework 4.1 "Code First" (ORM for data access)
Structure Map (dependency injection)
Combres (combining, compressing and minifying script and css files) 

The default database is a .sdf Compact Framework database, but is easy to change to SQL Server database simply changing the web.config file and uncomment the database initializer lines in Global.asax.

Sample Website

If you want to check a sample site using this app click here

Clone this wiki locally