Avalonia UI lets you build high-fidelity cross-platform desktop, web and mobile apps with .NET and C#. In this #dotNETConf OSS Spotlight replay, we learn why industry leaders picked Avalonia UI and how you can get started using it today. 🎥 msft.it/6014eYAdj
Week 1, 2023
Monday, 2 January 2023 - Sunday, 8 January 2023
Time for another blog post! This time we are tackling .NET debuggers and make them display garbage data with the help of proxy objects and debugger display attributes. Full post: washi.dev/blog/posts/deb… #dotnet #reversing #asmresolver #cil #dnspy #decompiler #debugger #poc
PowerShell IntelliSense completion
F# Weekly #1, 2023 – Fast F#, Oly and Pulumi Codegen
Test Authorization in ASP .NET Core Web APIs With the user-jwts Tool by @andychiare auth0.com/blog/test-auth… #aspnetcore
Protect and call an ASP.NET Core minimal Web API with Azure AD
How To Learn Blazor In 2023
Atypical ASP .NET Core Design Patterns With Carl-Hugo Marcotte
Mocking dependencies in ASP.NET Core tests
SQLitePCLRaw and open source sustainability
Alice and Bob Learn App Security with Tanya Janca - .NET Rocks!
OpenTelemetry in .NET - Basic Usage With Examples
The Road to Out-of-Process ReSharper: Asynchronous Typing
When Readonly Doesn't Mean Readonly in C#
I'm super proud to announce my 40th (!) @pluralsight course: What's New in .NET 7. In about 2 hours, I will bring you up-to-date on this latest release of .NET, covering C# 11, Maui, ASP .NET Core and Blazor! pluralsight.com/courses/dot-ne… #AspNetCore #blazor #dotnet
I just published Terminal.Gui v1.9. Includes dozens of improvements that make building amazeballs cross-platform #TUI apps with #dotnet as easy as cake. Thanks to all the contributors to this release! github.com/gui-cs/Termina… @migueldeicaza @BDisp #guics
.NET MAUI Community Toolkit Monthly Standup, January 2023
#PowerShell Cheat Sheet
ConcurrentBag in C#
.NET Annotated Monthly | January 2023
Look at this! @VisualStudio shows you now @github actions in the solution explorer? How cool is that? :) #visualstudio #csharp #dotnet
Tired of leaving #VisualStudio to write Markdown? Not anymore! Try the new Markdown editor in Visual Studio 17.5 Preview 2: msft.it/6013e9Q3L
Sticky Scroll comes to Visual Studio (preview)
C# Tip 💡 What's the simplest way to add a guard clause for null values? The first example is something you will typically see in .NET applications. However, there's a simpler way to achieve the same behavior using ArugmentNullException.ThrowIfNull. #dotnet