Filter Category...
2/3/2025 - Story Book Cabin Blazor Godot
Story Book Cabin is an interactive Blazor Godot project that allows users to drag and drop characters into a virtual environment. Users can give natural language prompts to an AI, which interprets the instructions and moves characters accordingly. You can play the game here at: https://storybookcabinpocblazor.azurewebsites.net
Godot Project: https://github.com/AIStoryBuilders/StorybookCabinPOC Web Application: https://github.com/AIStoryBuilders/StorybookCabinPOCBlazor
12/30/2024 - Develop and Display RDLC Reports in Microsoft Blazor
You can design and display RDLC reports, developed using Visual Studio , in Microsoft Blazor . This allows you to provide pixel perfect, printable reports, entirely in your Blazor application, without the need for an external report server. This is made possible primarily by the functionally provided by these two projects: Report Viewer Core PdfJs The code covered in this article is available here: https://github.com/ADefWebserver/BlazorRDLCViewer ( Blazor Server
11/24/2024 - DotNet Aspire: Publishing to an Existing Azure Container Registry
When working with Microsoft Azure Aspire , ensuring your deployment aligns with your organizational standards and project needs is crucial. One common scenario is deploying Aspire projects into an existing Azure Resource Group instead of creating a new one with default naming conventions. Deploying a Microsoft Aspire application to Azure involves a streamlined three-step process. First, developers build the Aspire application in Visual Studio , which produces an image file. Th
10/27/2024 - Creating A Step-By-Step End-To-End Database Server-Side Blazor Application (updated to .Net 9)
The primary benefit we have when using server-side Blazor is that we do not have to make web http calls from the client code to the server code. This reduces the code we need to write and eliminates many security concerns. In this article, we will demonstrate how a list of Weather forecasts can be added to the database by each user. A user will only have the ability to see their own forecasts. Use SQL Server The new project template in Visual Studio will allow yo
6/27/2024 - Using a Blazor Excel Datasheet To Update A Database
Most business applications involve viewing, updating, and deleting data. To facilitate these actions developers using spend a lot of time and money creating forms. In this blog post, we’ll explore how to use an Excel-like data editor control within a Blazor application, to update a SQL database, eliminating the need to create forms. The Application Download the application from: https://github.com/ADefWebserver/BlazorDatasheet Note: This project is for
|