This video introduces built in OrderBy and Contains methods to sort and search databases within the context of a project called Recipes. See the GitHub Recipes project for all the code.
Link to github Recipes project:
https://github.com/BrookeZK/Recipes
NOTE: This video is for my classmates at Epicodus.
Information from the last video:
Commands:
MVC shortcut from terminal in desktop:
dotnet new MVC -n project_name_goes_here
To connect to/setup database, from project folder in Terminal run:
dotnet ef migrations add InitialCreate
dotnet ef database update
Link to Microsoft Docs:
https://docs.microsoft.com/en-us/ef/core