| 32 posts found | |
|---|---|
|
I've actually signed up for a distance summer course for basic games programming in C#, I hope it gets me on the right track. |
|
Originally posted by GreenChaos
Some truly excellent advice.
|
|
Originally posted by hermitpaul
You and anyone else interested can get the C# 2008 update of the entire ebook for free through a Red Gate (A microsoft gold partner) promotion: Direct Download: http://downloads.red-gate.com/ebooks/DotNet/illustratedcsharp2008.zip EDIT: On a side note since these threads tend to die and resurrect every half year or so; this was an April 2009 offer. Not guranteed to be there forever. |
|
|
Ah, thanks for that. If I ever need to have another look at it, that'll be great. Microsoft seems to be offering quite a lot, though their software seems always to have been available through piracy, and it's nice for them to encourage people with free books, courses, software and the numerous competitions that've taken place over the years. C# can help you get into ASP.NET, Silverlight (a promising tool to defeat the evils of Flash), XNA (Yay Xbox) and anything else .NET. I wouldn't call it a useless language at all! Certainly, you can use DirectX with C++ and do everything that C# can (I haven't tested this, could be false) but with C# you use less code. In my opinion it looks neater. If you're good at finding out the bottlenecks in your programs and what causes them, you could easily create lovely games in C#. As someone said above, practice is better than simply reading a book; look into the different namespaces and see what the classes and methods do! Mess around with things and learn that way. A book is more of a guide and could never teach you everything that the language has to offer without drowning you in old age. http://hermitpaul.wordpress.com |
|
|
As the Beginner Developer Learning Center has been mentioned, make sure to take a look on the basic "Bits & Bytes" lessons, they are pretty sweet to get a hold on basic programming and problem solving. |
|
|
zzzzzzzzzzzzz |
|
Originally posted by achellis Actually, go all the way and get a Computer Science degree. It's the NEW high school diploma. Everyone's got one. Problem is, software hasn't gotten any better. Wonder what's up with that... |
|