-
Book Overview & Buying
-
Table Of Contents
Building Modern SaaS Applications with C# and .NET
By :
There are many options available to build a frontend for a SaaS application. Angular and React are popular JavaScript-based frameworks that are commonly used and are as good a choice as any to build a frontend for a SaaS application. However, as this is a .NET-focused book, we will stick to .NET technology and use Blazor.
Blazor is a modern web application framework developed by Microsoft that allows developers to build client-side web applications, using C# and .NET instead of JavaScript. Blazor was first introduced as an experimental project in 2018 and was later released as part of .NET Core 3.0 in 2019. The main goal of Blazor is to enable developers to write full-stack web applications entirely in C# and .NET, providing a more familiar and productive development experience.
Blazor is designed to solve the problem of developing and maintaining complex, data-driven web applications that require a lot of client-side interactivity, such as a SaaS...