User1559292362 posted
Hi codequest,
What is a more modern technology in .net (likely MVC EF) for having those in-memory tables that mirror disk, ?
I recommend you use entity framework, which is to allow you to map your database to your business objects.
Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.
For more information, please refer to:
https://msdn.microsoft.com/en-sg/data/ee712907
Best regards,
Cole Wu