Book Image

Going Serverless with .NET [Video]

By : William Daniel Bailey
Book Image

Going Serverless with .NET [Video]

By: William Daniel Bailey

Overview of this book

Serverless architecture allows you to build and run applications and services without having to manage the infrastructure. Many companies have started adopting serverless architecture for their applications to save money and improve scalability. This video will be your companion as you design serverless architectures for your applications with Microsoft Azure as the cloud service provider and using the .NET Core runtime. You will begin by understanding about serverless architecture, its advantages and disadvantages. You will then set up the Azure environment and test a simple serverless function using AWS platform. From here you will learn to build a real multi-tier, a serverless application with C# as the scripting language. You will also learn to build, test and deploy the Middle tier application along with Data and Presentation tiers. Finally, we will look at testing, securing and authenticating your serverless application. By the end of the course, you will be equipped with the knowledge to build scalable and cost-efficient .NET applications with serverless architectures.
Table of Contents (3 chapters)
Chapter 3
Go Further with Serverless Application
Content Locked
Section 2
Second Development Iteration User Interface Tier
Aim to implement authentication for the serverless application so it is secure. - Add welcome / login screen for user - Use JavaScript library to implement the authentication flow - Secure middle tier, deploy and test