❔ Switching from Django to ASP. NET core
As the title says, I want to switch from python(django) to asp. NET core because of my company project requirements. I joined to company as a python developer. After seeing some code of ASP. NET core MVC,it seems pretty complex to me because of it's structured unlike python. So,Can you guys give me some advice about switching from one stack to another or switch to other company. If you think i should learn. NET,can you tell me approximate time needed to grasp the basics to advance. Do i have to suffer because of switching from python? And, It will be better if you share some good resource to learn ASP. NET core. I will need to learn it too quick.
4 Replies
Well, first and foremost, learn C#
$helloworld
Written interactive course https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/
Videos https://dotnet.microsoft.com/learn/videos
Here's some nice tutorials
If you were using Python with strict typehints, you should have little problem learning C#
If you were yoloying it without any typing... well, it'll get some time to get used to it
Once you learn C# up to, say, generics and async code, you should be ready to dive into ASP.NET Core
Similarly, Microsoft has some simple getting started tutorials
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.