It looks like I'll be helping a friend with a contract he has, and I'd be the main developer, which is great. But it's a .NET / Winforms gig, and I'm a Python developer.
So I need to get up to speed quickly. Can anyone name any good resources, aside from msdn/channel 9/MVA? Not looking for hand holding type stuff, a quick pace is fine.
Cheers in advance.
Top comments (9)
The official docs are pretty good especially anything at docs.microsoft.com the old docs at msdn are hit and miss.
Thanks. I did dabble in .net core 1.1 when it came out, so it's not entirely new to me. But I probably remember less than I think. π
Any resources you'd recommend?
Pluralsight has a lot of C# (and a ten day free trial)... They have a couple courses on winforms but one of them is in VB.NET
Thanks. I have access to pluralsight, so I'll definitely check them out further.
dot.net or docs.microsoft.com. Those are good resources to start with .NET/ C#
for x in range(len(ans)):
if x!=len(ans)-1:
print (ans[x],end=" ")
else :
print (ans[x])
Some comments may only be visible to logged-in visitors. Sign in to view all comments.