Week 49, 2021
Monday, 6 December 2021 - Sunday, 12 December 2021
How to Upgrade a Codebase from .NET Framework to .NET 6
Can you spot the vulnerability? #codeadvent2021 #csharp Building your own permission system is not easy but in C# nothing can go wrong. Can you check it for us?
Fixing sync over async issues in .NET
F# Weekly #50, 2021 β Rider 2021.3, F# 6 Tasks and data pipelines
Do you know that in C# #dotnet you can define a custom implicit or explicit conversion from or to a different type? Implicit and Explicit operators are not that common but extremely useful to fight code smells like Primitive Obsession.
Digging into the .NET Dictionary implementation...
This .NET timeline is looking pretty cool reddit.com/r/dotnet/comme⦠#dotnet
PowerShellGet 3.0 Preview 12 Release
Announcing PowerShell Crescendo Release Candidate (RC)
.NET Rocks! 1769 OpenSilver Ships with Giovanni Albani
The source code for the .NET Podcast app shown at the #dotNETConf keynote is now available! Browse the repo for #aspnetcore, #blazor, #dotnetmaui, and more .NET 6 goodies! msft.it/6012k22Cg
Why aspect-oriented programming in C# is pointless
Top Free Extensions for Visual Studio 2022
Whatβs New in C# 10: Simplify Nested Property Pattern Code
Itβs neat that @JetBrainsRider will now show subscribers to a delegate when debugging your application.
Meet Rider 2021.3! β‘οΈ Support for the .NET 6 SDK, including Hot Reload βοΈ Redesigned main toolbar π New UI for the Debug tab π New Problems View tool window π More C# 10 features Learn more: jetbrains.com/rider/whatsnewβ¦ #dotnet #csharp
Introducing ReSharper 2021.3! - Support for Visual Studio 2022 - #csharp 10: file-scoped namespaces, global usings, and more - Parallel execution for scope quick-fixes - New gutter marks and updates for Find Usages - More C++20 features Learn more: jetbrains.com/resharper/what⦠#dotnet
Introducing .NET Developer Niels Swimberghe
I have just added Full .NET Struct Layout support (and fixed some bugs with class layouts) to my decompiler and disassembly tools π€© Link: github.com/badamczewski/Pβ¦ #dotnet
C# Mastercourse Launch (with 3 HUGE bonus courses)!
How Can We Improve Extensibility in Visual Studio?
[Last Week in .NET #71] - We're all fine here now, thank you. How are you?
Can you spot the vulnerability? #codeadvent2021 #csharp SSRF vulnerabilities are so 2020!
Fastest way to enumerate a List<T> #dotnet meziantou.net/fastest-way-toβ¦
.NET Conf Local 2021
C# in 100 seconds. This video has over 140k views in less than 24 hours π² @dotnet #csharp: youtu.be/ravLFzIguCM
C# in 100 Seconds
HTMX With ASP.NET Core
Let's look into #Powershell using PowerShell 101 Interactive Notebooks! Check this out: how to start learning PowerShell and how to practice coding inside these interactive notebooks in @code. github.com/dfinke/powershβ¦
We are planning to release tomorrow (12/7) the next major release of #Azure #PowerShell modules. In this release, the Azure AD related cmdlets in Az.Resources, are now using #MicrosoftGraph ! Stay tuned for more details coming this week.
Whatβs new for gRPC in .NET 6
Checking out NDepend, a static code analysis tool for .NET
ASP.NET Core 6 and IAsyncEnumerable - Receiving Async Streamed JSON in Blazor WebAssembly
Is writing IL in .NET Interactive exactly what you wanted your whole life? Good news! Now you can (very much experimental though, highlighting, data sharing, diagnostics are still TBD). Based on amazing work by @konradkokosa (Mobius.ILASM): github.com/vzarytovskii/i⦠#dotnet