Blazor is a web framework that lets you create single page web applications using C# instead of JavaScript or TypeScript. Blazor is rapidly gaining momentum among C# and .NET developers since it lets them leverage their existing skills to build rich...
Containerization allows us to create flexible, scalable and efficient applications. Generating a containerized .NET Core web app with Docker and Visual Studio is easy. It’s also simple to upload and deploy the resulting container image to Azure. We’re going to do...
There are many ways to create an Azure Virtual Machine. We’ll go over three easy ways to programmatically create an Azure VM. Azure CLI Azure PowerShell .NET SDK Create Service Principal Develop Application 1. Azure CLI The Azure CLI is a...
Introduction Create the App Build Data Layer Implement Game Logic SignalR Server Setup SignalR Client Setup Verify SignalR Connection Starting the Game (Server) Starting the Game (Client) Verify Game Creation Completing the Game (Server) Completing the Game (Client) Test the Game...
Intro Prerequisites Project Setup Data Modelling Configuration Building the API 1. Intro EF Core 3 makes it easy to build applications with Cosmos Db. We will use the new Cosmos Db provider to create a NoSQL-powered RESTful web API. The finished...