Jump to content

New to C#

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
sangalaki

sangalaki

    Newbie

  • Members
  • Pip
  • 6 posts
Hi all,

My name is Wahyu, I am new to programming and dont know to expect. I am doing home study for c#.net which is starting the next few weeks and wondering if anyone can give a suggestion what books and software that I can use for this study?

Thank you
Wahyu

#2
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
First you'll need a place to code, I use Microsoft Visual C# Express Edition. For tutorials check these out, there pretty good:
Visual C# .NET for Complete Beginners - a free programming course
C# / CSharp Tutorial
C# Station: C# Tutorial Lesson 01 - Getting Started

As for books, I don't have any programming books on C# but I have a C# game programming book and a C++ book from O'Reilly and there both very good, so check out: O'Reilly Media

Hope this gets you started. :)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#3
GLEST

GLEST

    Newbie

  • Members
  • Pip
  • 6 posts
okay, thegamemaker answered really good, and c# is "boo" right?

#4
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts

Quote

okay, thegamemaker answered really good, and c# is "boo" right?
What do you mean is C# boo? Is boo a language or something?
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#5
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
also add this to your To Read list
http://www.functionx.com/csharp/


#6
sangalaki

sangalaki

    Newbie

  • Members
  • Pip
  • 6 posts
Thanks guys, really appreciate your helps :cool:

#7
killcode

killcode

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
Yeah. Books are very good if your a beginner with programming in general. Tutorials doesn't really tend to explain stuff in much depth/detail. People who write these tutorials assume you have some sort of programming background, so books are always best because they explain everything in clear detail and break it down for you.

But still I'm not saying tutorials are bad, they are pretty good for quick examples i suppose.

Youtube is another good place to search up "C# tutorials" also.

good luck =)
Posted Image

#8
sangalaki

sangalaki

    Newbie

  • Members
  • Pip
  • 6 posts
I've bought a "Head First C#" book from amazon for few pounds recomemded by someone, I hope this will give me more understanding before hand. Thank you again for all of you.

#9
Mozana

Mozana

    Learning Programmer

  • Members
  • PipPipPip
  • 70 posts
with that said you can use a book called microsoft visual c#, ill look up the other one's name

#10
semprance

semprance

    Programmer

  • Members
  • PipPipPipPip
  • 126 posts
I recommend O'Reilly's C# In a Nutshell. It's concise and I was able to learn to use parts of the library I was unfamiliar with really quickly using this book.

#11
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
Tell me if you like it:
Visual C# Programming Basics
I can make more.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#12
sangalaki

sangalaki

    Newbie

  • Members
  • Pip
  • 6 posts
Thanks again for all your advise guys