Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
4.20/5 (2 votes)
See more:
Hi guys, i want some valuable suggestions from you. I am beginner in c# and i am attending for interviews and aptitude tests. I couldn't write the programs which are given in aptitude tests. Could you please suggest me some tips to enhance programming skills(c#) and any books for aptitude tests programs. Because i been looking for the job on .net(c#)since 8months. I couldn't do programs in aptitude tests. Help me guys. Thank you
Posted

Never take the shortcut.
Computer programming is not about language per se. It is about intelligent use of language to implement problem solving techniques using computer, that is essentially what the aptitude test is about - to gauge how much of such quality you have. You cannot improve your aptitude by trying out all sort of aptitude tests. That is shortcut. Shortcut does not pay. The only way to improve your aptitude is through serious leaning and a lot of hands-on practices. I have some points to share:
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 to help you get started:
1. 4 Things You Need To Know About a Career in IT[^]
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.
 
Share this answer
 
v2
You are not going to get good at programming by reading books or taking aptitude tests. Use the books to learn the syntax of the language. You get good at programming by writing code, a lot of code. Find a project that you want to do and then do some research about it and write the code that makes it happen. Go through the articles here is a good place to start.
 
Share this answer
 
Practice make man perfect!
Start from console application.
 
Share this answer
 
look at this link for sample beginners programs.

http://msdn.microsoft.com/en-us/library/aa288436(v=vs.71).aspx[^]

and you must keep practising if you want to be good at it.
 
Share this answer
 
http://www.indiabix.com/aptitude/questions-and-answers/[^]

and
W3schools site are very helpfull for begineers


and
understand the basics of C# ,loops,array,collection ,operators are very important
practice some simple console application in c#,starting from low level
 
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