Code style guide

Dotnet conventions

CORE.Drop.Desktop uses the official Microsoft C# conventions.

Abstraction vs implementation

TODO

Inversion of control

  • IoC container

  • Dependency injection

Namespaces

TODO

Last updated