寻找一些有趣的 C# 编程问题
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/277106/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Looking for some Interesting C# Programming Problems
提问by Anon
I am tired of doing typical CRUD programming type applications. I would like to work on some interesting (not too hard) programming problems. Are there any sites out there to help me exercise my brain?
我厌倦了做典型的 CRUD 编程类型的应用程序。我想解决一些有趣(不太难)的编程问题。有没有可以帮助我锻炼大脑的网站?
回答by ChrisHDog
Project Euler: http://projecteuler.net/is a nice collection of randomly interesting problems.
Project Euler:http: //projecteuler.net/是一个很好的随机有趣问题的集合。
Somewhat related (not always programming, but generally interesting to programmers) is the IBM ponder this site: http://domino.research.ibm.com/Comm/wwwr_ponder.nsf/pages/index.html
有点相关(并不总是编程,但通常对程序员感兴趣)是 IBM 思考这个站点:http: //domino.research.ibm.com/Comm/wwwr_ponder.nsf/pages/index.html
回答by JaredPar
One other great site is ... stackoverflow.com :)
另一个很棒的网站是... stackoverflow.com :)
There are some really great questions asked on this site. I find it fun to pick some of the questions and develop answers for them. Often I pick a theme. For instance for the last week, I've tried to solve as many problems as possible using only a single LINQ expression.
这个网站上有一些非常好的问题。我发现挑选一些问题并为它们制定答案很有趣。我经常选择一个主题。例如,上周,我尝试仅使用一个 LINQ 表达式来解决尽可能多的问题。
回答by Mike Minutillo
I've used the problems on Ruby Quizbefore. Other than that Dave Thomas' CodeKataand see if there is a Coding Dojonear you.
我以前在Ruby Quiz上使用过这些问题。除了 Dave Thomas 的CodeKata,看看您附近是否有Coding Dojo。
回答by CMS
Check DotNetPerlsthey have a good selection of problems and solutions focusing in C# programming.
检查DotNetPerls,他们有很多专注于 C# 编程的问题和解决方案。
I also like the C# Brainteasersfrom Jon Skeet, good code snippets to read and learn more about the language, some have very interesting and surprising results...
我也喜欢Jon Skeet的C# 脑筋急转弯,很好的代码片段,可以阅读和了解更多关于该语言的知识,有些有非常有趣和令人惊讶的结果......