MCAD 2310B Module-1 Question

来源:互联网 发布:淘宝小毛驴家佛牌真假 编辑:程序博客网 时间:2024/06/10 19:56

What the core technologies in the .NET Platform?

  1. .NET Framework
  2. .NET Enterpirse Servers
  3. Build a Block Services
  4. Visual Studio .NET

List the Componnents that comprise the .NET Framework?

  1. CLR(Common Language Runtime
  2. .NET Framework Class Library
  3. Data and XML
  4. XML Web Services
  5. Web Forms
  6. Windows Forms

What is purpose of CLR?

      The CLR provides an environment in which you can execute your code.The runtime also provides a compiler,langauge independence and portability.The runtime also performs garbage collection.