Home Archive Issue #373
Issue #373

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

Conditional 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

What 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 article

Related issues

📬 Get daily .NET content delivered to your inbox