-
Book Overview & Buying
-
Table Of Contents
Building Modern SaaS Applications with C# and .NET
By :
We have covered a lot in this chapter!
We learned that data is important in a SaaS application. This can be trying not only from a technical point of view but also from the point of view of a user, as well as the organization building the application.
We then moved on to a technical implementation with Entity Framework, demonstrating how to build a database in code using C#, and then automatically generate migrations and update the database.
We also talked about testing strategies and maintaining a database in production.
In the next chapter, we will build out the API layer and start to interact with the data structure we previously created. The application will start to take shape!