You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
|:no_entry: Requires to rewrite controllers to add a new<br/> technology |:white_check_mark: Requires only a new Manager class |
26
26
|:no_entry: Not supporting bulk operation by default |:white_check_mark: Up to one line of code for fully functional `BULK``API`|
27
27
|:no_entry: Controller logic can't be easily used for<br/>`gRPC` or `SignalR`|:white_check_mark: You could have the same Manager to<br/> handle `REST`, `gRPC`,and a `SignalR` simultaneously |
28
-
|:no_entry: Paging and Sorting should be written for<br/>every controller separately |:white_check_mark: Paging and sorting are implemented out of the box in<br/>the uniform manner |
28
+
|:no_entry: Paging and Sorting should be written for<br/>every controller separately |:white_check_mark: Paging and sorting are implemented<br/> out of the box inthe uniform manner |
0 commit comments