N_Sri
asked on
How to become C# Expert
Hi Friends,
How can I become C# expert. I feel shame my self seeing others code. I am newbie.
Please give your suggestions.
How can I become C# expert. I feel shame my self seeing others code. I am newbie.
Please give your suggestions.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Hello,
you should start with small projects getting your simple problems running.
After some expirience, you can optimize your codes regarding some rules:
comment your code:
think about, that others should be able to read your code.
Using some simple Coding-Rules like:
Fixed Variable-names for example always capital letters
Using Modules for your Code, do not put all the code in ONE BIG Codeslum
and:
practice, practice, practice
regards
Bytes
you should start with small projects getting your simple problems running.
After some expirience, you can optimize your codes regarding some rules:
comment your code:
think about, that others should be able to read your code.
Using some simple Coding-Rules like:
Fixed Variable-names for example always capital letters
Using Modules for your Code, do not put all the code in ONE BIG Codeslum
and:
practice, practice, practice
regards
Bytes
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thankyou
We all have to start somewhere. Just keep coding and experimenting!
If you know other languages like Java, then C# is not very different.