LESSON ONE:
In this video, I create three tables Employees, Departments and Genders. I create the needed relationships between them. I create a self join relationship on the Employee table between EmployeeID and ManagerID columns. I then proceed to create the initial BLAZOR app. I reduce the number of columns on the employees grid and I adjust the widths of the remaining columns. I change the text of the Employee1 field on the Add/Edit form to Manager and I change the name and the route of the Employees razor component using Visual Studio 2022.