I want to learn console progrmmaing and all concept related to c# my own.
please help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Andrew FensterPosted Apr 15, 2011, 10:34 AM
I find it very useful to make something. When I was first learning to program, I used to set myself a problem and then solve it. For example:
(1) There are 92 ways you can place 8 queens on a chessboard and not have a single one attacking another one. Write a program to find them all.
(2) Once you've done that, make some kind of display that allows the user to toggle through all 92 solutions.
Having some kind of problem made it more interesting for me, which kept me going.
B M SuchitraPosted Apr 15, 2011, 3:40 AM
You can refer balguruswamy or complete reference c# book.. Balguruswamy is very good for beginners to understand basic concept of OOPS.. Take ur time and learn each and every topic of that book and most important is to practice writing programs.. Without practicing learning is of no use..