It is time to share new reading notes. It is a habit I started a long time ago where I share a list of all the articles, blog posts, and books that catch my interest during the week.
If you think you may have interesting content, share it!
Cloud
- Announcing the Azure Migrate application and code assessment tool for .NET - .NET Blog (Olia Gavrysh) - Neat tools that can be added via CLI (cross platform) or as Visual Studio extension.
Programming
-
Using the CLI to Build and Run .NET Applications (Dusko Mirkovic) - This is a short tutorial that shows the basics functionalities of the command dotnet... Its very useful and it works on al platforms.
-
Docker whale-comes AtomicJar, maker of Testcontainers (Scott Johnston) - Great news! Anythings to facilitate testing.
-
Development slowness in big and legacy applications [and how to hurry it up] (Michael Shpilt) - Great post. Feels like years of experience in many different places.... Worth your time reading it for sure.
-
What User Interface Framework Should You Choose for .NET Desktop Applications? (Claudio Bernasconi) - I didn't know all the frameworks, it is always good to be aware of the options we have.
-
Building a Critter Stack Application: Asynchronous Processing with Wolverine (Jeremy D. Miller) - This post show a cool implementation using wolverine.
-
Functional Programming With C# - Scan and FindIndex (Simon Painter) - Nice post that explains three C# function.
-
Scanning Uploaded Files for Malware in C# (Vladan Petrovic) - This post shows how to use a pretty neat tools to improve security in our C# app. And there is a free version.