XAF Project Setup for EF Core with MySQL

DevExpress XAF Series
When starting a new project in DevExpress XAF, I follow a series of steps to prepare it for development. I generally develop on a Mac Book Pro, so these steps are geared toward running the process on my Mac Book Pro with an M1 Processor. Read more
Read More

Managing State with Blazor SSR Interactive Components

Blazor Series- Managing State with Blazor SSR Interactive Components
This layout is rendered on the server and does not directly support interactivity. We could move the Layout to be rendered on the client, but then nothing would use SSR, and that's a waste. Let's use reactive magic and client-side coding to rub some interactive funk on it! Read more
Read More

Blazor SSR & MudFields: EditContext Issues

Blazor Series: MudBlazor & Blazor SSR EditForms
Don't cast out your Mud Components like a catholic priest on a six-week exorcist tour. Read more
Read More

Enhanced Security Features in .NET 8

Engineers Developing Secure Code, Drawn by DALL-E from Open AI

With the release of .NET 8, a slew of Security Features have been introduced to help Developers harden their applications against attacks. In this article, we will look atew features and Read more

Read More