Questions
- Can you list all the middleware modules scaffolded by Visual Studio in an ASP.NET Core project?
- Does the ASP.NET Core pipeline module need to inherit from a base class or implement some interface?
- Is it true that a tag must have just one tag helper defined for it, otherwise an exception is thrown?
- Do you remember how to test if validation errors have occurred in a controller?
- What is the instruction in a layout view for including the output of the main view that's called?
- How are secondary sections of the main view invoked in a layout view?
- How does a controller invoke a view?
- By default, how many providers are installed in the globalization module?
- Are ViewModels the only way for controllers to communicate with their invoked views?