BASIC CONCEPTS

Data Types

In the application development process, one of the most important concepts is data. At this point, getting acquainted with data types at the beginning of the learning process will make it easier for you.

In the application development process, one of the most important concepts is data. At this point, getting acquainted with data types at the beginning of the learning process will make it easier for you. While there are many data types used in software development terminology, the frequently used data types are defined for you below.

Let's take a detailed look at these data types.

Boolean; Enables storing positive and negative or yes/no meaning, representing True/False values, in a data table.

Date; Enables storing only the date value in a data table.

Datetime; Enables storing both date and time values in a data table.

DatetimeOffset; Enables storing the time zone in addition to the date and time values in a data table.

Int; Enables storing integer numbers in a data table.

Double; Stores numbers with up to 2 decimal places in a data table.

Decimal; Allows storing numbers with up to 10 decimal places in a data table.

FileContent; Used to store files like PDFs.

Guid; Represents a unique identifier, like an identity number.

Image; Used to store image files.

Location; Used to store geographical coordinates and GPS data.

Signature; Enables storing a signature in image format in a data table.

String; Enables storing alphanumeric characters in a data table.

AutoIncrement; A data type for automatically incrementing values.

The data types defined above will provide you with valuable information in the upcoming modules and application development processes. Understanding data types, especially when working with data, will offer advantages in terms of speed and efficiency.

In the next content, the concept of Low-code and its types will be defined for you.

In the application development process, one of the most important concepts is data. At this point, getting acquainted with data types at the beginning of the learning process will make it easier for you.

In the application development process, one of the most important concepts is data. At this point, getting acquainted with data types at the beginning of the learning process will make it easier for you. While there are many data types used in software development terminology, the frequently used data types are defined for you below.

Let's take a detailed look at these data types.

Boolean; Enables storing positive and negative or yes/no meaning, representing True/False values, in a data table.

Date; Enables storing only the date value in a data table.

Datetime; Enables storing both date and time values in a data table.

DatetimeOffset; Enables storing the time zone in addition to the date and time values in a data table.

Int; Enables storing integer numbers in a data table.

Double; Stores numbers with up to 2 decimal places in a data table.

Decimal; Allows storing numbers with up to 10 decimal places in a data table.

FileContent; Used to store files like PDFs.

Guid; Represents a unique identifier, like an identity number.

Image; Used to store image files.

Location; Used to store geographical coordinates and GPS data.

Signature; Enables storing a signature in image format in a data table.

String; Enables storing alphanumeric characters in a data table.

AutoIncrement; A data type for automatically incrementing values.

The data types defined above will provide you with valuable information in the upcoming modules and application development processes. Understanding data types, especially when working with data, will offer advantages in terms of speed and efficiency.

In the next content, the concept of Low-code and its types will be defined for you.

Yardımcı kaynaklar

Glossary