Senior .Net Developer Question:
What is implement a generic action in WebAPI?
Answer:
It’s not possible, as the WebAPI runtime needs to know the method signatures in advance.
Previous Question | Next Question |
Please explain what inheritance is, and why it’s important? | What is the difference between a stack and a queue? |