Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
3.76/5 (5 votes)
See more:
Does the Code Project offers some kind of tests, to check my c# programming skills? I would need to know what is my level is, What do I need to improve my programming skills?

Regards,

Sami
Posted
Updated 8-Aug-19 18:57pm
Comments
Sanjay K. Gupta 5-Feb-13 9:15am    
I am giving you a question to test your programming skill. Write C# code for calculating below scenario.

1. Potato 5 Rs/Kgs
2. Onion 1 Rs/Kgs
3. Palak 0.25/Kgs

write a program to buy all vegetables 5 Kgs in 5 Rs.

No, we don't.

Sorry but that's about all I can say...
 
Share this answer
 
Best way to test your skills Sami is to review other people's code for things that you had already implemented.
You can then see other approaches, and learn a lot from it.
Further more, if you have an environment in which there are experienced developers, it can be useful to just ask for advice and an evaluation, it will just push you forward and show you are not afraid of criticism, but rather enthusiastic about learning.

In any case CP does not provide those services.

Good luck,
Edo
 
Share this answer
 
Testing your programming skills is a highly subjective thing. For a start, what do you classify as programming? Is it the act of writing code? Does it involve design?

Beyond that, what area would you test? You may be an absolute master of ASP MVC, but have no knowledge of ASP.NET. Your WPF may be fu-tastic, but your Silverlight may be poor. Perhaps you know ADO.NET inside out, but have no knowledge of Entity Framework.

One thing I do tend to find - the really great programmers have a thirst for knowledge and are always on the lookout for something to really push their skills, and they always think that they haven't mastered their craft. The ones to watch out for are the ones who think they are experts.

If you want to improve your skillset, write code and then write more code. Look at things from other areas that you might want to try and shoehorn into your own code.
 
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