M. Niyazi Alpay
M. Niyazi Alpay
M. Niyazi Alpay

I've been interested in computer systems since a very young age, and I've been programming since 2005. I have knowledge in PHP, MySQL, Python, MongoDB, and Linux.

 

about.me/Cryptograph

  • admin@niyazi.org
What is C#?

What is C#?

What is C#? As you know, there are programs that we use to use our computers comfortably and programming languages are needed to make these programs. The most popular of these languages are Basic, C,

C# Variable Definition and If - Else Structure

C# Variable Definition and If - Else Structure

In C#, we declare variables according to their types, such as number type, text type, and so on. We determined that "int a;" will be an integer type for the variable named 'a'.We determined that "str

What is MongoDB and NoSQL?

What is MongoDB and NoSQL?

MongoDB is a NoSQL database. NoSQL can be expanded as "not only SQL," meaning it's not SQL. This is because the queries executed are not the ones you're used to in MySQL or MS SQL systems. Advantages