Explore how implementing response compression middleware in ASP.NET Core can enhance application performance while saving bandwidth.
Boosting Blazor WebAssembly Performance with AOT Compilation in .NET 10
Explore how Ahead-of-Time (AOT) Compilation can enhance performance in Blazor WebAssembly apps using .NET 10.
Mastering EF Core: Advanced Query Patterns to Boost Performance
Exploring sophisticated query techniques and performance tuning strategies to optimize data access in Entity Framework Core.
Understanding .NET 10’s JIT Compiler Enhancements for Struct Argument Handling
An exploration of how the .NET 10 JIT compiler optimizes struct argument handling to improve performance.
Enhancing .NET MAUI App Performance with NativeAOT in .NET 9
Explore how NativeAOT in .NET 9 can significantly boost the performance of your .NET MAUI applications, with practical steps and insights.
Field-Backed Properties in C# 14: A Practical Guide
Dive into field-backed properties in C# 14 and see how they offer a smoother transition from auto-implemented properties to custom accessors, enhancing your ability to maintain and extend your code.
Creating Reusable Modal Components in Blazor Using RenderFragment
Explore building a reusable modal component in Blazor using RenderFragment, addressing real-world challenges.
Updating Prism Template to .NET 8
Have you notice that now when create a MAUI project using the new Prism Template Pack for MAUI, you are not able to select the .NET version of your project? well, in this post I will show you how to update it. First of all, we shall create a new project using the Prism Template […]
Hosting Blazor Apps in Contabo Servers
This was a meet up for a XAF Developer Group managed by Javier Columbie, where I was talking about how to host Blazor Apps in Contabo Servers using GitHub Actions, this a Spanish content, I hope you enjoy it!!!
Meet up – Automation and CI/CD with GitHub Actions
Hi guys, I want to share with you a meetup where I was sharing my knowledge about how to get along with GitHub Repositories, using GitHub actions to automate your .net apps deployment and secure your branches to forcer users to do pull requests to your code and run pipelines to build and test your […]