Questions
- Can services use cookie-based sessions?
- Is it good practice to implement a service with a custom communication protocol? Why or why not?
- Can a
POSTrequest to a REST service cause a deletion? - How many dot-separated parts are contained in a JWT bearer token?
- By default, where are the complex type parameters of a REST service's action methods taken from?
- How is a controller declared as a REST service?
- What are the main documentation attributes of ASP.NET Core services?
- How are ASP.NET Core REST service routing rules declared?
- How should a proxy be declared so that we can take advantage of .NET Core's
HttpClientFactoryclass features?