Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Good C# Tutorials?  (Read 1561 times)

Zombie0hour

  • Bay Watcher
    • View Profile
Good C# Tutorials?
« on: September 10, 2009, 07:08:36 pm »

I was looking into learning C# but I am having trouble finding a good website with tutorials. Any help?  ;)
Logged
"I do not know with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." Albert Einstein

Puzzlemaker

  • Bay Watcher
    • View Profile
Re: Good C# Tutorials?
« Reply #1 on: September 10, 2009, 07:11:10 pm »

I was looking into learning C# but I am having trouble finding a good website with tutorials. Any help?  ;)

The microsoft site,
http://msdn.microsoft.com/en-us/default.aspx
is surprisingly helpful.
Logged
The mark of the immature man is that he wants to die nobly for a cause, while the mark of the mature man is that he wants to live humbly for one.

kcwong

  • Bay Watcher
    • View Profile
Re: Good C# Tutorials?
« Reply #2 on: September 10, 2009, 10:53:23 pm »

I learned C# many years ago, then forgot all about it because I have no projects using C#.

Last year I finally had the chance, and found and used this site to refresh my memory:
http://www.functionx.com/csharp/Lesson01.htm

But I agree that MSDN is your best resource.
Logged

Zombie0hour

  • Bay Watcher
    • View Profile
Re: Good C# Tutorials?
« Reply #3 on: September 10, 2009, 11:05:06 pm »

That was a really sad story Kc  :'(
Logged
"I do not know with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." Albert Einstein

sonerohi

  • Bay Watcher
    • View Profile
Re: Good C# Tutorials?
« Reply #4 on: September 10, 2009, 11:14:26 pm »

Get the Dummies Handbook to Learning C#. Seriously. I could not find a good Internet source, but that book has it all, plus it comes with a link to the writers webpage, which has chunks of code as example, disected by //'s.
Logged
I picked up the stone and carved my name into the wind.

kcwong

  • Bay Watcher
    • View Profile
Re: Good C# Tutorials?
« Reply #5 on: September 10, 2009, 11:24:49 pm »

That was a really sad story Kc  :'(

Nope, it happens all the time. Too many things to learn and remember, so instead I adopted the strategy of learn it now, refresh memory later.

For me, that's much faster than learning... the knowledge I've obtained before will resurface when I refresh it.

It's a demo I decided to code in C# (I pushed the idea to project manager so I get the chance to refresh)... the project is going to start officially next month. At first I planned to learn and use WPF as well, but then I found out WPF for Windows Mobile is only planned, and only as a PIE plug-in. I need to code for both desktop, tablet and WinMo.

So no WPF this time... now that's sad for me - no new things to play with. :(
Logged