MAUI

State Management in .NET MAUI Using Flux Architecture

Friday, June 13, 2025

Flux architecture in .NET MAUI enforces unidirectional data flow (Actions → Store → View) for predictable state management

Read more ...
MAUI

C# Source Generators in .NET MAUI

Wednesday, June 11, 2025

Eliminate MVVM boilerplate in .NET MAUI! MauiGenerators auto-implements INotifyPropertyChanged at compile-time, 12x faster than reflection

Read more ...
MAUI

Custom Gestures in .NET MAUI for Enhanced User Interactions

Monday, June 2, 2025

Enhance your app's interactivity with custom gestures in .NET MAUI! While built-in gestures (tap, swipe, pinch) cover basics, advanced apps need multi-touch, drag-and-drop, or gesture combos.

Read more ...
Csharp

Mastering Delegates and Events

Thursday, May 29, 2025

Delegates in C# are type-safe method references, enabling flexible callbacks and event-driven programming. Events build on delegates to provide a structured way for objects.

Read more ...
Csharp

Mastering Reflection and Dynamic Programming

Tuesday, May 27, 2025

Explore deep dives into dynamic programming, performance optimization, and real-world applications like plugin architectures and proxies. Learn caching strategies, IL generation, and secure reflection

Read more ...
Csharp

Mastering Advanced LINQ Techniques

Wednesday, May 21, 2025

Learn custom aggregators, complex projections, and performance optimizations to write cleaner, more efficient code. Level up your data querying skills!

Read more ...
Csharp

Mastering Usage of HashSet<T>

Monday, May 19, 2025

C# HashSet<T> stores unique elements with fast O(1) lookups. It automatically removes duplicates and supports set operations like union and intersection

Read more ...
Csharp

Dynamic Rules Engine

Sunday, May 11, 2025

A lightweight, JSON-configurable rule engine for .NET that replaces complex if/else logic with dynamic business rules

Read more ...
MAUI

Plugin System in .NET MAUI Using MEF

Tuesday, May 6, 2025

Plugin-based architecture allows you to add features dynamically without modifying the core application

Read more ...
MAUI

Building Scalable and Maintainable .NET MAUI Applications Using Clean Architecture

Sunday, May 4, 2025

Learn how to structure .NET MAUI apps using Clean Architecture for better separation of concerns, testability, and maintainability.

Read more ...

Hacker JPD Blog

Starting ...

An unhandled error has occurred. Reload 🗙