Week 2, 2022
Monday, 10 January 2022 - Sunday, 16 January 2022
New blog post! Build and test an Azure tagging strategy with Bicep In this post, I show how you can manage your @Azure tags with a @BicepLang module and how you can test if the correct tags were applied with #PowerShell #Pester tests. 4bes.nl/2022/01/16/buiβ¦
So happy to receive a paperback copy of my book. #signalr #dotnet #dotnet6 #aspnetcore
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2β¦
F# Weekly #3, 2022 - Faster Fable 3.7, WsdlProvider, Ξ»-calculus compiler in F#
another set of #dotnetmaui docs have been published, including a new section about Layouts docs.microsoft.com/en-us/dotnet/mβ¦ and App startup docs.microsoft.com/en-us/dotnet/mβ¦
F# Weekly #3, 2022 β Faster Fable 3.7, WsdlProvider, Ξ»-calculus compiler in F#
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2β¦
Apparently, some analyzers report method group in C# / .NET is more optimized than a lambda, so I made a small test to show you that in most common cases (like 99.9%), this is not true: #dotnet
State of the Windows Forms Designer for .NET Applications
High-performance logging in .NET, the proper way
Iranian nation-state hackers exploiting the #Log4j vulnerability to deploy a new #PowerShell-based frameworkβdubbed "CharmPower"βdesigned to establish persistence, gather information, and execute commands. Read details β thehackernews.com/2022/01/iraniaβ¦ #infosec #cybersecurity
Iranian Hackers Exploit Log4j Vulnerability to Deploy PowerShell Backdoor
.NET for Startups with Oleg Fridman
.NET Framework January 2022 Security and Quality Rollup Updates
Hey friends, coming up on the 20th Anniversary of @dotnet! If you've been doing C#, F#, .NET for just 1 or 2 years, I'd love to hear from you! Reply with a little 10-30 second video about how you found .NET and why you enjoy it and we may use it in our celebration! #dotnetlovesme
Tuple in C#
We are only a month or so away from the 20th anniversary of #dotnet. We are recording some fun stories from over the years.
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2β¦
New .NET is a cross-platform. You can run your app across different platforms. However, using platform-specific APIs means you have to be careful with it. There are new APIs and platform compatibility analyzer to deal with cross-platform issues. 𧡠1/6 #dotnet #devcommunity
Dependency Injection in .NET 6 - Intro and Background
As a #dotnet dev, when you need to run some throwaway code, you don't need to open an IDE, create a new console app, and discard the changes. There are lots of tools you can use to run C# code in the bat of an eye. Let's list some of them π§΅