#pls help
1 messages · Page 1 of 1 (latest)
??
vs code is a editor with plugins
and vs is a full ide
🏷 learnc#:
The library requires lower-intermediate level of familiarity with C#, as well as .NET TAP. If you're not sure where to start, check out these links:
C# tutorial series for absolute beginners: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/, https://channel9.msdn.com/Series/C-Fundamentals-for-Absolute-Beginners
Task-based Asynchronous Pattern (TAP): https://docs.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap
Bonus readings:
LINQ: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/ (it is recommended you use method syntax, as mentioned here https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/query-syntax-and-method-syntax-in-linq - syntax method is far more powerful and flexible)
take a look at the first link if you have no experience with c#
Want to learn a different language? Over the course of 25 episodes, our friend Bob Tabor, from LearnVisualStudio.net, teaches you the fundamentals of C# programming. Tune in to learn concepts applicable to video games, mobile environments, and client applications. We walk you through getting the tools, writing code, debugging features, customiza...
alr thx