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 ...