I am currently developing an ASP.NET Core application and need to create C# classes based on SQL database tables hosted on a remote server.
Therefore, I am planing to utilize an Object-Relational Mapping (ORM) technology, with Entity Framework core being one of the well-established ORM frameworks for the .NET ecosystem.
Could you guide me what's the best approach to create C# Classes from an SQL Database though Database First?