Week 38, 2024
Monday, 16 September 2024 - Sunday, 22 September 2024
Google Zanzibar: Implementing the Check API and Expand API Using .NET (2023)
EF Core vs. Dapper
Best Practices for Building .NET Core Web APIs
F# Weekly #38, 2024 – Having lunch with 🦔🦔🦔🦔🦔🦔
Mastering PowerShell strings just got easier! Check out this simple table to level up your game—methods that transform text with a few keystrokes. 🖱️ Why overthink it when you can streamline your code? #PowerShell #Automation
An example for custom formatting using IFormattable. gist.github.com/karenpayneoreg… #dotnet #csharp
Cache Invalidation With Output Caching in ASP.NET Core
Why operators are difficult to format in F#
AWS instead of Azure. Why?
what about your build times with #dotnetmaui ?
Machine Learning with ML.NET by Albert Sitebro | Peterborough .NET
Dependency Injection Basics in .NET MAUI
Why operators are difficult to format in F#
Testing in .NET is About to Change
100K Subscribers Special: My Journey, Career Advice, Future of .NET
GitHub - SamErde/PowerShell: PowerShell for Active Directory, Defender XDR, Entra ID, Exchange Server, Microsoft 365, Windows, and more! ✌️
ReSharper C++ 2024.3 Starts its Early Access Program!
ReSharper 2024.3 Starts its Early Access Program!
On .NET Live: Supercharge .NET with IAsyncEnumerables: Efficient Data Streams
Join the .NET Smart Components ecosystem
Zero Day Initiative — Exploiting Exchange PowerShell After ProxyNotShell: Part 3 – DLL Loading Chain for RCE
.NET Async guidance from David Fowler ⬇ Lots of great guidance on how to use Async properly using bad and good examples. Bookmark it. github.com/davidfowl/AspN… #dotnet
After breaking changes made by @MSFTExchange back in march techcommunity.microsoft.com/t5/exchange-te… 💣, DFIR-O365RC could not collect UAL anymore. This has been fixed by @CERT_FR team🩹. A new version of the #DFIR #PowerShell module is available, check it out on github.com/ANSSI-FR/DFIR-… 🔥🔥
Using Grafana and Prometheus to Monitor ASP .NET Core Applications (English) by @scottgal mostlylucid.net/blog/usingprom… #aspnetcore
Let's Talk Parallel Programming with Stephen Toub and Scott Hanselman youtube.com/watch?v=18w4QO… #dotnet
How good is VScode for large projects in C# today ?
Improving GitHub Copilot Completions in Visual Studio for C# Developers
Multi-Project Launch Configuration
Glyphion: an experimental .NET 2D/3D game engine for the terminal
Most of the candidates I interviewed failed to explain this concept. Let's make sure you're not one of them! #Dotnet
Disabling Recording of an Activity (span) in .NET OpenTelemetry Instrumentation
Deploying a Xamarin.Forms or MAUI App to an IOS Device Without a Developer Account
Aspire 9 is looking 🔥. The below sample is showing: - The new support for Redis Insight (redis.io/insight/)! A much better tool than redis commander - Ability for the project to wait for redis to be healthy before starting! #dotnet #aspire
A Modern Way to Create Value Objects to Solve Primitive Obsession in .NET
Akka.NET Actors' Hidden Super Power: Behavior Switching
Building a GraphQL Client in .NET with JetBrains Rider and StrawberryShake
.NET 6 will reach End of Support on Nov 12, 2024 Reminder : It's time to upgrade your .NET 6 apps if you haven't already done so. #dotnet
Binary Search Algorithm in C#
Stop Using FirstOrDefault in .NET! | Code Cop #021
How to run .NET apps natively on Arm64 devices
Visual Studio 2022 has received a new update with added features for Unreal Engine. You can now directly add new modules or plugins in VS2022, which is a fantastic update! #visualstudio #unrealengine5 #UE5
Logistic Regression with Batch SGD Training and Weight Decay Using C#
Understanding the behavior of the XAML Designer with abstract base classes
File Explorer in Visual Studio - Potential New Feature
❓ How do we test minimal API? Here's an initial approach to it! #Dotnet