vbGore Free Online RPG Engine

Revolutionizing Visual Basic ORPG Development
It is currently Fri May 24, 2013 5:12 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: C# Learning Materials
PostPosted: Thu Feb 05, 2009 5:36 am 
baka

Joined: Tue Jul 08, 2008 12:17 am
Posts: 2304
Location: England, UK
Thought I'd throw up a sticky where we can collect links to different C# videos and tutorials :) All videos and tutorials linked are FREE, even the ones that require you to sign up for a membership.

If you guys find any helpful C# articles, tutorials or videos just post 'em here and I'll add them to the list :D

C#
Videos
http://www.softwaretrainingtutorials.com/ms-visual-net.php (Introduction to C# and .NET)
http://msdn.microsoft.com/en-us/vstudio/aa700773.aspx (Beginner series)

Tutorials
http://www.softsteel.co.uk/tutorials/cSharp/contents.html
http://www.csharp-station.com/Tutorial.aspx
http://msdn.microsoft.com/en-us/library/aa288436.aspx
http://www.brainbell.com/tutors/C_Sharp/
http://www.functionx.com/csharp/

XNA
Videos
http://www.nickontech.com/archive/#tileengine (XNA Tile Engine)
http://www.3dbuzz.com/vbforum/sv_home.php (Introduction to C# and XNA) [Requires membership]
http://www.xnatutorial.com/?page_id=46 (Crash course in C# and XNA)
http://creators.xna.com/en-US/education/gettingstarted (A whole bunch of video projects)

Tutorials
http://www.xnaresources.com/pages.asp?pageid=8
http://www.ziggyware.com/articles.php?cat_id=6


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Thu Feb 05, 2009 8:36 am 
Bit Baby

Joined: Tue Sep 02, 2008 12:33 pm
Posts: 382
Location: United Kingdom
o0o good stuff Kyori :)


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Sun Feb 15, 2009 3:14 pm 
Slave to the BB

Joined: Sat May 12, 2007 6:20 am
Posts: 3842
Location: Behind you!
http://www.brainbell.com/tutors/C_Sharp/


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Sun Feb 15, 2009 3:16 pm 
baka

Joined: Tue Jul 08, 2008 12:17 am
Posts: 2304
Location: England, UK
Thanks for that :)


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Sun Feb 15, 2009 7:10 pm 
Slave to the BB

Joined: Sat Feb 24, 2007 11:17 pm
Posts: 2704
Location: The Aussie Land
Nice work kyozza!

Quote:
http://www.xnatutorial.com/?page_id=46 (Crash course in C# and XNA)


No wonder the xbox is having problems.


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Sun Feb 15, 2009 7:11 pm 
Slave to the BB

Joined: Sat May 12, 2007 6:20 am
Posts: 3842
Location: Behind you!
yeah, the crash course in c# programming was kinda dumb.


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Mon Feb 16, 2009 2:32 am 
baka

Joined: Tue Jul 08, 2008 12:17 am
Posts: 2304
Location: England, UK
Actually, while there is a lesson named "Crash Course in C# Programming" in that list, there's also a lesson on a different aspect of C# every so often (conditional statements, loops, classes, properties etc.).

I only really posted it up there for it's XNA content, the C# is a bonus, if a slightly lacking one at that.


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Mon Feb 16, 2009 12:11 pm 
Slave to the BB

Joined: Sat Feb 24, 2007 11:17 pm
Posts: 2704
Location: The Aussie Land
It was a joke >.> As in because windows and xbox crashes so much. Get it... Crash Course. Ugh ur so dumb.


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Mon Feb 16, 2009 12:16 pm 
baka

Joined: Tue Jul 08, 2008 12:17 am
Posts: 2304
Location: England, UK
Because that wasn't a lame-ass joke or anything :rofl:


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Sat Feb 21, 2009 8:52 am 
Slave to the BB

Joined: Sat May 12, 2007 6:20 am
Posts: 3842
Location: Behind you!
http://creators.xna.com/en-US/education/gettingstarted


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Thu May 28, 2009 4:09 pm 
Richardf's Evil Minion

Joined: Tue Apr 28, 2009 3:38 pm
Posts: 114
I found a good tutorial site!

http://www.functionx.com/csharp/


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Fri May 29, 2009 12:14 am 
baka

Joined: Tue Jul 08, 2008 12:17 am
Posts: 2304
Location: England, UK
Thanks :D


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Fri May 29, 2009 11:28 am 
Richardf's Evil Minion

Joined: Tue Apr 28, 2009 3:38 pm
Posts: 114
your welcome

edit: heres another good tutorial website: http://blogs.msdn.com/coding4fun/


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Sun Jul 19, 2009 11:06 pm 
+3 Gloves of Agility

Joined: Fri Mar 23, 2007 1:15 pm
Posts: 164
You should add Object oriented design tutorials to that list, you won't do much good as a developer if you know how to program in c# but don't know the basic 3 tier design most programs follow, with the different design patterns, like the important MVC.

C# isn't vb6 where you can throw some code in a class and it'll work (well in c# it'll also work, but that's beside the point), it's designed for structure and without any object oriented structure your code will fall apart :p

Too many hobby developers program stuff that looks like gibberish to a developer that have followed the proper courses in school :p (i could compare this to driving a car, you'll learn how to drive by yourself with enough practice, but you'll still be a danger on the road because you don't know the rules of traffic)

I suggest you learn java first, because there the object oriented principles are more or less forced on you, then take the step to c# (which is why most colleges start out with java)


Top
 Profile  
 
 Post subject: Re: C# Learning Materials
PostPosted: Sun Feb 28, 2010 1:18 pm 
Site Admin

Joined: Sun Jul 30, 2006 4:00 pm
Posts: 1230
drake7707 wrote:
C# isn't vb6 where you can throw some code in a class and it'll work


Hmmm. That explains why tile engine stuff is in with general...


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next

All times are UTC - 8 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group