diff --git a/README.md b/README.md index 1864ca8..f80b058 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# c-sharp-path \ No newline at end of file +# C# Learning Path + +## .NET Basics + +## Learn HTML, CSS, and Bootstrap +Course - The Complete Web Developer +Course - ASP.NET Core 6.0 Course - MVC - Blazor - Razor - EF Core + +## Learn the MVC Pattern with Razor Pages +Course - SECTION 3 ONLY - ASP.NET Core 6.0 Course - MVC - Blazor - Razor - EF Core +Learning Path - Microsoft - MVC +Learning Path - Microsoft - Razor + +## Learn about Entity Framework Core +There are two approaches to working with databases in EF Core: +1. Code first approach +2. Database first approach + +*For developers, I highly recommend learning the code-first approach, as this is what most development teams use.* + +Course - SECTION 6 ONLY - ASP.NET Core 6.0 Course - MVC - Blazor - Razor - EF Core +Learning Path - Microsoft - EF Core