Fixing the performance problem of enums in C#



Check out my courses: https://nickchapsas.com
Become a Patreon and get source code access: https://www.patreon.com/nickchapsas

Check out my workshops:
NDC Oslo: https://bit.ly/ndcoslo2022nick1
NDC Minessota: https://bit.ly/ndcminne2022nick1
NDC Syndey: https://bit.ly/ndcsydney2022nick1

Hello everybody I’m Nick and in this video I will show you how you can easily fix all the performance issues that enums suffer from. As always, performance is contextual, but you should know what you optimize when the time comes to optimize.

Give EnumGenerators a star on GitHub: https://github.com/andrewlock/NetEscapades.EnumGenerators
Check out Andrew’s blog: https://andrewlock.net
Previous enum video: https://www.youtube.com/watch?v=BoE5Y6Xkm6w

Don’t forget to comment, like and subscribe 🙂

Social Media:
Follow me on GitHub: http://bit.ly/ChapsasGitHub
Follow me on Twitter: http://bit.ly/ChapsasTwitter
Connect on LinkedIn: http://bit.ly/ChapsasLinkedIn

Keep coding merch: https://keepcoding.shop

#csharp #dotnet