1. 官网:http://docs.orchardproject.net

2. 中文社区:http://www.orchardch.com/

 

http://www.cnblogs.com/zhoujg/tag/Orchard/ 

http://www.cnblogs.com/esshs/tag/Orchard/default.html?page=1 

 

 

 

 

 

从http://www.microsoft.com/web/downloads/platform.aspx下载安装Microsoft Web Platform Installer 4.5
http://docs.orchardproject.net/
http://www.cnblogs.com/zhongzf/archive/2012/02/15/2352003.html

http://www.davidhayden.me/orchard-cms-developer-and-orchard-cms-tutorials
http://skywalkersoftwaredevelopment.net/blog/writing-an-orchard-webshop-module-from-scratch-part-1

 

1. There are a couple of steps to follow to create a ContentPart that can persist information in the database:
Create a Record class that represents your entity;
Create a ContentPart class that derives from ContentPart<TRecord>;
Create a Migration for your content part that defines the database schema;
Create a Driver for your content part;
Create an editor template for your content part;
Add a StorageFilter for your content part using a Handler.