See also:
| Service | Type | Storage | Limitations |
|---|---|---|---|
| Amazon DynamoDB | 25 GB | ||
| Amazon RDS | |||
| Azure SQL Database | MS SQL Server | ||
| 👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
| root = true | |
| # C# files | |
| [*.cs] | |
| #### Core EditorConfig Options #### | |
| # Indentation and spacing | |
| indent_size = 4 | |
| indent_style = space |
See also:
| Service | Type | Storage | Limitations |
|---|---|---|---|
| Amazon DynamoDB | 25 GB | ||
| Amazon RDS | |||
| Azure SQL Database | MS SQL Server | ||
| 👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
| declare @from int | |
| declare @leap int | |
| declare @to int | |
| declare @datafile varchar(128) | |
| declare @cmd varchar (512) | |
| /*settings*/ | |
| set @from = 200000 /*Current size in MB*/ | |
| set @to = 180000 /*Goal size in MB*/ | |
| set @datafile = 'TESTDB' /*Datafile name*/ | |
| set @leap = 500 /*Size of leaps in MB*/ |
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
| [ | |
| { | |
| "name": "Adana", | |
| "districts": [ | |
| { | |
| "name": "Aladağ" | |
| }, | |
| { | |
| "name": "Ceyhan" | |
| }, |