Mention two instances where routing is not implemented or required?
Answer / Alka Gautam
Two instances where routing might not be implemented or required are:
1. In a single-tier application architecture, where all components reside on the same server and do not communicate with other servers.
2. In peer-to-peer networks, where there is no central server and communication happens directly between nodes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do you need to box a primitive variable
what is Assemble
What is ASP.NET MVC?
Can you explain model, controller and view in mvc?
Possible ways to prevent xss attacks on mvc application?
What is "out" parameter how it is used in methods?
what is split entity?
What’s the advantage of using System.Text.StringBuilder over System.String?
What is conceptual model? : Entity framework
How do assemblies find each other?
Explain the methods used to render the views in mvc?
how do you mark a property as required? For example, for a project, the name is a required field.