Swift Currency App MVC ( Part 2 )

Hello friends. In this article, we will write our application, which we handled the service side in our previous article, with MVC. Before that, if we need to talk about MVC; The model consists of View and Controller layers. When an action is done on…

Xamarin Forms Converter

Hello friends. In this article I will talk about how to create converter with Xamarin.Forms. First of all, if you ask what is converter; You may think of converting a value to a different value depending on the situation. For example, you put more than…

Asp.Net Core Simple Authentication

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

Xamarin Controller

You can also find the controls that will help us in our practice. In practice, you will need controls to perform a number of functions. Xamarine has about 19 controls. Certain controls also have special controls. You can also find these special checks next time.…