aau-giraf / visual-tangible-artefacts

REST API & app for GIRAF VTA
GNU General Public License v3.0
0 stars 0 forks source link

Visual tangible artefacts

Contributing to Visual tangible artefacts

Feature Contributions

Feature Contributions

DB-First Approach

We follow a DB-first approach for this project. This means that the database schema is designed first, and the code is generated based on that schema. Changes to the database structure are reflected in the API via code generation tools (e.g., Entity Framework for C# or other ORM frameworks, like dapper).

Methods, Properties, Events

Variables, Parameters

Constants

Interfaces

Namespaces

Files

Acronyms

Formatting your CSharp code

Document Your CSharp Code