I. Project Introduction
Orchard is a free and open-source community communication project dedicated to developing applications and reusable components on the ASP. NET platform. It creates shared components for ASP. NET applications and extensions, and modifies these components to apply them to end users, scripters, and developers. The open-source protocol used is the new BSD license certified by OSI.
Orchard is a free open-source content management system created by Microsoft Based on ASP. net mvc technology:
- It can be used to build various websites such as blogs, news portals, enterprise portals, and industry website portals.
- Easy-to-use background Interface
- Stable performance and complete functions
- Hot Plug-in modular architecture provides super scalability
- BSD Protocol authorization, which can be used for commercial closed-Source Projects
Ii. Resources and class libraries used by Orchard
Reference from http://www.cnblogs.com/esshs/archive/2011/06/19/2084592.html
·AutofacAn IOC framework that uses dependency injection heavily in Orchard.
·Castle Orchard uses Castle Windsor to generate type proxy and log support.
·FluentNhib.pdf Is an OR ing tool.
·Log4netLogging Tool.
·Lucene. netA search engine that provides full-text indexes.
·MoqThe simulation object technology is provided for unit testing in Orchard.
2. orchard project structure
201. orchard learning I. Basics