December 2019
Intermediate to advanced
510 pages
11h 33m
English
In this chapter, we will cover another essential topic in ASP.NET Core: the filter pipeline. Filters are a vital component that we can use to achieve cross-cutting implementation in our services. Although we have already seen how to implement cross-functionalities using the middleware pipeline, filters are more specialized components that are linked to the MVC pipeline. Therefore, filters can be used to implement more specific logic, related to the controller's execution. This chapter will show you how to implement these filters and will describe some concrete use cases.
We will cover the following topics in this chapter:
Read now
Unlock full access