Transcript
Page 1: Develop websites with orchard cms

Develop Websites with Orchard CMSChris Dufour, ASP .NET MVPSoftware Architect, Compuware

Follow me @chrduf

http://www.linkedin.com/in/cdufour

Page 2: Develop websites with orchard cms

What is Orchard?• A Web Content Management System – “CMS”• Stable 1.3 Release Available Now

• Free, open source, community-focused project• You can change it, rename it, sell it, anything…• BSD license

• A quick and easy way to build small-medium sized sites

• Focused on modular extensibility

Page 3: Develop websites with orchard cms

Why Orchard?• Built on Web Stack of Love

• ASP .NET MVC 3.0• Razor• C# 4 dynamics• Nuget• SQL CE 4• Webmatrix• Azure

• Active and Growing• Dedicated core team

sponsored by Microsoft

Page 4: Develop websites with orchard cms

How do I Get Orchard?• Web Platform Installer• WebMatrix• Codeplex• http://

orchard.codeplex.com

Page 5: Develop websites with orchard cms

demoCreate a New Website

Page 6: Develop websites with orchard cms

Basic concepts:• Widget: piece of HTML content

(with code and logic) which can be mapped / assigned to pages within a website

• Layer: defines a set of rules for rendering the widgets

• Zone: defines the position of the widget within a page (available zones depends on selected Theme)

Page 7: Develop websites with orchard cms

Modules• Everything in Orchard is built as a module.• Orchard comes with a bunch of pre-

installed modules (additional modules are available within a module gallery)

• A module exposes 1 or more features which need to be activated in order to be used

Page 8: Develop websites with orchard cms

demoExtend the website

Page 9: Develop websites with orchard cms

Call to Action

Page 10: Develop websites with orchard cms

Resources• Orchard Project• http://orchardproject.net

• Orchard Gallery• http://orchardproject.net/gallery

• Free Pluralsight Training on Orchard• http://bit.ly/o5Y1Mm

Page 11: Develop websites with orchard cms

Q & A

Page 12: Develop websites with orchard cms

© 2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this

presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Recommended