Android Widgets, C# 14, and .NET 10 in AWS Lambda
A mixed issue covering MAUI Android widgets, C# basics and events, .NET 10 runtime news, Blazor, cancellation tokens, migrations, and APIs.
Jasen's top three picks
- 1 How to Build Android Widgets with .NET MAUI
devblogs.microsoft.com
A practical MAUI walkthrough for Android widgets, including RemoteViews and shared data, with real app integration details.
- 2 Conditional Statements in C#
c-sharpcorner.com
A straightforward C# refresher on conditionals that’s useful for beginners and for teams standardizing fundamentals.
- 3 .NET AI Community Standup Topic: Let's talk about the new .NET AI Stack
youtube.com
A community standup on the new .NET AI stack, signaling where Microsoft’s AI tooling conversations are heading.
Editor's note
I pulled together a pretty varied mix this time: mobile, language updates, runtime news, and practical how-tos. The MAUI Android widgets piece is a nice hands-on example, and the C# 14 extension members post is a good look at where the language is headed. I also included the AWS Lambda runtime update because it has immediate deployment impact for teams shipping on .NET 10.
Today's articles
How to Build Android Widgets with .NET MAUI
devblogs.microsoft.com
Build interactive Android widgets with .NET MAUI using RemoteViews, intents, and shared data. The post How to Build Android Widgets with .NET MAUI appeared first on .NET Blog.
Read articleConditional Statements in C#
c-sharpcorner.com
Master C# conditional statements! Learn to use if, if-else, switch, and the ternary operator for decision-making in your code. Includes practical examples and tips.
Read article.NET AI Community Standup Topic: Let's talk about the new .NET AI Stack
youtube.com
Top 10 Things Every .NET Developer Needs to Do in 2026
Read article.NET 10 runtime now available in AWS Lambda
news.google.com
.NET 10 runtime now available in AWS Lambda
Read articleOptimizing .NET App Performance: How Developers in India and Globally Can Build Faster Applications
c-sharpcorner.com
Boost .NET app performance! Learn AOT compilation, diagnostics, async programming, and memory management. Essential for developers in India and globally.
Read articleJavaScript to Blazor: Why C# Frontend Development Is the Future for Developers in India and Worldwide
c-sharpcorner.com
Discover Blazor, the C# framework revolutionizing web development! Learn how it simplifies full-stack development, benefits .NET developers, and impacts the Indian tech scene.
Read articleHow to Stop Wasting Resources: The Beginner’s Guide to .NET CancellationTokens
c-sharpcorner.com
Master graceful task cancellation in .NET using CancellationToken! Learn how to stop long-running operations, manage resources, and improve user experience. Essential for robust .NET Core apps.
Read articleUnderstanding Migrations in Visual Studio: A Practical Guide for .NET Developers
c-sharpcorner.com
Master database schema changes in .NET with Visual Studio Migrations. This guide covers setup, usage, best practices, and practical examples for seamless updates. Keep your database in sync!
Read article.NET 10 and C# 14 — Extension members
henriquesd.medium.com
Now, in C# 14, we have Extension Members, which allow us to add static members, such as methods and properties, to a type via an extension. For example, this is an extension method that checks if a st...
Read article.NET and .NET Framework January 2026 servicing releases updates
devblogs.microsoft.com
A recap of the latest servicing updates for .NET and .NET Framework for January 2026. The post .NET and .NET Framework January 2026 servicing releases updates appeared first on .NET Blog.
Read articleWhat is C# Used For in 2026?
c-sharpcorner.com
Explore C#'s diverse uses in 2026: web, cloud, enterprise, games, mobile, and more. Discover why C# remains a top choice for developers seeking scalability and security.
Read articleUnderstanding C# Events Using a Simple ICU Example
c-sharpcorner.com
Learn C# events with a simple ICU room example! Understand event declaration, subscription, and raising. Improve code maintainability and flexibility. Perfect for beginners!
Read articleNew in .NET 10 and C# 14: Enhancements in APIs Request/Response Pipeline
blog.elmah.io
.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...
Read article