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…

Swift Currency App (Part – 1)

Hello friends. In this article, we will release the same applications using different architectures on iOS level with you. For this, we first need to find a theme. I thought the currency application might be good for this. Then we will have to make a…

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…