Week 3, 2022
Monday, 17 January 2022 - Sunday, 23 January 2022
Compilers are Fun (C# .NET 6). #dotnet
You'll often see code like this when people write logic that tries to proxy files on a backend server to a client. This code works fine but copies the entire contents of the blob into memory before transferring it to the client. This is problematic for large blobs. #aspnetcore
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2β¦
An Introduction to Functional Programming with F# - Playlist #fsharp youtube.com/playlist?list=β¦
F# Weekly #4, 2022 β F# to Rust & F# Compiler Community Session
Most .NET systems make frequent use of DateTime, but very few use DateTimeOffset. Learn what this type is and why you probably should be using it more often. bit.ly/3rsr4L8 #dotnet
Achievement unlocked: #PowerShell RDP client π Yes, you read that right: launch *and control* multiple RDP connections from #PowerShell scripts! I needed a way to automate MsRdpEx (github.com/Devolutions/Msβ¦) for stress testing, so here it is:
Episode 105: Not One But Two .NET MAUI Previews!
Our new managed continuous service delivery, @googlecloud Deploy, just became generally available. I'm supposed to be working on something else, but I want to check it out. Let's procrastinate on real-work together, shall we? Quick 𧡠as I deploy a #dotnet app to GKE.
How to Create and Publish a NuGet Package with .NET CLI
Online Talk (XamExpertDay): Improving the UX of our Xamarin Forms Apps - XamGirl
New Task.WaitAsync method in .NET 6
New blog post π Why it is important to block access to Azure AD PowerShell srdn.io/2022/01/why-itβ¦ Special thanks to @janbakker_ for your insights, @ooms_rudy's blog on "The Conditional Access Experiment" and @joslieben for sharing about the hidden API. #AzureAD #PowerShell
Quantum-Inspired Annealing Using C# or Python
Aren't compilers fun? (C# .NET 6 in this case) #dotnet
When PowerShellGet v1 fails to install the NuGet Provider
Facebook SDK v12.2 for Xamarin.iOS Now Available
Did someone say faster code search performance? #VisualStudio 2022 Preview 3 now supports indexed Find in Files searching! See how much faster Find in Files searching is for you in Preview 3 today!!
So, finally happening I have no idea what I'm doing, but after a year of arguing with myself I'm going to start releasing videos. Here is the first in the series of Lets Chat: PowerShell Getting Started youtu.be/mn0XTfJkXeQ No more than 5 minutes every Thursday. #PowerShell
Hello #PowerShell folks. #GraphExplorer and #MicrosoftGraph docs now have code snippets support for PowerShell. Anyone else super excited about this?? Go try it and let's you know! Super thanks to @Rabeb_Othmani and @PeterOmbwa !
WUG: .NET 6 extravaganza: .NET 6, BCL, β¦ (online)
WUG: .NET 6 extravaganza: .NET 6, BCL, β¦ (online)
How C# 10 βfixedβ string interpolation
Introduction to .NET Core (.NET 5+)
Introduction to .NET Framework
Series β Getting Started with .NET Platform, .NET Framework & .NET Core (.NET 5+)
Some magic with Range type and extension GetEnumerator for foreach loops π #dotnet #csharp #devcommunity
can't stop won't stop - #dotnetmaui Preview 12 is now available. Get it today in VS 17.1 Preview 3. @dotnet devblogs.microsoft.com/dotnet/announcβ¦
Announcing .NET MAUI Preview 12
ILogger, ILoggerFactory, and ILoggerProvider in .NET
Optimizing CPU-Bound and Memory-Bound .NET Applications: 11 Best Practices
How to send recurring emails in C# .NET using SendGrid and Quartz.NET
Ever wanted to see a full production-ready C# app being built? Now you can, thanks to my partnership with @MongoDB Follow along as we build an app with .NET 6, Blazor Server, Azure Active Directory B2C, MongoDB Atlas, and more for free. youtu.be/eEyAKk4NeSg #dotnet #csharp
Building a Suggestion Site App Course (free thanks to MongoDB!)
Dependency Injection in .NET 6 - Adding and Injecting Dependencies
[Last Week in .NET #77] - Letters from Microsoft Culture Jail
Sneak peek of a new feature for my disassembly tools: C# Decompilation; This goes from C# -> IL -> C# which means that you will see code after optimizations and transformations. Link: github.com/badamczewski/P⦠#dotnet
I'll just put this here #dotnet
Get C# Metadata From a Call Site
Outbox meets change data capture (feat. .NET, PostgreSQL, Kafka and Debezium)
Required Query String Parameters in ASP.NET Core
How to Convert String from Title Case to camelCase in C#
My .NET backend developer roadmap for 2022
Awesome .NET libraries - Part 2 πͺπ½ Manually map objects in your codebase? Already using AutoMapper or ExpressMapper? You may consider using this simple & fast mapping library to enhance your development and happiness. Don't forget to unit test these mappings! #dotnet