Every time I try to create a new personal project in .NET, I get sidetracked setting up Identity the way I want it. I have two requirements: change the ID types, and change the table names. The documentation around customizing Identity is sparse at best, so I always end up getting frustrated and giving up before I even start my projects. This week, I finally decided to dive in and figure out how to customize Identity to my liking. https://andrewpetz.com/2024/02/06/changing-identity-table-ids
