Introduction to Programming Tutorials

Post Reply
User avatar
OwnZ joO
Posts: 1197
Joined: Sun Dec 09, 2007 4:46 pm

Introduction to Programming Tutorials

Post by OwnZ joO »

I decided I would enjoy writing some introduction to programming in C# tutorials for anybody interested in learning to program in C#.

First off, you will need an IDE such as Visual Studio 2008 Express Edition.

Right now I don't plan to make this a halo based tutorial, later on if I keep enjoying writing these, I might once they get to that level. I am going to make an outline of the tutorials I have in mind to write, and then once I write them, provide a link to them on this page. If you have any suggestions for tutorials, I will take those into consideration if I feel I understand it enough to write a tutorial on it.
Last edited by OwnZ joO on Thu Nov 06, 2008 6:12 am, edited 3 times in total.
User avatar
Zieon Eslador
Posts: 731
Joined: Wed Apr 30, 2008 1:16 am
Location: Virginia Awesome?: Yes

Re: Introduction to Programming Tutorials

Post by Zieon Eslador »

Would be much appreciated, I decided to switch from Basic to C# (With David's help) a while ago but school got in my way of experimenting... That and Visual C# Express Edition makes no sense to me.
Zieon Eslador (1:23:09 AM): I haven't seen Watchmen, but I plan to eventually...
NotZachary (1:23:15 AM): it has nukes, random things happening, and retards screaming
NotZachary (1:23:19 AM): kinda like MW2
User avatar
NotZachary82
Posts: 1846
Joined: Thu Dec 20, 2007 8:39 pm

Re: Introduction to Programming Tutorials

Post by NotZachary82 »

Zieon Eslador wrote:and Visual C# Express Edition makes no sense to me.
That's how everyone looks at it the first time. Then, once you do some research, you find out it's really not as complicated as it seems.
User avatar
Eaton
Posts: 608
Joined: Mon Apr 21, 2008 7:44 pm
Location: USA
Contact:

Re: Introduction to Programming Tutorials

Post by Eaton »

When I first started, I thought it was pretty simple... I eventually became annoyed with the Express Edition's lack of third party compatible plugins so now I use Visual Studio. :)
User avatar
JacksonCougar
Huurcat
Posts: 2460
Joined: Thu Dec 06, 2007 11:30 pm
Location: Somewhere in Canada

Re: Introduction to Programming Tutorials

Post by JacksonCougar »

Plugins?
User avatar
Eaton
Posts: 608
Joined: Mon Apr 21, 2008 7:44 pm
Location: USA
Contact:

Re: Introduction to Programming Tutorials

Post by Eaton »

Component packs, code helpers/optimizers/correctors, etc.
User avatar
OwnZ joO
Posts: 1197
Joined: Sun Dec 09, 2007 4:46 pm

Re: Introduction to Programming Tutorials

Post by OwnZ joO »

What do you mean by component packs, I know that you can't use the others with EE.
User avatar
Eaton
Posts: 608
Joined: Mon Apr 21, 2008 7:44 pm
Location: USA
Contact:

Re: Introduction to Programming Tutorials

Post by Eaton »

OwnZ joO wrote:What do you mean by component packs, I know that you can't use the others with EE.
viewtopic.php?f=24&t=986
User avatar
OwnZ joO
Posts: 1197
Joined: Sun Dec 09, 2007 4:46 pm

Re: Introduction to Programming Tutorials

Post by OwnZ joO »

Since when can you not add a reference to a dll with express edition? I have always been able to do that.
User avatar
Eaton
Posts: 608
Joined: Mon Apr 21, 2008 7:44 pm
Location: USA
Contact:

Re: Introduction to Programming Tutorials

Post by Eaton »

OwnZ joO wrote:Since when can you not add a reference to a dll with express edition? I have always been able to do that.
I can't seem to find it, but there was one that stated that it wasn't compatible with the Express Editions.
User avatar
OwnZ joO
Posts: 1197
Joined: Sun Dec 09, 2007 4:46 pm

Re: Introduction to Programming Tutorials

Post by OwnZ joO »

I've used DotNetBar for Express Edition. It would be nice to try out something like ReSharper though, I wish that would work with EE.
User avatar
Eaton
Posts: 608
Joined: Mon Apr 21, 2008 7:44 pm
Location: USA
Contact:

Re: Introduction to Programming Tutorials

Post by Eaton »

OwnZ joO wrote:I've used DotNetBar for Express Edition. It would be nice to try out something like ReSharper though, I wish that would work with EE.
I love ReSharper... So much. Along with CodeSMART. :)
Post Reply