Skip to content

Commit d485dc3

Browse files
authored
Update README.md
1 parent 1abb69c commit d485dc3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
| No. | Questions |
88
|---- | ---------
9-
|1 | [What is MVC?](#What is MVC?)|
9+
|1 | [What is MVC?](#What-is-MVC?)|
1010
|2 | [Explain MVC design pattern?](#Explain MVC design pattern?)|
1111
|3 | [What is Domain Driven Design and Development?](#What is Domain Driven Design and Development?)|
1212
|4 | [What is MVP pattern?](#What is MVP pattern?)|
@@ -67,8 +67,6 @@
6767
|8 | [How to restrict an action method to be invoked only by HTTP GET, POST, PUT or DELETE?](#How to restrict an action method to be invoked only by HTTP GET, POST, PUT or DELETE?)|
6868
|9 | [How to determine an action method is invoked by HTTP GET or POST?](#How to determine an action method is invoked by HTTP GET or POST?)|
6969
|10| [How to determine an AJAX request?](#How to determine an AJAX request?)|
70-
71-
7270
|1 | [What is Data Annotations in ASP.NET MVC?](#What is Data Annotations in ASP.NET MVC?)|
7371
|2 | [How to apply Server side validation in ASP.NET MVC?](#How to apply Server side validation in ASP.NET MVC?)|
7472
|3 | [How to determine there is no error in Model State?](#How to determine there is no error in Model State?)|
@@ -99,7 +97,6 @@
9997
|8 | [What are advantages of caching?](#What are advantages of caching?)|
10098
|9 | [What is output caching?](#What is output caching?)|
10199
|10| [What is Donut caching and Donut hole caching in ASP.NET MVC?](#What is Donut caching and Donut hole caching in ASP.NET MVC?)|
102-
103100
|1 | [What is loose coupling and how is it possible?](#What is loose coupling and how is it possible?)|
104101
|2 | [What are Dependency Inversion Principle (DIP) and IoC?](#What are Dependency Inversion Principle (DIP) and IoC?)|
105102
|3 | [What is Dependency Injection (DI)?](#What is Dependency Injection (DI)?)|

0 commit comments

Comments
 (0)