
Tag: data


Swift Data Transfer Between Pages
Hello friends, in this article, we will talk about how to send data between two pages with Swift. In the Het application, there is actually a communication between the pages. For example, if you have a list on the home page and we click on an element of this list, we should show the details […]

Get JSON Data with Xamarin
Hello friends. I had written before about how to withdraw data from JSON, but there was a lot of mail and comment on this topic. That’s why I wanted to write a more detailed article, especially Xamarin. Actually, it has nothing to do with Xamarin. You can do the same for all .NET platforms. We […]

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 can reach my previous article here. A friend asked us […]

Swift Taking Json Data
Json data are of the major types in every project. When taking data from a service, we shoot it json. That is why every single Json has a large prefix of data. In our previous writings, we saw how to draw data with C #. In this article I will talk about how to get […]

Taking Json Data
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 data types became heavy and inconvenient, along with Json data […]

C# N-Tier Architecture
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 code readability, increase teamwork, and make error management easier. In […]