Building Smart API Endpoints with CSharp Source Generators
Reduce boilerplate, auto-generate routing, and enhance performance at compile-time — all while keeping your codebase clean and maintainable.
Read more ...
Advanced Navigation and Deep Linking in NET MAUI
Master advanced navigation and deep linking in .NET MAUI to build seamless, user-friendly apps with smooth page transitions and URL-driven content access
Read more ...
Advanced Automation and Scripting in Visual Studio and MSBuild
Learn how to supercharge your .NET build and development workflow with custom MSBuild tasks, inline scripting via TaskFactory
Read more ...
State Management in .NET MAUI Using Flux Architecture
Flux architecture in .NET MAUI enforces unidirectional data flow (Actions → Store → View) for predictable state management
Read more ...
C# Source Generators in .NET MAUI
Eliminate MVVM boilerplate in .NET MAUI! MauiGenerators auto-implements INotifyPropertyChanged at compile-time, 12x faster than reflection
Read more ...
Custom Gestures in .NET MAUI for Enhanced User Interactions
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 ...
Mastering Delegates and Events
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 ...
Mastering Reflection and Dynamic Programming
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 ...
Mastering Advanced LINQ Techniques
Learn custom aggregators, complex projections, and performance optimizations to write cleaner, more efficient code. Level up your data querying skills!
Read more ...
Mastering Usage of HashSet<T>
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 ...
Dynamic Rules Engine
A lightweight, JSON-configurable rule engine for .NET that replaces complex if/else logic with dynamic business rules
Read more ...
Plugin System in .NET MAUI Using MEF
Plugin-based architecture allows you to add features dynamically without modifying the core application
Read more ...
Building Scalable and Maintainable .NET MAUI Applications Using Clean Architecture
Learn how to structure .NET MAUI apps using Clean Architecture for better separation of concerns, testability, and maintainability.
Read more ...
Push-to-Talk Walkie-Talkie App
This app allows users to instantly communicate by pressing and holding a button — just like a traditional walkie-talkie.
Read more ...
Audio Processing with MAUI
This guide covers pitch shifting, low/high-pass filters, reverb, delay, and more using NWaves.
Read more ...
MAUI - Advanced Dynamic Custom Controls
Advanced dynamic custom controls are data-driven, interactive components that adapt at runtime. They combine powerful binding capabilities with customizable behavior, making them ideal for complex UI
Read more ...
MAUI - Advanced Static Custom Control
Advanced static custom controls are predefined, non-dynamic UI components optimized for performance and consistency
Read more ...
MAUI - Basic Custom Control
Let's build a basic custom control with Content View
Read more ...