
Structure and Layers of TCP/IP
All connections made on the internet are carried out with specific protocols. TCP-IP structure consists of four layers: Application Transmission Internet Physical Network Application LayerThis layer contains ap...
Found 10 results for this tag.

All connections made on the internet are carried out with specific protocols. TCP-IP structure consists of four layers: Application Transmission Internet Physical Network Application LayerThis layer contains ap...

Hello, I had prepared this application about two years ago and uploaded it to my Github, but I recently had the opportunity to prepare its topic. Initially, the reason I created this application was to be able to change...

Today, Linux operating systems come with a beautiful interface designed for end-users, but the majority of tasks can still be done via the command line. The reason many computer users shy away from Linux is the command l...

PHP, particularly designed for the web, is a server-side scripting language that can be embedded into HTML. It resembles C and Perl in its general structure and programming rules. Developed by Rasmus Lerdorf, this langua...

C# is a language that works through Net Frameworks. C# requires Microsoft Visual Studio to be installed on our computer in order to write applications. The necessary frameworks are installed on our computer with Visual S...

In C#, we use the SqlCommand command to execute queries in the database. Since I will continue with MySQL for our example, I will use the MySqlCommand command. Start a new Windows Forms application and add two buttons a...

Hello, although I'm not a big fan, I'm a user of a Vestel Smart TV. While there are mobile remote control applications for Android and iOS for this TV, I spend most of my time at the computer, so I decided to develop a c...

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 of NoSQL Systems T...

Hello, due to my busy schedule, I haven't been able to write blog posts for a long time. In this article, I will explain how to use MongoDB in your Laravel project. Laravel is installed by default with MySQL support. Add...

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++, Pascal, Java an...