C
C#•11mo ago
senhor_julio

.net 4.8 💀

I recently transitioned from a web development bootcamp, where I focused on JavaScript and React, to a role at a company where I'm working with C#. The twist is, I'm navigating these waters without a mentor, and I'm keen to get up to speed with .NET, specifically .NET Framework 4.8, which we're using for our projects. Could anyone point me in the direction of some quality learning resources for .NET 4.8? I'm looking for anything from tutorials, books, to interactive courses that are friendly to someone with a background in JS/React but new to C# and .NET. Any advice or guidance would be incredibly appreciated! Thanks in advance for the help! 📚💻
6 Replies
Angius
Angius•11mo ago
Any tutorial that's 7-8 versions behind current would do $helloworld and in general the MS docs are good as well
Angius
Angius•11mo ago
Just make sure to switch the docs from current version to 4.8 And keep in mind, that if you see some neat feature somewhere, it's probably not supported in 4.8 and whatevr ancient version of C# the company is using
x0rld
x0rld•11mo ago
it's 7.3 max AFAIK for 4.8
jcotton42
jcotton42•11mo ago
Only by default You can use higher just fine Though some features won't work, or need polyfills
Petris
Petris•11mo ago
(not officially supported though)

Did you find this page helpful?