C# Extension
C#

Hello friends. In this article, I will talk about how to write an extension in C #. First, let's talk about what is an extension. Extension actually means an extension in Turkish. In fact, if we look at it, it fits our definition. Because Extenison…

Get Json Data Example 2

Hello friends. In this article, I will talk about another example of a subject that I received a lot of mail. Json take data. I will not mention how important it is to pull Json data, or why we need to pull Json data. You…

Taking Json Data
C#

Hi friends, in this writing, I will talk about how to draw Json Data. First of all, Jason, we need to know why. Json is actually a data format created for JavaScript. Prior to Json, methods such as xml were used, but over time, these…

Web Service with ASP.Net Core [1]

It is not really necessary to mention the importance of the web service. Behind every technology used today is a service. Thanks to these services, all technological devices can communicate. For example, Instagram's web service provides us with both Android devices, iOS devices, desktop applications…

C# Delegate
C#

The delegation of the dictatorship stands out as a delegate to the Turkish counterpart. In this article we will talk about Delegates used in many projects. First of all, if we want to explain its purpose, we can say that delegates are method holders. Delegates…

Web Service with ASP.Net Core [2]

We pass the last layer, the presentation layer. In this layer, we can use our projects and codes in the other layer by adding Add Reference in the Dependencies section. After adding other layers we have to make a few adjustments in the Startup class.…

C# N-Tier Architecture
C#

Today, when I talk about a layered architect, I will go through an example at the same time. I will go through a sample frequently used in almost every major project. Layered Architecture is a structure that enables our projects to be more compact, improve…