Welcome to Shaun Luttin's public notebook. It contains rough, practical notes. The guiding idea is that, despite what marketing tells us, there are no experts at anything. Sharing our half-baked ideas helps everyone. We're all just muddling thru. Find out more about our work at bigfont.ca.

Orchard Lifecycle: Timeline

Tags: orchard-cms, asp.net-mvc, orchard-lifecycle

Http Application, ASP.NET MVC, and Orchard 1.8 “Sequence Diagram”

This is a sequence diagram in tabular form. It starts with an Http Request and ends with an Http Response.

This diagram is now living here: http://1drv.ms/1nqq8Oi

Todo

Add the following to the sequence diagram.

  • Orchard.Core.Shapes.CoreShapes.WriteResources()
  • Orchard.Core.Shapes.CoreShapes.StylesheetLinks()
  • Orchard.UI.Resources.Orchard.UI.Resources.WriteResource()
  • Orchard.DisplayManagement.Implementation.DisplayHelper.ShapeExecute()
  • Orchard.DisplayManagement.Implementation.DefaultDisplayManager.Process()
  • Orchard.DisplayManagement.Descriptors.ResourceBindingStrategy.StaticFileBindingStrategy.Discover()

Sources