2sxc has extensive tutorials, which are meant to help you learn how to use 2sxc.
- You can find the tutorials online here: 2sxc Tutorials
- The repo is here: Razor Tutorials Repository
The system is quite complex, since it's a kind of database containing a lot of snippets. What's special is that the snippets are not just text, but actually run Razor and JavaScript code. Because of this, the structure needs some learning to understand how it works.
Get Started
Leaving out all the verbose infos and get straight to contributing.
Tutorials Architecture
The code base is split into two main parts:
- The UI which is the front-end listing the snippets etc. The code is mostly in the
/App_Codefolder as well as some Razor files in the/tut-sysfolder. - The snippets which are stored in
/tutorialsfolder