We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
REST Resource Naming Guide
10+ Best Practices for Naming API Endpoints
Camel case has to be used for JSON Documents.
Example:
{ "firstName": "John", "lastName": "Doe", "postalCode": "12345", "emailAddress": "john.doe@domain.com" }