-
Book Overview & Buying
-
Table Of Contents
Building Modern SaaS Applications with C# and .NET
By :
The example that we have built here is a good technical demonstration of the essential techniques to incorporate the SaaS backend with a UI, but I think it’s safe to say that it lacks a bit of flair. These days, the average consumer expectations of a UI for a SaaS app are very high – essentially, customers will demand a very similar experience to a native application but running in a browser.
To make a UI look more modern and responsive, we would typically use an off-the-shelf responsive UI framework. In addition to expecting the UI to perform like a desktop app, there is generally also an expectation that the UI should work on a tablet and a phone. Finally, not everyone shares the same abilities, and there are standard methods to endure that your UI is accessible to differently abled persons. In this section, we will look into all this, starting with responsive UI frameworks.
Responsive UI frameworks are a collection...