Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l-white authored Oct 1, 2022
1 parent 7a12ca6 commit 32ec197
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# c-sharp-path
# 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

0 comments on commit 32ec197

Please sign in to comment.