C
C#11mo ago
isaelcapellan

Some people can sent me document c# with all things need it

documentation .net and asp please and courses to learn more
12 Replies
Denis
Denis11mo ago
Have you tried google
mtreit
mtreit11mo ago
Start with $helloworld
isaelcapellan
isaelcapellanOP11mo ago
I want documentation of classes special and methods I'm Object Oriented Program
mtreit
mtreit11mo ago
Feel like there's a language barrier.
mtreit
mtreit11mo ago
Everything you need to get going is here: https://learn.microsoft.com/en-us/dotnet/csharp/
C# docs - get started, tutorials, reference.
Learn C# programming - for beginning developers, developers new to C#, and experienced C# / .NET developers
Klarth
Klarth11mo ago
There are tens of thousands of public APIs across .NET (https://apisof.net/). Nobody can learn them all. Build your knowledge step-by-step by creating apps, reading blogs, and reading API docs. You won't retain it if you don't mix in heavy amounts of practice to gain experience.
M B V R K
M B V R K11mo ago
This website is the most simplified and clear C# tutorial : https://www.tutorialsteacher.com/csharp
mtreit
mtreit11mo ago
To be honest, that site seems much worse than the $helloworld tutorials.
mtreit
mtreit11mo ago
Where is the text that says "You should not use this class and should use List<T> instead" ?

Did you find this page helpful?