Introduction:
-----------------
This folder contains Actian Zen Entity Framework Core projects that demonstrate how to use Entity Framework Core 6.0 workflows using Actian Zen ADO.NET standard client.

The source code of these projects contains instructions on how to use them. You can refer to the instructions while using these projects. 

Note: Latest Actian Zen Release (Actian Zen 4.5) supports Entity Framework Core 6.0.



Content of these projects:
-----------------------------------
Entity Framework Core 6.0 supports 3 workflows:
1. Code First. For details, refer to https://docs.microsoft.com/en-in/ef/core/get-started/?tabs=visual-studio.
2. Code First Migrations. For details, refer to https://docs.microsoft.com/en-in/ef/core/managing-schemas/migrations/?tabs=vs.
3. Scaffolding. For details, refer to https://docs.microsoft.com/en-in/ef/core/managing-schemas/scaffolding?tabs=dotnet-core-cli.
   Note: Scaffolding is a process for generating model and context classes based on database schema. 
         This mostly requires running commands in Package Manager Console or in .NET Command-line Interface. 
         Hence, no sample is added for this workflow.

For more information on Entity Framework Core, refer to https://docs.microsoft.com/en-in/ef/core/.
