Skip to main content

Home

What is this?

Consider this platform your go-to resource for navigating the intricate landscape of our day-to-day operations. Here, you'll find a curated collection of essential resources, carefully crafted to help you. From coding standards and troubleshooting tips to ecosystem-specific documentation and guides, we've brought together a wealth of information to ensure that you have everything you need at your fingertips.

How can I contribute?

Clone this project and add what you think is missing to the Markdown documents found in /docs. You can use Visual Studio Code or any other markdown editor to preview your document. If you wish to run the wiki locally, or just want to learn more about what's under the hood, refer to the Docusaurus Documentation.

Guidelines

  1. Everything should be written in English.
  2. Markdown file names should follow kebab-case case type.
  3. Avoid copying documentation from other sources, as we are interested in understanding the practical application of the subject matter in our use cases.
  4. Avoid images as much as possible, for code use Code Blocks and for diagrams use Mermaid.

Topics missing

  • Oryon Architecture (how are things connected in our ecosystem)
  • Controllers
  • Services
  • Migrations
  • Blazor
  • Components (How to use, how do they work, how to implement)
  • Views (parameters, cascading parameters, eventcallbacks, funcs, actions, etc)
  • ViewModels
  • Common errors and how to solve them
  • Boilerplates (Views, ViewModels, Repos, etc)