Latest Posts
-
.NET MAUI in .NET 10: Every New Feature Explained (CollectionView, Aspire, MediaPicker)
.NET 10 is the most significant release for MAUI developers since the framework launched. CollectionView is now the default list control, .NET Aspire integration is here, and MediaPicker gets a major overhaul. Here’s everything that changed and what it means for your app.
·
-
Xamarin.Forms to .NET MAUI Migration: Step-by-Step Guide (2026)
Xamarin.Forms reached end of life in May 2024. If your app still runs on it, you’re accumulating technical debt with every day you delay the migration. This step-by-step guide walks you through the full upgrade to .NET MAUI — without losing your mind or your codebase.
·
-
Azure OpenAI SDK for .NET: Build Your First AI Feature in C#
The Azure OpenAI SDK for .NET gives you access to GPT-4o, DALL-E, and Whisper through your own Azure subscription — with enterprise security, private networking, and content filtering built in. Here’s how to go from zero to a working AI feature in your C# app.
·
-
EF Core 10 New Features: Named Query Filters, LINQ Enhancements, and More
EF Core 10 ships with named query filters that finally solve the multi-filter problem, meaningful LINQ translation improvements, and refinements to complex types and JSON columns introduced in EF Core 8. Here’s every feature you need to know with working code.
·
-
Migrating from ListView to CollectionView in .NET MAUI: Complete Guide
ListView is deprecated in .NET 10 and CollectionView is the replacement. This guide covers every ListView pattern you might be using — pull-to-refresh, context actions, grouping, custom cells, selection handling — with exact CollectionView equivalents so you can migrate without guessing.
·
-
ASP.NET Core Minimal APIs vs Controllers: Which Should You Use in 2026?
Minimal APIs shipped in .NET 6 and have matured significantly through .NET 8, 9, and 10. In 2026 the question isn’t whether they’re production-ready — they are. The question is which approach fits your specific project. Here’s the honest comparison.
·
-
.NET MAUI Navigation: Shell vs NavigationPage — Which to Use and When
Shell and NavigationPage both get you from screen A to screen B, but they are built for fundamentally different app architectures. Choosing the wrong one early means painful refactoring later. Here’s the full comparison with real-world guidance on which to use.
·
-
What’s New in .NET 10 for MAUI Developers: CollectionView Default, ListView Deprecated
.NET 10 makes two decisions that affect every MAUI app with a list screen: CollectionView is now the official default control, and ListView is formally deprecated. Here’s the full picture — what changed, why it matters, and how to migrate your existing ListViews today.
·
-
Best YouTube Videos for .NET Interview Preparation (2026 Edition)
C# Interview Questions and Answers — Questpond Channel: Questpond | Views: 1M+ | Published: 2021 Why we recommend it: This is one of the most comprehensive C# interview prep videos available on YouTube, covering 30 essential questions across core topics every .NET developer is expected to know. Questpond walks through fundamentals like the difference between…
·
