AI forms, APIs, and C# patterns
A varied .NET roundup covering MAUI data forms, ASP.NET Core APIs, C# language and design-pattern refreshers, AI tooling, testing, and SQL Server.
Jasen's top three picks
- 1 Create AI-Powered Smart .NET MAUI Data Forms for Effortless Data Collection
syncfusion.com
AI-powered MAUI forms are a nice look at where app UX is headed when data entry gets smarter.
- 2 Decorator Design Pattern ( Singleton Design Pattern)
csharp.com
A decorator-pattern refresher is always useful, especially when it contrasts with singleton misuse.
- 3 Understanding the Override Keyword in C#
medium.com
override is one of those keywords people use daily, so a clean explanation helps newer C# devs avoid subtle bugs.
Editor's note
I kept this issue intentionally mixed: a little MAUI, a little backend, and a lot of practical C#. The MAUI data-forms piece and the ASP.NET Core API article stand out because they’re immediately useful for shipping work, while the parameter sniffing and Span
Today's articles
Create AI-Powered Smart .NET MAUI Data Forms for Effortless Data Collection
syncfusion.com
https://www.syncfusion.com/blogs/post/ai-powered-smart-net-maui-data-forms
Read articleDecorator Design Pattern ( Singleton Design Pattern)
csharp.com
https://www.csharp.com/article/decorator-design-pattern-singleton-design-pattern/
Read articleUnderstanding the Override Keyword in C#
medium.com
https://medium.com/@berkanserbes/understanding-the-override-keyword-in-c-6a2dd8e60fc6
Read articleHow does generative AI impact Developer Experience?
devblogs.microsoft.com
https://devblogs.microsoft.com/premier-developer/how-does-generative-ai-impact-developer-experience/
Read articleUnderstanding Span<T> & Memory<T> for Low-Level Memory Efficiency
csharp.com
https://www.csharp.com/article/understanding-spant-memoryt-for-low-level-memory-efficiency/
Read articleComparison of C# with Ruby, Rust, GoLang & Python
adityajindal.org
https://adityajindal.org/comparison-of-c-with-ruby-rust-golang-python-ab3d64915ad9
Read article25 Essential C# Best Practices for Writing Clean and Maintainable Code
medium.com
https://medium.com/@ashokreddy343/25-essential-c-best-practices-for-writing-clean-and-maintainable-code-d5c57f4c0f95
Read articleLINQ in C# Explained: How to Query and Manipulate Data Efficiently
ahmad-sabbagh.medium.com
https://ahmad-sabbagh.medium.com/linq-in-c-the-ultimate-guide-to-querying-data-easily-4acc3c7f202a
Read articleUnderstanding JWT: A Simple Guide
medium.com
https://medium.com/@harshalbhamare02/understanding-jwt-a-simple-guide-95d8b230f824
Read articleDo Backend Developers Only Build APIs? Think Again!
medium.com
https://medium.com/c-sharp-programming/do-backend-developers-only-build-apis-think-again-45e5af8381dc
Read article9 Copilot Feature Highlights You Can't Ignore
youtube.com
https://www.youtube.com/watch?v=p_XU79kegb0
Read articleCore Concepts of .NET Aspire
csharp.com
https://www.csharp.com/article/core-concepts-of-net-aspire/
Read articleAdvanced APIs with ASP.NET Core: Middleware, EF Core, and Versioning
csharp.com
https://www.csharp.com/article/advanced-apis-with-asp-net-co-middleware-ef-core-and-versioning/
Read articleSOLID Design Principles in C#
medium.com
https://medium.com/@deewakar.kmr/solid-design-principles-in-c-70bfaa643215
Read articleLLM Apps with .NET: Automate Evaluation with AzureDevOps
medium.com
https://medium.com/@cedric.mendelin/llm-apps-with-net-automate-evaluation-with-azuredevops-550776b28388
Read articleMastering Behavior-Driven Development (BDD) in .NET: A Practical Guide
medium.com
https://medium.com/@kohzadi90/mastering-behavior-driven-development-bdd-in-net-a-practical-guide-c03cb06605fa
Read articleWhy I Didn’t Need FastAPI — Rethinking .NET and Elasticsearch for Aggregations
medium.com
https://medium.com/@imissyoubrad/why-i-didnt-need-fastapi-rethinking-net-and-elasticsearch-for-aggregations-089b8873a296
Read articleUnderstanding Parameter Sniffing in SQL Server
csharp.com
https://www.csharp.com/article/understanding-parameter-sniffing-in-sql-server/
Read articleF# Weekly #12 2025 - .NET 10 Preview 2 & MSTest 3.8
sergeytihon.com
https://sergeytihon.com/2025/03/22/f-weekly-12-2025-net-10-preview-2-mstest-3-8/
Read articleMastering the Factory Pattern in C#: Simplify Object Creation with Elegance
otienoelvis.medium.com
https://otienoelvis.medium.com/mastering-the-factory-pattern-in-c-simplify-object-creation-with-elegance-1b1f4bdac12b
Read article