Hello friends, in this article we will talk about how to create a generic service with Swift. With a generic service structure, we can easily change and manage it when we change something extra in the future. We can make service requests with less code.…
Hello friends. In this article, I will tell you about an error that occurs when processing with Swift. This error appears as follows. UILabel.text must be used from main thread only After pulling more data from the internet, if we do something on the UI,…
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.…
Hello friends. In this article, we will talk about how to authenticate in a web application developed with Asp.Net Core. Authentication can save lives in some cases. It is very important for security that only people who know the username and password can access it.…
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…
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.…
I got this error when I wrote a Web API. The project, which worked very well on the local side, made this mistake when I published Azure. He did not see the folder he normally created under the wwwroot folder. If you need to do…