+90 536 993 6692

Latest News

hidden

Dice Roll Game
PYTHON / / 4 min read

How to make a dice Rolling Game in Python ?

Maybe some of us still play it, but I used to play this game with my friends when I was a kid. Now my friend here will be the computer. So let's get started right away. By the way, you can develop without installing Python on your computer. One of the online Python code editors is here....

Email sending
.NETCORE / / 5 min read

How to send an email with .net core ?

Sending e-mail is one of the methods we frequently use in software development.Today I will show you how to send an email using Gmai SMTP Server in .NETCore. To do this, we will create a Console App in .net core.I will use Visual Studio. To create an empty console app project, open Visual Studio =>Create a New Project , Select Console App template from the list that appears. Don't forget to check if the template support C#....

Amazon Bot
SCRIPT & BOTS / / 19 min read

How to Create Amazon Bot in C# ?

Today ,We are going to develop Amazon bot which is going to get some products name from Amazon Web site. We call this Web scraping. Nowdays ,It’s pretty popular. Bots can sometimes make our lives easier....