Skip to content
Pete Smith edited this page Jun 2, 2013 · 13 revisions

Table of Contents

Superscribe is extremely powerful, and introduces some new concepts and interesting syntax that can take some time to get used to. We strongly suggest that you read some or all of these articles in order to make the most of the framework.

  1. Superscribe by Example - For those who know traditional routing or like to learn by example
  2. State Machine Based Routing - The science behind Superscribe and the source of it's power and flexibility.
  3. States, Transitions and Actions - How to define advanced routes with Superscribe.
  4. Superscribe Syntax In-Depth - Learn how Superscribe uses extension methods, operator overloading and implicit casts to provide concise, noise free syntax.
  5. Crazy Ideas - Some academic examples of questionable usefulness to demonstrate the power of Superscribe.
  6. Glossary