+90 536 993 6692

Articles By Category

hidden

redis
.NETCORE / / 9 min read

Where should product cart information be stored in the E-commerce web sites ?

We all shop online. And sometimes we add products to our cart, even if we don't buy them at that moment. The length of time our products stay in the cart varies depending on the company's strategies. I will share information about where the product information in the cart should be kept, which is important for us software developers, and I will explain with source codes where I keep it myself....

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#....

  • 1