Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. I know this noob but..

I know this noob but..

Scheduled Pinned Locked Moved C#
csharpdelphiquestionlearning
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    wednesday LJX
    wrote on last edited by
    #1

    hey. im kinnda new to the programming world. well i just want to know how do i start programming in C#, i mean like any good book to rec. or something that actually eexplains the basic. thats all i need the basic. i dont really hhave any strong backkground. i done vb6 before but i suucked at it and some pascal too. thx.

    D X 2 Replies Last reply
    0
    • W wednesday LJX

      hey. im kinnda new to the programming world. well i just want to know how do i start programming in C#, i mean like any good book to rec. or something that actually eexplains the basic. thats all i need the basic. i dont really hhave any strong backkground. i done vb6 before but i suucked at it and some pascal too. thx.

      D Offline
      D Offline
      Drew McGhie
      wrote on last edited by
      #2

      Jesse Liberty's "Programming C#" might be what you're looking for. It spends a lot of time explaining the basics before moving on to advanced topics. Its what I used to learn C#(although I did already have skill in C++).

      1 Reply Last reply
      0
      • W wednesday LJX

        hey. im kinnda new to the programming world. well i just want to know how do i start programming in C#, i mean like any good book to rec. or something that actually eexplains the basic. thats all i need the basic. i dont really hhave any strong backkground. i done vb6 before but i suucked at it and some pascal too. thx.

        X Offline
        X Offline
        Xodiak
        wrote on last edited by
        #3

        if i were in your position, i would recommend starting with a bit of programming theory. I dont know how familiar you are with the Object Oriented Paradigm but i would definatley start on literature that is indepenedent of a programming language. The internet is GOLD for literature out there. Wikipedia.com has a lot about Object Oriented Analysis and Design, and Design Patterns. Here is my suggestion:
        1. Learn Object Oriented Analysis and Design and what it all means (google it and read up on it at Wikipedia...there is so much out there and i hope you enjoy the theories presented)
        2. Learn about design patterns: these are frequently reoccuring problems that show up in many programming projects (there are apporoximatly 30 or so patterns). This will provide a good base for solving problems.
        3. Search of "best programming practices in C#", this will get you used to the language its, syntax and what is considered elegent coding.
        4. Start learning the .Net framework (www.microsoft.com and F1), there are a lot of examples at microsoft.com, they have 30 examples that show some basic GUI interactions and many other basics that will prove to be useful
        5. If you are rusty on looping, branching, function calling and some simple coding logic then start with console based projects. And play around with it.
        The key to becoming a good programmer is to have a good understanding of software design. With a good base (steps 1-3), any programming language will come easy to you. If you just want to jump right in then i would check out the c# examples on Microsofts website. They will definately give you a big jump start into c#.
        good luck

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups