Friday, April 13, 2012

A Content Site MVC Web Application Demo Implementing In C#

Download code free from the link:
http://www.4shared.com/rar/iiEh04d5/WebArticlesMS_2.html

Download SQL file from the link: 
http://www.4shared.com/rar/P5OhV6Zx/DB_online.html

Download screencast and test data from the links:
http://www.4shared.com/rar/PDA7y3aI/Version2.html

http://www.4shared.com/office/qone5dtQ/testData.html

Also published in DevExpress Forum:
http://community.devexpress.com/forums/t/109148.aspx



A Content Site MVC Web Application Demo Implementing In C#
============================================================
1. Aim:The project is in MVC format., include a simple content site
with the ability to edit content on the site.

2. A data layer: using Entity Framework Data Model using
IRepository design patterns.

3. The model :reflects a SQL schemed layout of two tables:
 Articles and Metadata.
 Articles  holds all the data for the content with a foreign key to Metadata.
Metadata holds the title and description used in the header Meta title and description tags.

4.The view: is  be either a view-model or view-data.

5.Dependency injection -  StructureMap for dotNet using NuGet
(http://nuget.codeplex.com/).

6.View engine : is ASPx, not Razor.

7. Caching where appropriate.

8. Installing the package Combre using NuGet .
.NET library which enables minification, compression, combination,
and caching of JavaScript and CSS resources for ASP.NET
and ASP.NET MVC web applications.
(For more use this link: http://combres.codeplex.com/)

8. Test module .

.
Hopefully you enjoyed :D
Yes