| Need help in understanding C#?

Need help in understanding C#?

jason m asked:


Im pretty new to C# and now understand and have a vivid image of how it works. What i dont understand or know is the coding, for instance I wanted to create a simple program such as an addition calculator, But I lack the knowledge in understand how an array, strings, variable, and integer work, not only that but I dont understand the concept of the coding, for instance (Console.WriteLine) or (string.equal) or (Array.binarysearch).

Those are just examples, but getting to the MAIN question, im looking for a guide or “C# Dictionary” of lets say

(EXAMPLE) Array: is a data structure consisting of a group of elements that are accessed by indexing. In most programming languages each element has the same data type and the array occupies a contiguous area of storage.

That is helpful but no one wants to sit reading an hours worth of Wikipedia and not get the answer your seeking.

The general definition would be suffice but also knowing what they can be used for helps dramatically, I use Visual Studio 2008 and have yet to unleash the full potential of what it can do, but If anyone knows of a “dictionary” or “ebook” on the criteria, that would be SOOOOOO helpful!

thanks.
Also if the question at hand cannot be answered do to the complexity of the C# language, please leave a message saying so.

thanks

Related posts:

  1. New to web programming and want a site to sell “ebooks” and take small percentage any input? benbern125 asked: Let’s say I wanted to create a web...
  2. Kindlt tell me where can I read ebook Basic English by Charles Kay Ogden ? BHARTI asked: Basic English is a constructed language with a...
  3. What do I do when I want a file to be posted on my blog that is downloadable to viewers? Michael Galvez asked: Okay, let’s make that question a bit...
  4. Serious question, ONLY for people who have purchased the fatloss4idiots program? Jimmy and Sarah asked: I have heard many good things...
  5. sale of ebook? The Undertaker asked: Does anyone know how to create an...

Filed Under Programming & Design |

Tagged With , ,

Comments

3 Responses to “Need help in understanding C#?”

  1. Alex V on May 9th, 2009 6:22 am

    C# is not that complex, some things feel intimadting at first but you will grasp it in no time,
    Console.WriteLine writes a literar to the output screen and then a new line
    Console.Write will do the same but without a new line
    string.equal i supose since I use c++ not c# is a bollean to see if a string is equal I think,
    Array.BinarySearch is a function that search for a particular element in a array and the implementation is a binary search, there is linear search, ect

    Why dont you buy a book? Books are better than tutorial because tutorial only help you making one particular thing and there are no exercise nor review questions, but in a good book there are both and more explanation

  2. JayF on May 10th, 2009 8:10 pm

    Books go a long way to helping you understand the basics. I started with “Sams Teach Yourself C# in 24 Hours” which was OK. Since that time it’s been learn as I go. MSDN Library has been a very big help (and Google).

    MSDN Library>Tools and Languages>Visual Studio 2008>Visual Studio>Visual C#

  3. Fudge on May 13th, 2009 3:34 pm

    Have u tried this Website
    Choose ‘Explore by Product” > C#