Week 51, 2023
Monday, 18 December 2023 - Sunday, 24 December 2023
To all #csharp #dotnet developers! We are converting #IOTA 's official SDK into dotnet! Come check out our work at github.com/IOTA-NET/IotaS… Tutorial 3 - How do we retrieve or generate new addresses? #IOTA #Shimmer @iota @shimmernet
C# Advent: The Joy of Immutable Update Patterns
This C# Operator Can Help You Write Better Code
F# Weekly #51, 2023 – Merry Christmas!
There’s a new way to simplify cloud-native development with .NET 8. .NET Aspire (preview) is an opinionated stack for building resilient, observable, and configurable #CloudNative apps with #dotNET. msft.it/6012ibvbg
🚀Fabrice Reiser(@fabrisodotps1) and me where busy the last few weeks to write a #PowerShell Module to keep the Modules for #M365Administration up to date. What do you think? 👉Feedback welcome bit.ly/3GSOjWJ
How to Structure a Modular Monolith Project in .NET
Integrating OpenAI Image Generation into a .NET Application
What’s New in Our Code Coverage Tooling?
Reusable styles in your app | .NET MAUI Minutes
Generate an up to date ER diagram with the latest daily build of Entity Framework Core Power Tools command line edition github.com/ErikEJ/EFCoreP… #efcore #dotnet #database
The New Data Protection Features of .NET 8 (GDPR)
API testing with .http files in Visual Studio
Build a Full-Stack Web Application with Microsoft SQL Server, .NET Core Web API, and React JS
.NET Performance with Daniel Marbach
Announcing .NET Aspire Preview 2 - .NET Blog
Psst! In the spirit of the season, we have a small gift for you: Preview 2 of .NET Aspire is now available! 🎉 You can read all about it at devblogs.microsoft.com/dotnet/announc… Full changelog in the release notes at github.com/dotnet/aspire/… #dotnet #aspire
Announcing .NET Aspire Preview 2
Announcing the HackTogether: The Great .NET 8 Hack Winners
ReSharper and Rider 2023.3.2 – Bug Fixes Have Landed!
Need to see which IIS worker process (w3wp.exe) is which? #PowerShell gcim win32_process -Filter "name = 'w3wp.exe'"|select processid,creationdate,commandline
The memory layout view is pretty neat! 📃 Size, Alignment, and Memory Layout Insights for C++ Classes, Structs, and Unions devblogs.microsoft.com/visualstudio/s… #cpp #programming #visualstudio
Size, Alignment, and Memory Layout Insights for C++ Classes, Structs, and Unions
Using Meadow and .NET to send log IoT events to Meadow.Cloud
Amend default debugging view for a class ⬇ I learnt something new today, we can change the standard debugging view for a C# class by using the DebuggerDisplay attribute. Thanks to Adem Sahin on LinkedIn for the image -> linkedin.com/in/adem-sahin/ #dotnet