-
Book Overview & Buying
-
Table Of Contents
Building Modern SaaS Applications with C# and .NET
By :
We have covered a lot in this chapter! I hope it has not been overwhelming! We started at the start with a definition of REST. Then, we covered HTTP status codes and HTTP verbs to give some background on some of the underlying fundamentals of REST APIs.
We then looked at an example, covered the five most important HTTP verbs (GET, POST, DELETE, PUT, and PATCH), and showed how we could build them and test them with Thunder Client right within VS Code!
We also looked at AutoMapper and how to simplify object conversions to create DTOs from entity types.
Finally, we worked through an example of how to version an API and looked at some additional testing techniques.
In the next chapter, we will consider microservices, and we’ll look at how we can break up this application into a number of smaller microservices!