本文介绍了为什么C#快速应用开发(RAD)语言?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我听说C#是一个快速应用开发(RAD)语言。即使是在维基百科阅读的我不明白。结果
能否请你解释一下吗?
I heard that C# is a rapid application development (RAD) language. Even after reading an article in wikipedia about RAD I didn't understand it.
Could you please explain it for me?
推荐答案
这是一个营销术语,恕我直言:)基本上微软,是说你可以用它快速构建应用程序(而不是像C语言)
It is a marketing term IMHO :) Basically Microsoft is saying you can build applications rapidly with it (as opposed to languages like C).
在一般RAD的语言将有:
In general RAD languages will have:
- 很多,你可以使用预构建的软件组件(文件IO组件,网络组件类序列化和远程处理等)
- 发展支持WYSISYG GUI创建环境。
- 大量的用于诊断,测试和调试工具。
- 自动内存管理(垃圾收集)。
- Lots of pre-built software components you can use (File IO components, network components, classes for serializing and remoting etc.)
- Development environments that support WYSISYG GUI creation.
- Lots of tools for diagnostics, testing and debugging.
- Automatic memory management (garbage collection).
这篇关于为什么C#快速应用开发(RAD)语言?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!