Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.05 KB

Fortis

##A strongly typed, interface based, model ofthe Sitecore API.

NuGet version Build status

Fortis is a library that forms the basis of a strongly typed model of the Sitecore API. This enables us to develop reliable, maintainable sites more efficiently than with traditional, losely typed Sitecore development.

Key Benefits:

  • Encapsulating the Sitecore API and seperates out business logic, allowing for easier unit testing.
  • Elimiates "magic strings"
  • Build errors instead of run time errors
  • Easily add custom functionality around the Sitecore Item class
  • Simplfy regularly used Sitecore API calls
  • It encapsulates the Sitecore API - so all the code is running standard Sitecore API calls, this means that all page editor functionality will still work.

For more information, installation steps and guides visit the website at http://fortis.ws