Skip to content

Commit e832636

Browse files
authored
Added links to other .NET resources & roadmaps
1 parent 19b58ea commit e832636

File tree

1 file changed

+6
-30
lines changed

1 file changed

+6
-30
lines changed

README.md

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -64,35 +64,11 @@ This document contains a simplified list of concepts to guide new developers thr
6464
- [Static](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/static)
6565
- [Serialization](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/serialization/)
6666

67-
## .NET (Web Developer)
67+
## .NET
6868

69-
> This portion is still in progress! Feel free to suggest any items to add here if I haven't created a roadmap diagram for the below yet.
69+
With a solid understanding of the language features of C#, the .NET ecosystem has many options for your next path:
7070

71-
- Understanding the Ecosystem
72-
- .NET Framework
73-
- .NET Standard
74-
- .NET (Core)
75-
- Tooling
76-
- [.NET CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/)
77-
- NuGet
78-
- .NET (Core) Web Projects
79-
- Blazor WebAssembly
80-
- Minimal Web API
81-
- Web API
82-
- Razor Pages
83-
- Blazor Server
84-
- MVC
85-
- Libraries
86-
- ORM
87-
- Entity Framework, Dapper
88-
- Testing
89-
- Unit Testing
90-
- xUnit, NUnit, MSTest
91-
- [Performance Testing](https://docs.microsoft.com/en-us/aspnet/core/test/load-tests?view=aspnetcore-6.0)
92-
- E2E Testing
93-
- Selenium
94-
- Logging
95-
- NLog, Serilog
96-
- Other
97-
- AutoMapper
98-
- Swashbuckle / Swagger
71+
- Web Developer (.NET Core) : [Nick Chapsas - My .NET backend developer roadmap for 2022](https://www.youtube.com/watch?v=gw-6lKrKlp0)
72+
- Desktop/Mobile Developer (Xamarin / .NET Maui) : [James Montemagno - Xamarin Tutorial for Beginners - Build iOS & Android Apps with C#, Visual Studio, and Xamarin.Forms](https://www.youtube.com/watch?v=zvp7wvbyceo)
73+
- Data Engineer (Machine Learning with ML.NET) : [ML.NET Home](https://dotnet.microsoft.com/en-us/apps/machinelearning-ai/ml-dotnet)
74+
- Game Developer (Unity) : [freeCodeCamp.org - Learn Unity - Beginner's Game Development Tutorial](https://www.youtube.com/watch?v=gB1F9G0JXOo)

0 commit comments

Comments
 (0)