This blog post contains links to documentation for developers working with version 8 of the Sitecore ASP.NET web Content Management System (CMS) and Experience Platform (XP).
Introduction
All new documentation for Sitecore will appear within one of these two sites:
· http://dev.sitecore.net: Product installation guides, release notes, and known issues.
· http://doc.sitecore.net: All other documentation.
Forums and related content appear at https://community.sitecore.net. See also the Sitecore Community Documentation project (http://sitecore-community.github.io/docs).
Although I wrote it for Sitecore CMS 6.5 (before MVC, ContentSearch, SPEAK, and XP), much of the foundation in http://sitecorebook.com remains valid for Sitecore 8.
To access an RSS feed that consolidates numerous resources contributed by the Sitecore community, see http://feeds.sitecore.net/.
The remainder of this blog post describes resources on the old Sitecore Developer Network(http://sdn.sitecore.net) that are still relevant for developers working with Sitecore 8.
Fundamentals
Data
For the fundamental data concepts (not including XP), see:
Presentation
To understand the Sitecore rendering engine and details about its Web Forms implementation, see:
MVC
To understand the MVC implementation of the Sitecore rendering engine, in addition to the resources in the Presentation section above, see:
XSL
If you really want to consider XSL for presentation, see:
Security
For security considerations including authentication, authorization, role, and profile management, see:
Workflow
Advanced
For more advanced development concepts, see:
Performance and Troubleshooting
For performance and troubleshooting, see:
Conclusion
If you know of other good documentation for Sitecore 8 developers, please comment on this blog post.
MVC (Model View Controller) which is Microsoft's implementation of a design pattern; it gained prominence in the Gang of Four's Design Patterns book.
ReplyDeleteMVC developer in India