Fourth Class - Entity Framework!

Recording from tonight
View Video from Zoom

Code Files From Tonight

Project: https://github.com/chris-brickhouse/PALProgamming/tree/master

Questions? cbrickhouse@gmail.com

Summary:

Tonight we continued with C#, forging into Entity Framework!

  1. Creating classes, using inheritance, constructors
  2. Working with dates
  3. Configuring Entity Framework
  4. Setting up appsettings.json
  5. setting up db context PALModels.cs
  6. setting up models
  7. looping and selecting models from the dbcontext

Next time we will be continuing with C# reading: https://www.codecademy.com/learn/learn-c-sharp

Prerequisite Information

Here's the needed software list again if anyone isn't set up

For Mac you might need to run Windows virtually or follow this guide to install SQL Server: https://database.guide/how-to-install-sql-server-on-a-mac/

Needed software (all free to download and cross-platform)

If you have any questions or concerns about installing any of these let me know.

This is the Material we are going to cover, and some references to get you started: