-
Notifications
You must be signed in to change notification settings - Fork 1
Coding conventions
Markus edited this page Feb 27, 2020
·
4 revisions
Microsoft Framework Design Guidelines is the general standard. But the current StyleCop settings might overrule this settings
All code has to follow the Microsoft Guidelins: Framework Design Guidelines
StyleCop has to be used in all projects.
10+ Best Practices for Naming API Endpoints
Camel case has to be used for JSON Documents.
Example:
{
"firstName": "John",
"lastName": "Doe",
"postalCode": "12345",
"emailAddress": "[email protected]"
}