Week 26, 2022
Monday, 27 June 2022 - Sunday, 3 July 2022
๐ Malware Development for Dummies In the age of EDR, red team operators cannot get away with using pre-compiled payloads anymore. As such, malware Slides: github.com/chvancooten/maโฆ Exercises: github.com/chvancooten/maโฆ #maldev #csharp #nim
The C# compiler and the .NET JIT compiler are evolving and improving with each version; here's a small example of how JIT codegen has changed between versions: Examples in: 3.1;5.0;6.0 #dotnet
F# Weekly #27, 2022 โ Functional Patterns in F# & Video Collection
๐ฒ C# 9 introduces enhanced pattern matching with keyword like "is", "or", "and", & "not". @dotnet #dotnet #csharp #khalidtip
Async Enumerable in C# (Part 3)
Want to understand options and technologies available for #ASPNETCore authentication and authorization? In today's msft.it/6013boShx Community Standup, @damien_bod (prolific blogger and @aspnet #MSMVP) discusses real world security. ๐ฝ๏ธ msft.it/6014boShI
.NET 6 & AWS SAM: SAM Templates, Function Code Structure & Configuration Options
The #AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. In this video, cloud architect @plantpowerjames looks at the structure of a SAM project and a #dotnet 6 Lambda function. youtu.be/6AR5pPnPMDs #dotNETonAWS
PowerShell Extension for Visual Studio Code June 2022 Update
I am thrilled to announce that my new ASP.NET course on @pluralsight is live: ASP.NET Core 6 Fundamentals. It's a complete new course, covering MVC, Razor Pages, Blazor and APIs. Enjoy! pluralsight.com/courses/asp-doโฆ #AspNetCore #dotnetcore
#AWS App2Container (A2C) now supports Azure DevOps for setting up a CI/CD pipeline to automate building and deploying container applications on AWS. A2C is a command-line tool for modernizing #dotnet & Java applications into containerized applications. aws.amazon.com/about-aws/whatโฆ
How to use Git to Save your .NET Source Generator Output Files - CodeWithStu
Learning .NET MAUI โ Part 7
Running a .NET MAUI Windows App as Administrator (Elevated)
I made this repeating pattern for #dotnet. You folks can see it repeating in my Twitter banner. Cheers :) ๐ป
Why .NET's memory cache is kinda flawed
Nullables in C# are fun and full of surprises, here's a small example: #dotnet
Building applications with .NET 7 previews, the current app is exposing an HTTP API for user registration using .NET 7 Identity and minimal APIs. #dotnet #aspnetcore
Learning .NET MAUI โ Part 6
The Best C# .NET Web Application Tech Stack: Choosing The Back End
Lambda Expressions in C#
Increased Subscription Pricing for IDEs, .NET Tools, and the All Products Pack
Learning .NET MAUI โ Part 5
Getting Started with DevOps and .NET MAUI
Using Refit to Consume APIs in C#
Understanding your middleware pipeline .NET 6 with the Middleware Analysis package
Monsters Weekly 255 - IEnumerable Visualizer in Visual Studio
Hosting PowerShell in a Python script
Hey! We just enabled predictions for #PowerShell by default in PSReadLine 2.2.6! devblogs.microsoft.com/powershell/psrโฆ
PSReadLine 2.2.6 enables Predictive Intellisense by default
๐งต string interpolation in #csharp is the best! ๐ Use alignment to make sure your output comes out the way you want it. #dotnet @dotnet #dev #khalidtip