The Morning Brew #3695
Posted by Chris Alcock on Thursday 27th April 2023 at 06:00 am | Tagged as: .NET, Development, Morning Brew
Information
- Get Started with OpenAI Completions with .NET – Luis Quintanilla
- A quick tour of dictionaries in C# – Jack Lewis
- How to End-to-End Test SMS Applications with C# .NET and Twilio – Niels Swimberghe
- Part 5: Tips & Tricks for Migrating from Xamarin to .NET MAUI – Rossitza Fakalieva
- Migrating Animations from Xamarin Forms to Uno Platform – Uno Platform Team
- Fight for every byte it takes: Nibbling at the costs – Oren Eini
- Using ChatGPT as a technical writing assistant – Mike Mason
- Can ChatGPT modernize my VB6 app? – John Browne
Hi Chris – how’s things?
Thanks for the continued work on The Morning Brew!
I’ve been wokring on something new that you might find interesting. It’s called Intellenum and is basically the love child of ‘SmartEnums’ and ‘EnumGenerators’: a source generator that provides a fast and efficient way to deal with enums. It uses source generation that generates backing code for extremely fast, and allocation-free, lookups
https://github.com/SteveDunn/Intellenum