skip to content
Relatively General .NET

Hacking together an AsciiMath parser for .NET

by Andrew Lock

posted on: April 23, 2024

In this post I describe how I hacked together an AsciiMath parser for .NET. I also show the existing implementations available and how I chose between them…

Using type aliases to make code clearer with generics

by Gérald Barré

posted on: April 22, 2024

When you use generic types in C#, it is sometimes hard to understand what the generic argument can represent. For example, what do the strings represent in Dictionary<string, string>? To make the code clearer, you can use type aliases.C#copy// ❌ What does the string means? _ = new Dictionary&

CollabTalk Podcast | Episode 123 with Oren Eini–Building a business with Open Source foundations

by Oren Eini

posted on: April 19, 2024

For Episode 123 of the CollabTalk Podcast, we explored the pivotal role of community in shaping businesses, discussing my guest’s founding of his company and the strategies for building and nurturing open-source communities. We covered the symbiosis between commercial success and community engagement, emphasizing the importance of community feedback in innovation and the challenges and benefits of integrating open-source models into business strategies. You can listen to the podcast above and follow me using your favorite app, such as Spotify, Apple Podcasts, Stitcher, Soundcloud, or the iHeartRadio app. Be sure to subscribe!

Announcing: Azure Developers – .NET Day 2024

by Mehul Harry

posted on: April 18, 2024

Join us on April 30th for a full day of online training and discover the latest services and features in Azure designed specifically for .NET developers.

Build & test resilient apps in .NET with Dev Proxy

by Waldek Mastykarz

posted on: April 16, 2024

Learn how to build and test resilient apps in .NET with Dev Proxy to simulate API failures, different network conditions, and a lot more from your local machine.