-
Book Overview & Buying
-
Table Of Contents
Building Modern SaaS Applications with C# and .NET
By :
In this section, we’ll use the tools that we have just installed to create a very basic wireframe for a SaaS application. At this point, this will simply be a skeleton application that we can build out much more fully in subsequent chapters. However, this will introduce us to all of the different tools that we will be using.
The sample application that we will build as we work through this book will be an application to track a habit – something that you may like to try to do every day – such as learning a new language, or writing a few pages of a book in order to stay up to date with your publishing deadlines! I hope that this is something that you may be able to make use of after you have finished working through this book!
We will start with the database. We are using SQL Server as the database platform – this is a book based on Microsoft technologies, so we will stick with them as much...