Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am a student and I am worried that there are many predefined functions in C# and I find no proper source to understand various types of functions available in C# assemblies. What could be the proper thing to learn C# ?

share|improve this question
Presumably you mean the .NET framework and not C# the language? – Adam Houldsworth Apr 10 '12 at 15:12
A very broad question. With no answer (that is always true). Stick to books if you can learn programming languages from books, stick to tutorials, to code samples, the MSDN, .... – Matten Apr 10 '12 at 15:12

closed as not a real question by Matten, Jay Riggs, Femaref, Adam Houldsworth, Oded Apr 10 '12 at 15:11

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

MSDN has the complete documentation:

MSDN Library

share|improve this answer
1  
Or Google. google.com – Jeffery Khan Apr 10 '12 at 15:11

Not the answer you're looking for? Browse other questions tagged or ask your own question.