Entity Framwork is an excellent ORM tool for working with databases. However it can be problematic when dealing with millions of records if not used correctly.
GitHub CoPilot AI Agents can assist with the mundane task of upgrading applications to a newer version of .NET. Here I went from .NET 8 to .NET 9 using a Copilot AI Agent.
In C#, I've always wished the Dictionary Indexer would simple return null if a key doesn't exist. The GetValueOrDefault extension is a good alternative.