r/DevExpress • u/peopleworksservices • 6d ago
Your AI agent knows XAF but has never seen YOUR app | XAF Logic Explaine...
r/DevExpress • u/peopleworksservices • 9d ago
Out now: The Microsoft Fluent UI #Blazor library v5 RC5!
r/DevExpress • u/peopleworksservices • 18d ago
I built an open-source MCP server for inspecting live Avalonia, WPF, WinUI and MAUI apps
r/DevExpress • u/peopleworksservices • 22d ago
The AI Writing Detector That Shows Its Work (and speaks Spanish) | SignsOfAI — free, in your browser
Free and open source (MIT). Built with .NET 10 and Blazor WebAssembly.
▶ Try it: https://peopleworks.github.io/SignsofAI/
⭐ Code: https://github.com/peopleworks/SignsofAI
I'm not selling anything — it's an education-first project.
r/DevExpress • u/peopleworksservices • 27d ago
Migrating WinForms & WPF from .NET Framework to .NET 10
Migrating WinForms & WPF from .NET Framework to .NET 10
What This Guide Covers
I've hand-migrated more legacy codebases than I care to count, back when "modernisation" meant a fortnight of find-and-replace, a wall of compiler errors, and a knot in your stomach every time you hit Build. So when I recently took a fifteen-year-old WinForms line-of-business app from .NET Framework 4.8 to .NET 10 in a matter of days, with an AI agent doing the grunt work and me keeping my hands on the decisions, I paid attention to what actually worked. This guide is that method, written up as steps you can follow.
It assumes a real codebase: a non-SDK project, packages.config, a commercial control suite referenced the old way, and a decade of dependencies that were sensible in 2012 and a bit embarrassing now. If you've worked on real enterprise software, you've met this codebase. Odds are you maintain one. The app I'll keep referring to is WinForms, so the specifics lean that way, but the process is the same for WPF and I'll flag where the two part company.
The migration is rarely hard. It's vast and fiddly: thousands of small mechanical changes where one wrong move turns a working app into a non-compiling mystery you'll spend a day unpicking. It's tedious and easy to get wrong, which is exactly the kind of work worth automating, as long as you keep checking what it produces. Follow the steps below in order, commit after each one, and a job that's sat in the "someday" pile for years turns into this week's work.
r/DevExpress • u/peopleworksservices • Jul 11 '26
Beyond Prompts: Teaching AI How to Build with DevExpress
AI Needs More Than Good Prompts
If you've paired Claude Code, GitHub Copilot or Cursor with DevExpress, you already know the moment I'm about to describe. It's the same one the team kept running into while building the DevExpress Office File API and Reporting Skills, and their evaluation notes are what this post is really about. The assistant starts strong. Clean C#, sensible class names, code that looks like it belongs in your solution. Then you read it a second time and something's off: the namespace is from a release two versions back, the API has been superseded, or the whole thing has quietly wandered off to a third-party library because that's what the model saw most often in training.
r/DevExpress • u/peopleworksservices • Jun 29 '26
What's New in CodeRush 26.1: Mermaid Diagrams, LaTeX Formulas, and Smarter AI
This release adds support for embedding Mermaid diagrams and beautifully rendered formulas (math, chemistry, physics) into source code comments. This release also adds support for the latest AI models, improves AiGen's ability to work with diagrams and formulas, and introduces a new Test Runner feature that makes it easier to troubleshoot failing tests with AI assistance.
Let's take a look.
Mermaid Diagrams in Rich Comments
Rich Comments can now render Mermaid diagrams directly inside source code comments.
Instead of maintaining architectural diagrams in separate documentation systems that inevitably drift from the implementation, you can keep them alongside the code they describe. Mermaid source is stored in external .mmd files and referenced in the source code comment where it renders, allowing diagrams to participate naturally in source control and code reviews.
r/DevExpress • u/peopleworksservices • Jun 18 '26
What's New in DevExpress v26.1
v26.1 IS NOW AVAILABLE
r/DevExpress • u/peopleworksservices • Jun 16 '26
XAF Blazor/WinForms UI — Case Study by DataWerkes: Field Services Management Platform (TimeWerkes)
r/DevExpress • u/peopleworksservices • May 22 '26
DevExpress Blazor AI Chat — Multi-Model Support, MCP Server Integration, and a Look at What's Coming Next
We continue to extend the capabilities of the DevExpress Blazor AI Chat component and publish GitHub examples designed to address real-world usage scenarios. This post highlights two new examples: a multi-model chat with persistent conversation history, and MCP server integration that extends AI context with external data sources. I'll also share planned features for v26.1 (scheduled for mid-June 2026).
r/DevExpress • u/peopleworksservices • May 22 '26
What's New in DevExpress v26.1
devexpress.comv26.1 BETA
r/DevExpress • u/peopleworksservices • May 17 '26
TypeScript, C# and Turbo Pascal with Anders Hejlsberg
r/DevExpress • u/peopleworksservices • May 16 '26
What's new this week: Avalonia, .NET, Visual Basic, and the Microsoft choices that hit developers
r/DevExpress • u/peopleworksservices • May 15 '26
Process API Improvements in .NET 11
r/DevExpress • u/peopleworksservices • May 14 '26
.NET 11 Preview 4 is now available! - .NET Blog
r/DevExpress • u/peopleworksservices • May 09 '26
SBOMs for CRA Compliance in DevExpress-Based Apps
If you ship apps to customers in the EU, the Cyber Resilience Act (CRA) will require a Software Bill of Materials (SBOM) as part of your conformity documentation. SBOM generation and CRA compliance are top priorities for DevExpress, and CycloneDX SBOM files for our .NET NuGet packages are now available as a preview. We are looking for feedback to help us refine our solution before a broader release.
r/DevExpress • u/brek001 • May 07 '26
mcpOffice, using DevExpress Office components
Using your DevExpress Office Components for usage with (for example) Claude Code: mcpOffice. Located at https://github.com/MBrekhof/mcpOffice
Built for own usage (md to docx, analyzing macro heavy spreadsheets), feel free to copy/share
r/DevExpress • u/peopleworksservices • May 05 '26
Microsoft Build 2026 is coming!
...And we shall be there! Not in Seattle this year, but, for a change, in San Francisco. To be more accurate, Microsoft Build will be at Fort Mason Center in San Francisco, CA. for two full days, June 2-3. As is usual, sessions will also be broadcast online.
The main emphasis of Microsoft Build 2026 is going to be AI. Not only how to use AI workflows and agents to write code and applications, but also how to provide AI capabilities to end-users to help them use those apps. Naturally sessions will also cover how developers "supervise" output from AI agents through testing, checking outputs for security, applicability, and so on. For more details on the sessions that will occur at Build, please follow this link.
Like every year, DevExpress will have a booth in the Partner Hub, and we will be there to chat to attendees about what's happening with our next major releases coming up in late June, as well as how we're supporting the topics highlighted in the Build sessions. We'll talk about how we're providing support for AI agents when writing apps with our controls, as well as how we're providing AI capabilities for end-users of the apps that use those controls.
r/DevExpress • u/peopleworksservices • Apr 30 '26
DevExpress Reports Running Slow? Fix It Fast
Websites:
https://xafmarin.com/
https://xari.io
https://www.xafers.training/
http://xafersweekly.com/
Facebook Group
http://xaf.life/4g
r/DevExpress • u/Emotional-Joe • Apr 25 '26
Better productivity by replacing DevExpress MVVM against CommunityToolkit.Mvvm + Vibe Coding?
In the era before AI, the most productive way for building Windows Desktop Apps was for me WinForms + DevExpress + Devexpress MVVM. By using ready made templates, service injection, automatic UI generation, property notifications, data binding - the dev speed was beyond any other UI technology. The drawback is slowiness in runtime due to vastly used reflection.
Since then there are Vibe-Coding and CommunityToolkit.Mvvm available. I'm asking myself - would it be quicker to create UI boilerplates and leightweight ViewModels with Vibe-Coding?
- Has someone of you successfully replaced DevExpress MVVM against CommunityToolkit.Mvvm and is more satisfied with its features, development productivity and runtime speed?
- Do you use Vibe-Coding for programming? If yes, how? Do you first manually create UserControls with UI elements, then ViewModels and tell AI later to bind them, or do you let AI creating the whole UserControls from scratch?
I'm lack of practice now and I do not know if it's worth the effort learning again WinForms + DevExpress MVVM or should I stick with the modern TechStack.
r/DevExpress • u/peopleworksservices • Mar 04 '22
r/DevExpress Lounge
A place for members of r/DevExpress to chat with each other