The Repository Design Pattern in C# mediates between the domain and the data mapping layers using a collection-like interface for accessing the domain objects.
Read moreWhat is MVC pattern rails?
Ruby on Rails uses the Model-View-Controller (MVC) architectural pattern. MVC is a pattern for the architecture of a software application . It separates an application into the following components: Models for handling data and business logic. Controllers for handling the user interface and application.
Read more