Week 52, 2021
Monday, 27 December 2021 - Sunday, 2 January 2022
Accurately Measure Elapsed Time (Execution Time) in C# .NET using Stopwatch Class
F# Weekly #1, 2022 – Happy New Year
Does Visual Studio rot the mind? (2005)
Did you know you can customize the new #AWS #dotnet deployment experience? Learn about deployment projects in this blog post by Solutions Architect @socketnorm, which shows how to customize a deployment project to create a DynamoDB table. aws.amazon.com/blogs/develope… #dotNETonAWS
Deployment Projects with the new AWS .NET Deployment Experience | Amazon Web Services
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2…
As and Is Operators in C#
Writing to a CSV File in C#
After being developed for a long time in my spare time and serving as a learning project for me, I've made Ghostly open-source. 🎈🎉 Ghostly is a @github notification client for Windows 10/11 that works offline. github.com/patriksvensson… #oss #dotnet #uwp #Windows10 #Windows11
Minimal API grocery list app. Simple enough, but a bit more complex than the typical todo sample. Added database and authN, and cleaned up Program.cs introducing extension methods for all endpoints (`Map....Endpoints()`). #aspnet 🧵
.NET's Cryptographic One-Shots
#dotnet developers be like... @JetBrainsRider
What are record types in C# and how they ACTUALLY work
You can use #PowerShell Invoke-WebRequest to resolve aka.ms and go.microsoft links Putting that into a function to easily get the OneDrive Setup link with version is even better
A Log4j PoC written in PowerShell github.com/aalex954/Log4P… #Pentesting #Log4j #PowerShell #CyberSecurity #Infosec
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2…
Did you know you can debug .NET AWS Cloud Development Kit projects in Visual Studio? In this blog post, SDE @ppittle explains his tips and tricks for debugging C# CDK projects in Visual Studio. go.aws/3FBWhBg #dotnet #AWS #dotNETonAWS
HTMX and ASP.NET Core Swapping Techniques
In #csharp minimal API you also have the option to use the IConfiguration interface to access the configuration from your own services Referring to the simple example from the last post, I separated the service for creating the JWT token #code #dotnet #CodeNewbie