I have been a client of AspnetZero for a few months and I have the following scenario:
I have a system developed in Python Django and PostgreSql and I have to migrate it to .net core technology but using the same Postgres Database. I mean, remake the frontend in angular and the webapi in .net core / aspnet boilerplate.
I need the business object ** tables in the database to remain the same ** but fields can be added to it if needed.
Questions: 1-Can you design the business classes (c #) that reflect the current tables so that when model updates are run you don't modify them? 2-Do you recommend starting with aspnetzero or commercial.abp.io?
regards!