Hello!,
I know that asp.net zero primarily focuses around code first migrations.
Is it at all possible to use a Database first ADO.NET Entity Data Model within asp.net zero?
if so, how would one go about making this happen?
Thank you!