In this post, we explained with a demo how to create a new Blazor server-side app with authentication using the built-in AuthenticationStateProvider service. Try out the steps provided in this blog post and leave your feedback in the comments section below! Essential Studio®®forBlazoroffe...
Learn how to build a Blazor web application for seamless PDF viewing and annotation using the Dynamsoft Document Viewer SDK. This step-by-step guide will help you integrate powerful document management features into your web app for enhanced productivity
Creating a new Blazor Server projectOn the Start Window, select New to create a new project: In the New Project dialog box, select .NET Core > App > Blazor Server App and select Next: Select .NET Core 3.1 as the target framework, then select Next. Choose a name for your project,...
Create a new Blazor web app with the C# Dev Kit To create a new Blazor web app project in Visual Studio Code with the C# Dev Kit: Bring up the Command Palette using Ctrl+Shift+P and then type ".NET". Find and select the .NET: New Project command. Select Blazor Web A...
Learn how to create an ASP.NET Core Blazor WebAssembly application that connects to Microsoft Dataverse web services and retrieves business data.
This tutorial will demonstrate a simple way to create a Progressive Web App (PWA) from your Blazor WebAssembly app. A PWA is an installable web app that works offline and is treated as a first-class citizen on desktop and mobile.
In this tutorial you will learn how to create a complete Blazor application with Radzen.SpecificationThe application is a CRM (Customer Relationship Management) with the following features:Support users of two roles - Sales Representative and Sales Manager. Contact management - add, search and ...
We will see how to create an App Service Domain in Azure and we will get a free SSL certificate from Let’s Encrypt Authority. We will also create a Web App in Azure and link with this domain. Later we will create a Blazor app from Visual Studio 2017 and
Step 1. Create a WPF App Remember, we're developing a WPF app that will host a Blazor app within it. To begin, please create a new project in Visual Studio and search for 'WPF' then, select the highlighted option as shown in Image 1 below. Image 1. Create a WPF App Now, proceed...
PressShift+F5to stop the app running. Improve usability of the form When the customer is taken to the checkout page, the first thing they do is enter their name. Blazor allows you to set the focus on HTML elements on a page. Let's make our app better by...