Quickstart Video: From Scratch to Database and Code
This video shows how to get from scratch to a working database and code using that database in an application, using LLBLGen Pro. It illustrates the 'Model first' approach:
starting with a model and generating database + entity classes from that. It uses Entity Framework Core as the ORM but the functionality
demonstrated applies to all supported ORMs.