Explain Repository Pattern in ASP.NET MVC?
Submitted by: Administrator-Repository pattern is used as a default entity operation that allow the decoupling of the components used for presentation.
-Repository pattern allows easy testing in the form of unit testing and mocking.
-Repository pattern will have the proper infrastructure services to be used in the web applications.
-It uses the mechanism of encapsulating that provides storage, retrieval and query for the implementation of the repository.
-Repository patterns are hard coded in the application that is to be used in ASP.NET MVC architecture.
Submitted by: Administrator
-Repository pattern allows easy testing in the form of unit testing and mocking.
-Repository pattern will have the proper infrastructure services to be used in the web applications.
-It uses the mechanism of encapsulating that provides storage, retrieval and query for the implementation of the repository.
-Repository patterns are hard coded in the application that is to be used in ASP.NET MVC architecture.
Submitted by: Administrator
Read Online ASP.Net MVC Job Interview Questions And Answers
Top ASP.Net MVC Questions
☺ | What is ASP.NET MVC? |
☺ | What is repository pattern in MVC.NET? |
☺ | Explain the page lifecycle of an ASP.NET MVC? |
☺ | Explain program to call the js function when the change is being made in the Dropdown list made in ASP.NET MVC? |
☺ | Explain significance of routing? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |