Home » questions » Where can I find a C# Reference Sheet?

Where can I find a C# Reference Sheet?

2006-08-15 16:17:18, Category: Programming & Design
Long time answerer, first time asker... (I've always wanted to say that)... I'm still relativily new to programming in C# and I have a few books on the subject. I'm looking for a quick reference chart with some basic commands that I need on it (instead of flipping through pages looking). Can anyone supply a couple links? Thanks for your help! Jason

Answers

  1. Raphgate

    On 2006-08-15 17:09:24


    Mr, The people who wrote the books you have read/reading are professionals in the field of the programming language you are talking about i.e c# and the only way to achieve your goal is to read and understand each chapter very well. i once did what you are trying to do, but later on i noticed that most questions people ask me, or most difficulties i face are somewhere in those pages that i skipped. Try taking your time to achieve your goal and not looking for a shortcut. Here is a Link to a Nice E-book Tutorial on c# http://www.intelligentedu.com/blogs/post/Free_Computer_Books/116/16-Free-Programming-and-Web-Development-Ebooks
  2. teacuppu poodoru

    On 2006-08-15 17:48:30


    Assuming that you need it for Microsoft platforms, the best resource is MSDN. C# as language on MSDN: http://msdn.microsoft.com/vcsharp/programming/language/#Language%20References You probably also need .NET Framework Library http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/netdevanchor.asp
  3. quiglyd

    On 2006-08-15 21:14:21


    Yep MSDN. You can download the libraries as well....so....