C#练习题(学习路径)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1933364/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 21:58:05  来源:igfitidea点击:

Practice Exercises for C# (Learning Path)

c#

提问by Jasmine Appelblad

I am looking for some exercises or small tasks (Similar to one we get in exams). I have a book which teaches the theory and some example and I do get the Idea from the text but I need exercises to get satisfaction that I really know the basics and syntax etc. Thanks

我正在寻找一些练习或小任务(类似于我们在考试中得到的)。我有一本书教理论和一些例子,我确实从课文中得到了想法,但我需要练习才能获得满足,因为我真的知道基础知识和语法等。谢谢

采纳答案by ram

Try this, http://www.yoda.arachsys.com/csharp/teasers.html, from Jon Skeet, one of the gurus. Thought it might be a little bit advanced, it might be worth trying it out

试试这个,http://www.yoda.arachsys.com/csharp/teasers.html,来自其中一位大师 Jon Skeet。觉得可能有点高级,可能值得一试

Edit: Adding SPojafter reading this SO post

编辑:阅读此 SO 帖子后添加SPoj

回答by Doctor Blue

I would give Project Eulera shot.

我会给欧拉计划一个机会。

回答by Phil Booth

You could try Project Euleror Dave Thomas' Code Kata.

你可以试试Project Euler或 Dave Thomas 的Code Kata