The creation of RESTful services is important for any project, but these services are of no use if there is no way of using them. In this chapter, we looked at how to add RestSharp support to our web project and consume our pre-developed product APIs. We also created a web client that could consume web services by rendering output on our web pages using ASP.NET Core.
In the next chapter, we will discuss the hot topic of microservices, the next level of the separation of services. We will discuss how microservices communicate, what their advantages are, and why we require them.