Ten Years of Service
Posts: 27
Threads: 2
Points: 0NSP
RE: The C# Programming Language Introduction 03-21-2014, 12:08 PM
#21
Nice job. It could be a bit more concentrated, but it definitely assesses quite a bit.
You should go over libraries a bit. I found that the hardest when I started with C++ and C#.
•
Twelve Years of Service
Posts: 1,474
Threads: 91
Points: 2NSP
RE: The C# Programming Language Introduction 03-22-2014, 04:17 AM
#22
There's no point, it's more important learning the fundamentals than learning libraries. You learn libraries that you will use, and even then, they change all the time. What would be the benefit of explaining libraries for C#? Assuming you mean namespaces within the .NET BCL, and/or dll's. There's already lots of condensed explanations or summaries of C#/VB.NET and/or .NET languages in general too. The most common thing most people at first do not understand is garbage collection though. I see lots of lazy/unknowing .NET programmers.
•
Ten Years of Service
Posts: 9
Threads: 1
Points: 0NSP
RE: The C# Programming Language Introduction 05-16-2014, 02:48 PM
#23
Wow this is really useful since Im quite new into C# programming, thanks alot!
•