Link to home
Create AccountLog in
Avatar of N_Sri
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.  
Avatar of VincentSG
VincentSG
Flag of Singapore image

Hi!

We all have to start somewhere. Just keep coding and experimenting!
If you know other languages like Java, then C# is not very different.
SOLUTION
Avatar of N_Sri
N_Sri

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Link to home
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
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of N_Sri
N_Sri

ASKER

Thankyou