#net
Read more stories on Hashnode
Articles with this tag
Have you ever felt frustrated when updating a NuGet package, only to have your build fail because the new version of the package introduced a breaking...
A Read-Eval-Print-Loop (REPL) is an interactive program that reads your input, evaluates it, prints the result, and loops back to the beginning. It's...
When it comes to YAML serialization and deserialization in .NET, YamlDotNet is a go-to library with over 100 million downloads on NuGet. It is also...
In our previous posts, we've learned how to build beautiful command-line applications using System.CommandLine and modern dependency injection. There...
In our last talk about System.CommandLine, we learned how to easily build command line apps using .NET and C#, following most of the advice from CLI...
During my recent visit to the Microsoft offices in Montréal for a meetup organized by the MSDEVMTL Meetup group, I had the opportunity to learn more...