Click here to Skip to main content
15,886,773 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
tell about some ideas in beginner
Posted
Comments
Nelek 21-May-14 5:13am    
Read, Try, Debug, read more, test another time, ask, read more, read more...

Ther is no easy way, you understand it easy or not, but the process is almost the same for all people.

Nelek is right, there is no easy way. You may want to read out someone's experience: how-i-learned-microsoft-net[^]
Personally, I would suggest:
1. From day one, cultivate a good programming practice where you can find a lot of good advice on the web;
2. Do not just read, do a lot of hands-on and experiments;
3. Never afraid of making mistakes, because mistakes help you learn correctly;
4. Always be ready to learn from others, as I believe no one knows everything.
5. When you are confident enough, embark on some serious projects.
6. if you encounter problems, always consult google first, all else fail, visit Code Project.
7. Last but not least, when you are ready, help to answer question at Code Project broadens your knowledge and skills.
some useful links:
1. Start-Learning-Computer-Programming[^]
2. Useful Reference Books[^]
It always takes time to learn new stuff, but the effort will pay off. Remember that Rome was not built in one day.

Happy learning.
 
Share this answer
 
v3
try to search in google there are lots of tutorials and examples for you ,here some refrences for you,
refer this.. :)

C# and .NET Programming[^]

dot-net-tutorial[^]

Useful Reference Books[^]
 
Share this answer
 
Read many books and online tutorials. Get used to the IDE(Visual Studio) and practice coding. Keeping a handy book is suggested. I strongly recommend the following books. If you have not learned C or C++, I suggest you to learn Visual Basic first and then C#.

Visual Basic .NET Programming: Black Book -
http://www.amazon.in/VB-NET-Made-Simple-Programs/dp/8183334792?tag=googinhydr18418-21[^]

Head first C# -
http://www.amazon.in/Head-first-C-Andrew-Stellman/dp/9350230356?tag=googinhydr17835-21[^]

You can also try this tutorial:
http://net-tutorials.com/[^]

Do your best.
 
Share this answer
 
Hi Sathish,

Like Nelek said only way to learn programming language is by continuous effort. read ebooks. watch online videos and try tutorials.

if you want study materials just go to following link.

http://it-ebooks.info/[^]

Good Luck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900