Do you know any C # based “puzzles and answers” ​​like a book? Article? Resource?

Do you know any “puzzles and answers” ​​in C # like a book? Article? Resource?

Why am I asking for this in order to enhance my vision with some interesting quiz scripts; push myself to think differently and maybe I have the edge on unexpected interview questions.

Thanks!

+4
source share
4 answers

stackoverflow.com, of course :) - just reading q and a on this site makes me think differently.

Learn C # with exercises, questions, and puzzles

+3
source

Although this does not apply to C #, Project Euler is a lot of fun.

+2
source

You can find many solutions in C # for Euler projects . This is one resource: http://archive.msdn.microsoft.com/projecteuler

Also tests for Computer language. In tests of the game there are solutions in C # (mono). They encourage people to make faster decisions, and looking at them you can find good recommendations for tuning performance.

Finally, if you are switching from another programming language and want to compare ways to solve common problems, sites such as Rosetta Code or langref . They are also well versed in how to do common things in a new language or as a reference (or even as preparation for general interview questions).

+1
source

StackExchange Website: Programming Puzzles and Code Golf

0
source

All Articles