What should excatly i learn ..

09/10/2014 20:38 Paristôn#1
Well, it's too bad to ask people for help.
I just wanna help myself to solve my own problems.
And add my own additions.

So, i need some Specialists to advice me.. i just wanna know.
what subjects should i study or learn to be able to fully complete my problems and additions?

I believe, it'sn't just the C#.Net.

But, anyway . i'm waiting for your advice all.
09/10/2014 21:33 abdoumatrix#2
1. Debugging
2. handle Exceptions
09/10/2014 21:37 pintinho12#3
Quote:
Originally Posted by abdoumatrix View Post
1. Debugging
2. handle Exceptions
1. Common Sense
2. Programming Logic
3. Basic C#
4. Debugging
5. Handle Exceptions
09/10/2014 21:46 abdoumatrix#4
Quote:
Originally Posted by pintinho12 View Post
1. Common Sense
2. Programming Logic
3. Basic C#
4. Debugging
5. Handle Exceptions
he already know that he had to learn Programming. :D

Quote:
Originally Posted by Paristôn View Post

I believe, it'sn't just the C#.Net.
09/10/2014 21:51 pintinho12#5
Quote:
Originally Posted by abdoumatrix View Post
he already know that he had to learn Programming. :D
Information doesnt kill, unless it's about someone dangerous xD
09/11/2014 00:52 turk55#6
Requirements:
  1. A brain
  2. Common sense
  3. A computer

In order for you to solve and add features etc. into a source you will need to know the basics of the language that you are using, most of the public sources here are in C# so I assume that you will want to learn the basics of C#.

Like the previous posts mentioned you will need to know how to debug and handle exceptions as well, Spirited had created a guide explaining [Only registered and activated users can see links. Click Here To Register...].

Once you learn this I really suggest you to look into Cohesion and Coupling, this way you can keep your code clean and clear.

PS: Don't forget to comment your code. It may not be fun but this way you can always look back at your code and remember what the purpose of that piece of code was.
09/11/2014 02:19 Spirited#7
My signature...
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
09/11/2014 02:26 Konvict-#8
Quote:
Originally Posted by abdoumatrix View Post
he already know that he had to learn Programming. :D
"Programming logic" is different then "programming".
09/11/2014 05:06 Paristôn#9
Thank you all .. i will start with Programming Basics right now.
Say "GOOD LUCK" to me -_-
09/11/2014 18:13 pintinho12#10
Quote:
Originally Posted by Paristôn View Post
Thank you all .. i will start with Programming Basics right now.
Say "GOOD LUCK" to me -_-
Good luck, start by logic
09/12/2014 01:14 Paristôn#11
I will, Thank you for your advice buddy :)