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 ...
MAUI UI Challenge 1
Let's start with a new UI Series to enhance all your existing and new projects on MAUI
Read more ...
Offline AI with LlamaSharp
Artificial Intelligence (AI) capabilities have become essential in modern applications
Read more ...
MAUI 8 Supports Apple Xcode 16
Following its annual release cadence, Apple formally announced its updated hardware and software during the Apple Event in early September.
Read more ...
Open AI for .NET
Miсrosoft аnԁ OрenAI hаve offiсiаlly releаseԁ their formаl. NET librаry
Read more ...
Scheduling Task with CRONOS
Cronos is a task scheduling library for .NET that allows scheduling and executing tasks at specific times or intervals using the CRON pattern.
Read more ...
URL Shortener with ASP Core
When working with URLs in our applications, there are times when they may become too long, clunky, unreadable, and difficult to use. In such situations, we can employ a URL shortener to make them shorter, more readable, and easier to share. Essentially, a URL shortener takes our long URLs and provides a shorter URL that, when clicked, redirects our users to the original long URL. In this article, let’s discuss the steps required to build a custom URL shortener for our applications with .NET.
Read more ...