Sinisterly
The C# Programming Language Introduction - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: The C# Programming Language Introduction (/Thread-The-C-Programming-Language-Introduction)

Pages: 1 2 3


RE: The C# Programming Language Introduction - Alex Benoit - 03-21-2014

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#.


RE: The C# Programming Language Introduction - ArkPhaze - 03-22-2014

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.


RE: The C# Programming Language Introduction - strand93 - 05-16-2014

Wow this is really useful since Im quite new into C# programming, thanks alot!