Week 3, 2024
Monday, 15 January 2024 - Sunday, 21 January 2024
TextAnalysisTool.NET
Did you know you could write entire #csharp programs just by using the "await" keyword? OK, well not really, but I spent some weekends developing AwaitFuscator: A (dumb) #obfuscator that turns your #dotnet program into nothing but "await" expressions! 👉blog.washi.dev/posts/awaitfus…
Quick intro to Functional Testing in ASP.NET Core
LINQ Mind Map ⬇ What a great infographic. Perfect for beginners trying to get a handle on all of the amazing possibilities that LINQ offers in .NET. Bookmark it for future reference. Thanks to Steven Giesel on LinkedIn for the image -> linkedin.com/in/steven-gies… #dotnet
I'm not sure if the #fsharp and #dotnet community understands how BIG this is. github.com/DiffSharp/Diff…
Did you try the new IExceptionHandler in ASP.NET Core 8?
Newtownsoft v System.Text.Json benchmark ⬇ Thanks to Nabi Karampoor on LinkedIn for the image -> linkedin.com/in/thisisnabi/ #dotnet
F# Weekly #3, 2024 – 10 years of FSharpLint
🧙‍♂️ Introducing the PowerShell Menu Wizard! I created a custom Chat GPT that helps you create interactive PowerShell menus with ease. It generates the code too! Perfect for #PowerShell #Automation. Try it now and see the magic in action: chat.openai.com/g/g-fgk7Wv5Wo-… #AI
Tales from the .NET Migration Trenches - Session State
Welcome to the ReSharper 2024.1 Early Access Program
Starting #dotnetmaui development in 2024? Some things have changed, improved, and tons of resources to get you going. I break down everything you need to know if you are starting your journey today for multiplatform development: youtube.com/watch?v=02pjHA… #dotnet #visualstudio
Latest updates for Remote Linux Development in Visual Studio: Remote File Explorer, Integrated Terminal, and more…
MauiReactor 2 for .NET MAUI 8 is out! 🥳 The new showcase app, full of immersive animations, features all the new goodies of the latest release. Enjoy! Design: uistore.design/items/trackize… Code: github.com/adospace/mauir… GH: github.com/adospace/react… #dotnetmaui
Create cloud-native apps and services with .NET and ASP.NET Core - Training
C# Is Programming Language of the Year!
This Library Makes Validation a Joke in .NET
.NET Aspire with David Fowler
Principal Component Analysis (PCA) from Scratch Using the Classical Technique with C#
17.9 Preview 3 brings exciting changes to Code Search
Webinar – Isaac Levin: Updating Old .NET Framework Apps
Malware Analysis - Decoding Powershell Scripts and .NET Malware (Xworm)
Mocking GraphQL queries with WireMock.NET
Introducing NuGetSolver: A Powerful Tool for Resolving NuGet Dependency Conflicts in Visual Studio
Interceptors – Using C# 12 in Rider and ReSharper
Get your C# certification in 2024. Join the #Csharp #CloudSkillsChallenge to complete curated #MicrosoftLearn content, get hands-on experience, and develop new skills. Kick-start your C# learning and get you closer to completing the C# certification. msft.it/6015ilmS7
Simpler auth for Blazor Web Apps with Auth0?
How to use IAsyncEnumerable with Blazor Stream Rendering
Authenticating a .NET GitHub App using a JSON Web Token (JWT)
CSS Isolation in Blazor Applications in 10 Minutes or Less
Building the Smallest C# Game That Doesn’t Need .NET
The New Way to Run Background Jobs in .NET 8
#PowerShell to get vendor for MAC address from ARP table. The sleep is because of rate limiting (free plan, can't complain). Uses regex to match the IP & MAC addresses via matching groups which are then available in $Matches hashtable. Easier with iPv6 & Get-NetNeighbor
WOW!!! FINALLY! There is now a Copy Code button for copying code snippets in #MicrosoftTeams. When did this appear? I just noticed it this morning for the first time. #PowerShell