Hey everyone! I have some basic experience with C# from a W3Schools tutorial back in college, but we ended up using Drupal for our final project instead of C#. Now, after a couple of years working with HTML, CSS, and JavaScript, and gradually learning React and Angular, I'm really interested in diving into C# and .NET frameworks. I know I can find resources online, but I'd love to hear from anyone who's successfully worked with C#. What's a good roadmap to follow for learning C# and moving on from there?
1 Answer
Here are some great resources to check out that should complement your existing web skills:
- [C# Tour](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/)
- [Introduction to ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core)
- [Entity Framework Core](https://learn.microsoft.com/en-us/ef/core/)
These links will really help you get started on the right track! 👍
Thanks a lot! I’ll make sure to check these out.