Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello,
this is my first mail , i start learning c# programing since 4 month but i really don't that i understand that much so i need advice what to do ? thank u
Posted
Comments
Zoltán Zörgő 13-Sep-12 15:40pm    
Learn more, exercise, ask concrete things.
[no name] 13-Sep-12 15:40pm    
Need advice what to do about what?
surkatte 13-Sep-12 15:43pm    
Recommend a particular book or video tutorial
Zoltán Zörgő 13-Sep-12 15:46pm    
In terms of book you should look for something in your mother tongue if possible.

No surprise: 4 months represent a relatively short time period for learning a (relatively) complex programming language like C#.
As already suggested you need to try hard studying object oriented programming and the C# language itself. However the best advice is: experience, experience (and then experience). You have to code a lot, to grasp a programming language.
 
Share this answer
 
1. Get a basic Understand of Object Oriented Programming Fundamentals (Online/Book).

2. Learn how to use Visual Studio for Debugging a code.

3. Learn from other people programs . Put some break points in their code, Debug and Try to understand whats happening.

3. Read a C# book. Try writing and Debug the Programs from that book using what u have learnt.
 
Share this answer
 
Comments
surkatte 13-Sep-12 16:26pm    
thank u
ShotDriller 13-Sep-12 16:33pm    
You are Welcome!!. As Mr.CPallini said, 4 months in Coding world is very short period. Practice and Experience will make u good at programming.
Legor 14-Sep-12 4:02am    
I like point two a lot. Especially since this is something that doesn't seem to get teached much in universities.

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