Filter Category...
 

5/1/2025 - Building a Dynamic Python Execution Environment: Loading Excel and Parquet files

In this post, we’ll explore how to build a dynamic Python execution environment using .NET MAUI, Pyodide, Monaco, and Radzen. This builds upon the concepts introduced in the article Building a Dynamic Python Execution Environment with .NET MAUI, Pyodide, Monaco, and Radzen . We’ll focus on the implementation details of the DataExample.razor and index.html files, which enable users to load data files, dynamically generate Python scripts, and execute them in a browser environment.

4/28/2025 - Building a Dynamic Python Execution Environment with .NET MAUI, Pyodide, Monaco, and Radzen

Introduction and Overview In this blog post, we will explore how to build a dynamic Python execution environment using .NET MAUI. This project allows users to write Python code in a Monaco Editor, execute it in the browser using Pyodide, and display the results in a Radzen DataGrid. The application is designed to provide a seamless experience for running Python scripts, with a focus on data manipulation using Pandas. Key features of this project include: A rich code editor powered

4/21/2025 - Using Azure Container Apps to Handle Memory Intensive Blazor UI

Modern web applications often encounter bottlenecks when handling resource-intensive operations—especially when those operations involve dynamic, data-heavy UI components like Blazor datasheet. In this post, we’ll explore an architecture that decouples heavy data processing from your main Blazor app by offloading the work to isolated containers running in Azure Container Apps. We’ll walk through the creation of a scalable system that: Executes resource-intensive jobs in a separate

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




|
An unhandled error has occurred. Reload 🗙