How Do I Get Started with Learning C# for Web Development?

0
5
Asked By CuriousCoder42 On

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

Answered By HelpfulHank On

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! 👍

CuriousCoder42 -

Thanks a lot! I’ll make sure to check these out.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.