开发者

Do you know any C# based "puzzles and answers" like book? Article? Resource? [closed]

开发者 https://www.devze.com 2023-03-01 12:58 出处:网络
Closed. This question is opinion-based. It is not currently accepting a开发者_如何转开发nswers.
Closed. This question is opinion-based. It is not currently accepting a开发者_如何转开发nswers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 8 years ago.

Improve this question

Do you know any C# based "puzzles and answers" like book? Article? Resource?

Why I am asking this is to enlarge my vision with some interesting quiz-like scenarios; to force myself think in a different way and which I can maybe have an advantage on unexpected interview questions.

Thanks!


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

Learning C# with exercises, questions and puzzles


Although it's not specific to C#, Project Euler is a lot of fun.


you can find a lot of solutions in c# to project Euler challenges. This is one resource: http://archive.msdn.microsoft.com/projecteuler

Also the benchmarks on The Computer Language Benchmarks Game have solutions in c# (mono). They encourage people to contribute faster solutions and by looking at them you can learn good performance-tuning tips.

Finally, if you're coming from another programming language and want to compare ways of solving common tasks, sites like Rosetta Code or langref are precious. They are also good to just learn how to do common things in a new language or as a reference (or indeed as preparation to common interview questions)


A StackExchange site: Programming Puzzles & Code Golf

0

精彩评论

暂无评论...
验证码 换一张
取 消