-
Book Overview & Buying
-
Table Of Contents
Building Modern SaaS Applications with C# and .NET
By :
In this chapter, we will build a very simple demo application that will form the basis and framework of the SaaS application that we will build out in subsequent chapters. The purpose of this chapter is to get familiar with all of the tools and techniques that we will leverage later in this book, and in our careers as builders of SaaS applications! Once we have this foundational knowledge and framework app, it will be much easier to start to build more complex functionality.
Before we start building the framework application, we must first discover and install the tools that we will use. Then, we’ll build out the skeleton application. Once we have that working, then we will start to think about what would be required to flesh this out into a real-world SaaS application!
This chapter will give you a very brief look at a lot of different technologies. Please don’t feel overwhelmed! We are going to configure a dev environment from...