-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |