-
Book Overview & Buying
-
Table Of Contents
Building Modern SaaS Applications with C# and .NET
By :
There are a huge number of tools and frameworks available for running tests, each with its own strengths and weaknesses. However, in this section, we will limit our focus to those that are applicable to Microsoft technologies, such as those we have used in the demo application. By narrowing our scope, we can provide a more targeted and relevant discussion for developers working with these technologies in their SaaS applications.
When developing SaaS applications (or any applications!) using .NET, it is important to ensure that the code is well-tested and reliable. Two of the most popular testing frameworks for .NET are xUnit and NUnit. Both of these frameworks are open source, widely used, and well-supported by the .NET community. They provide a rich set of features and functionality that enable developers to write comprehensive tests for their applications.
xUnit is a modern...