+ 6
For anyone who wants to continue learning c#, I recommend these books:
1.C# Book 2.C# In Depth 3.Programming C# 4.C# Language Specification. The C# Language Specification is a oficial document from Microsoft that has absolutely everything about C#. Theses books have things like Delegates, Events, Lambda Expressions, Attributes and more. C# also have dynamic types and Pointers. C# have pointers like C++ in a part of code called Unsafe Code, if you don't believe me, just google it. And this is it. Good luck for everyone.
2 Antworten
+ 2
thanks for suggestion
+ 1
thanks