如何提高我们的C#技能 [英] How to improve our C# skills

查看:62
本文介绍了如何提高我们的C#技能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何改进这个C#。而且有些时候我在coaded部分感到困惑...所以请告诉我,我可以解决我的缺点..?



我尝试过:



如何改进这个C#。而且有些时候我在coaded部分感到困惑...所以告诉我,我可以解决我的缺点..?

How to improve this C#. And aslo some time i was confused in coading part ...so tell me what can i work on my drawbacks..?

What I have tried:

How to improve this C#. And aslo some time i was confused in coading part ...so tell me what can i work on my drawbacks..?

推荐答案

没有替代的阅读,练习,阅读,练习,阅读和练习。不可能简化这个过程以解决这个问题。
There is no substitute for reading, practice, reading, practice, more reading and more practice. It's impossible to shortcut the process to get around this.


恕我直言,没有更多的痛苦。你旅行的路径越具挑战性,你就越强大。除了解决方案1之外,我还鼓励您参加一些编码论坛,比如Code Project,在那里您可以面对各种真实的编码问题。通过尝试解决这些问题,或者只是从专家的解决方案中学习,他们对做事和不做的建议,交流讨论以及许多指向良好教程的链接,一种可靠的方法来强化您的技能和知识。欢呼!
IMHO, no pain more gain. The more challenging the path you travel, the more stronger you will become. Apart from solution 1, I would encourage you to participate in some coding forums, like Code Project, where you get to come face to face with all sorts of real coding questions. One sure way to tougher your skills and knowledge is by attempting to solve them, or simply learning from the experts' solutions, their advice on do's and dont's, exchange of discussions, and many links to good tutorials. Cheer!


掌握一些分析方法, Dijkstra自上而下方法是一个好的开始。

https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design [ ^ ]

https://en.wikipedia.org/wiki/Structured_programming [ ^ ]

https://en.wikipedia .org / wiki / Edsger_W._Dijkstra [ ^ ]

https://www.cs.utexas.edu/ users / EWD / ewd03xx / EWD316.PDF [ ^ ]



----- -----

你应该学会尽快使用调试器。而不是猜测你的代码在做什么,现在是时候看到你的代码正在执行并确保它能达到预期的效果。



调试器中没有魔法,它没有找到错误,只是告诉你你的代码在做什么。



调试器 - 维基百科,免费的百科全书 [ ^ ]

掌握Visual Studio 2010中的调试 - 初学者指南 [ ^ ]
Master some analyze methods, Dijkstra Top-Down method is a good start.
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]

----------
You should learn to use the debugger as soon as possible. Rather than guessing what your code is doing, It is time to see your code executing and ensuring that it does what you expect.

There is no magic in the debugger, it don't find bugs, it just show you what your code is doing.

Debugger - Wikipedia, the free encyclopedia[^]
Mastering Debugging in Visual Studio 2010 - A Beginner's Guide[^]


这篇关于如何提高我们的C#技能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆