14 Apr, 2026
TL;DR: Build an AI-assisted content creation app in Blazor using Syncfusion AI AssistView as the chat surface. Add Blog/KB modes with different system instructions, suggestions, and output templates, then layer…
TL;DR: Convert Markdown to PDF in C# using .NET Word Library with just a few lines of code. Install the NuGet package, add namespaces, and run the conversion. Customize images…
TL;DR: Heavy popup content can block the UI thread and cause lag. Improve .NET MAUI Popup performance by reusing the popup view with ContentTemplate, loading data only when needed, virtualizing…
A Historic Backdrop for Open Source Celebration The conference took place at the majestic Cité Internationale Universitaire de Paris. This location is highly symbolic, as the institution is celebrating its…
Ideally, before the data is saved, the system should be able to “remind” the user to check the data they have entered again, both in the Add and Edit forms.…

Build an AI Content Creation App in Blazor with AI AssistView

TL;DR: Build an AI-assisted content creation app in Blazor using Syncfusion AI AssistView as the chat surface. Add Blog/KB modes with different system instructions, suggestions, and output templates, then layer in file attachments, speech-to-text, and text-to-speech via JS interop. If you’ve ever tried to use a single “write me content” prompt for everything, you’ve seen […]

15 mins read

Convert Markdown to PDF in C# Using .NET Word Library

TL;DR: Convert Markdown to PDF in C# using .NET Word Library with just a few lines of code. Install the NuGet package, add namespaces, and run the conversion. Customize images with events, embed diagrams, or handle base64 streams. Ideal for documentation, eBooks, reports, and compliance workflows. Fast, accurate, and scalable for developer productivity. Markdown is […]

10 mins read

Why .NET MAUI Popups Lag and How to Fix Performance Issues

TL;DR: Heavy popup content can block the UI thread and cause lag. Improve .NET MAUI Popup performance by reusing the popup view with ContentTemplate, loading data only when needed, virtualizing long lists, and keeping animations lightweight and fast. Your .NET MAUI app can feel fast until a popup opens with heavy UI. Then you see […]

10 mins read

SymfonyLive Paris 2026: AI Revolution and a Peak Reunion for Team SensioLabs

A Historic Backdrop for Open Source Celebration The conference took place at the majestic Cité Internationale Universitaire de Paris. This location is highly symbolic, as the institution is celebrating its 100th anniversary. Founded after World War I to foster peace and exchange between people 🌍 through its various international houses, the Cité Universitaire perfectly mirrors […]

6 mins read

Spec-Driven Development with Markdown for AI Workflows

TL;DR: Spec-driven development uses Markdown specifications and Code Studio prompt files as a single source of truth, letting AI reliably generate, test, review, and deploy code while preserving context. This blog shows practical prompt files and workflows, plus project structure and best practices for building a real-time project. AI revolutionizes software development but loses context […]

15 mins read

Dynamic Permission for Export Data – Masino Sinaga

Until version 2026, the Export Data feature in PHPMaker still cannot be shared permission– according to the type of export and user level. When you use the feature User Level Permissionsthen there is only one Permission Export there. That means, you can’t separate Permission for each of the following export types: Export to Excel, Export […]

3 mins read

How to Load and Save Images in Blazor Image Editor with SQL Server

TL;DR: Learn how to load, edit, and save images in a Blazor application using the Blazor Image Editor, a Web API endpoint, and SQL Server for persistent storage. This guide walks through database setup, EF Core modeling, API integration, and using the Image Editor to round‑trip images between the UI and backend. Many Blazor applications […]

12 mins read

Build an AI-Powered Excel Translator in C# Using OpenAI and XlsIO

TL;DR: Manual copy‑pasting into Google Translate breaks formulas and formatting. An AI‑Powered Excel Content Translator replaces that hassle with seamless automation. By combining Syncfusion XlsIO and OpenAI GPT models, you get structured, accurate translations directly in your workbook. The result: preserved layouts, consistent localization, faster reporting, and globally accessible data across teams. If you’ve ever […]

5 mins read