Dew Drop Weekly Newsletter 482 - Week Ending May 8, 2026
#dewdrop #newsletter #javascript #css #azure #blazor #cpp #xaml #windev #csharp #dotnet #ai #mcp #agile #devops #dotnetmaui #appdev #podcasts #m365 #data #sqlserver #powershell #cli
Dew Drop Weekly Newsletter 482 - Week Ending May 8, 2026
#dewdrop #newsletter #javascript #css #azure #blazor #cpp #xaml #windev #csharp #dotnet #ai #mcp #agile #devops #dotnetmaui #appdev #podcasts #m365 #data #sqlserver #powershell #cli
Dew Drop โ May 8, 2026 (#4664)
https://www.alvinashcraft.com/2026/05/08/dew-drop-may-8-2026-4664/
#dotnet #webdev #ai #visualstudio #windowsdev #vscode #appdev #csharp #cloud #dewdrop
From the .NET blog...
In case you missed it earlier...
Copilot Studio gets faster with .NET 10 on WebAssembly
https://devblogs.microsoft.com/dotnet/copilot-studio-dotnet-10-migration/ #dotnet #DeveloperStories #Performance #NET10 #Blazor #WebAssembly
New ๐ Release! The History of .NET Web Development 4th Edition by Iris Classon
Follow the evolution of .NET web development from its early foundations to todayโs modern ecosystem in the 4th edition of this book.
Find it on Leanpub!
Heads up, .NET devs: ASP.NET Core 2.3 officially hits end of support on April 13, 2027.
If youโre still relying on it for .NET Framework compatibility, the clock is ticking. Start planning your migration to a modern .NET version now.
Have you heard of the observer pattern?
Read more here:
https://bgh.st/rgp4jm
From the .NET blog...
Copilot Studio gets faster with .NET 10 on WebAssembly
https://devblogs.microsoft.com/dotnet/copilot-studio-dotnet-10-migration/ #dotnet #DeveloperStories #Performance #NET10 #Blazor #WebAssembly
๐ฐ Copilot Studio gets faster with .NET 10 on WebAssembly
Microsoft Copilot Studio recently upgraded its .NET WebAssembly engine to .NET 10. The migration was straightforward, simplified deployment, and delivered another round of meaningful performance gains for end users.
https://devblogs.microsoft.com/dotnet/copilot-studio-dotnet-10-migration/ #dotnet

๐ก .๐ก๐๐ง ๐ง๐ถ๐ฝ โ ๐พ# 15 ๐๐ฃ๐๐ค๐ฃ ๐๐ฎ๐ฅ๐๐จ C# 15 introduces something developers have been asking for a long time, Union Types. So what is it? A union allows a variable to hold one of a fixed set of types โ not anything, but only what is defined. ๐ Why this matters Until now, when returning different outcomes, we had to rely on: ๐ธobject (not safe โ) ๐ธbase classes / interfaces (adds complexity โ) ๐ธor custom Result<T> patterns Now, this becomes clean and explicit. ๐ What changes with Union Types: ๐ธ Strong type safety ๐ธ Clear intent in APIs ๐ธ Compiler forces handling all cases ๐ธ Less guesswork when reading code ๐ This is especially useful for: ๐ธAPI responses ๐ธError handling ๐ธDomain results Starting with .NET 11 Preview 2, C# 15 introduces the ๐ช๐ฃ๐๐ค๐ฃ keyword. ๐ฌ What are your thoughts on union types in C#? Comment below ๐ ๐ง Subscribe to my free newsletter โ .๐๐๐ ๐๐๐๐ ๐ก๐ฎ ๐๐๐ฅ๐จ ๐๐ฎ ๐๐ค๐ค๐ง๐ฃ๐. Get simple, practical tips on .NET, ASP.NET Core, EF Core, AI and more every week.๐ ๐ https://lnkd.in/gNNSMmCY โป๏ธ If you found this helpful, consider reposting to help others in the community. ๐ Follow me, Poorna Soysa, and hit the ๐ on my profile so you donโt miss upcoming .NET tips and deep dives. | 31 comments on LinkedIn