每一个正式版本的.NET框架都会有一个与之对应的开发环境,微软称之为Visual Studio,中文的意思是

每一个正式版本的.NET框架都会有一个与之对应的开发环境,微软称之为Visual Studio,中文的意思是


参考答案和解析
正确

相关考题:

● 以下关于.NET的叙述,(25)是错误的。(25)A..NET 是 Microsoft XML Web services 平台B..NET Framework是实现跨平台(设备无关性)的执行环境C.编译.NET时,应用程序被直接编译成机器代码D.Visual Studio .NET是一个应用程序集成开发环境

● 以下关于.NET的描述,错误的是 (25) 。(25)A.Microsoft .NET 是一个程序运行平台B..NET Framework 管理和支持.NET 程序的执行C.Visual Studio .NET 是一个应用程序集成开发环境D.编译.NET 时,应用程序被直接编译成机器代码

下列( )不是运行ASP.NET程序的必要条件。A.IISB.浏览器C..NET FrameworkD.Microsoft Visual Studio.NET环境

( 58 )下列关于 Visual Studio 2008 的叙述中,哪一条是不正确的?A) Visual Studio 2008 彻底解决了需要绑定一个特定版本的 CLR (通用语言架构机制)的问题B) Visual Studio 2008 实现了 Dreamwaver 网页编辑的功能C) Visual Studio 2008 对 AJAX 和 Java Script. 提供了更丰富的支持D) Visual Studio 2008 允许编写使用 LINQ 的代码

以下关于.NET的描述,错误的是( )。 A.通用语言运行环境处于.NET开发框架的最低层 B..NET Framework管理和支持.NET程序的执行 C.Visual Studi0.NET是一个应用程序集成开发环境 D.Sun公司的.NET是基于开放互联网协议而推出的一系列的产品、技术和服务

下列关于Visual Studio 2008的叙述中,哪一条是不正确的?A.、rsual Studio 2008彻底解决了需要绑定一个特定版本的cLR(通用语言框架机制)的问题B.Visual Studio 2008实现了Dreamwaver网页编辑的功能C.Visual Studio 2008对AJAx和.1avaScript提供了更丰富的支持D.Visual Studio 2008允许编写使用uNQ的代码

Visual Studio 2008是第一个允许开发人员针对______多个版本开发的Visual STudio版本。

关于微软的.NET框架的描述中,正确的是( )。A..NET框架提供了一个公共语言运行时环境,提供内存管理B..NET框架中的服务框架提供内存管理C..NET框架提供标准语言库,从而提供内存管理D..NET框架提供Windows应用程序模板,从而提供内存管理

●有关.NET框架的描述,(23)是错误的。(23)A.Visual Studio.NET是.NET平台的开发工具B..NET是ASP. NET的一个应用实例,是ASP. NET的一部分C..NET框架兼容了COM/DCOM基础结构D.通过Web Service技术可以实现.NET与J2EE的互操作

VisualStudio是微软公司提供的一种()A、开发环境B、高级语言C、Microsoft.Net框架D、Windows窗体

在Visual Studio.NET窗口,()窗口显示了当前Visual Studio解决方案的树型结构。

为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。您正在开发.NET框架2.0Windows服务应用程序。您需要跨多个进程同步执行的一些资源。你应该做什么?()A、使用互斥锁类。B、使用Interlocked类。C、使用Monitor类。D、使用ReaderWriterLock类。

在Visual Studio 2008环境中开发网站必须安装IIS。

以下编辑器可以用来编辑网页文件的是?()A、写字板B、Visual Studio InterDev6.0C、Visual Studio SourceSafe6.0D、Visual Studio.NET2003

下列关于VisualStudio2008的叙述中,哪一条是不正确的?()A、Visual Studio 2008彻底解决了需要绑定一个特定版本的CLR(通用语言框架机制)的问题B、Visual Studio 2008实现了Dreamwaver网页编辑的功能C、Visual Studio 2008对AJAX和JavaScript提供了更丰富的支持D、Visual Studio2008允许编写使用LINQ的代码

下列哪一项正确描述了Visual Studio.NET与.NET Framework之间的关系()。A、Visual Studio.NET与.NET Framework之间没有关系B、可以使用Visual Studio.NETIDE或者简单的文本编辑器创建应用程序,应用程序运行时需要使用.NET FrameworkC、开发应用程序时需要.NET Framework,但是在运行Visual Studio.NET创建的应用程序时不需要它D、都不对

下列关于ASP.NET的描述中,错误的是()。A、ASP.NET依赖于微软的.NET框架B、ASP.NET采用纯面向对象语言比采用脚本语言的执行效率高C、ASP.NET采用代码分离技术有利于开发协作D、ASP.NET和ASP都采用了JavaScript编程语言

关于微软的.NET框架的描述中,正确的是()。A、.NET框架提供了一个公共语言运行时环境,提供内存管理B、.NET框架中的服务框架提供内存管理C、.NET框架提供标准语言库,从而提供内存管理D、.NET框架提供Windows应用程序模板,从而提供内存管理

You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET. Which two actions should you perform?()A、Create the ContosoUI control as a Web Control Library.B、Create the ContosoUI control as a Web user control.C、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.ascx.D、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.dll.

单选题你使用VisualStudio.NET创建与MicrosoftSQLServer数据库相连的应用程序。你创建一个命名为SQLServer存储过程,并将存储过程保存到数据库中,你们队的其他开发者频繁的调用其它的存储过程,你要检测你的存储过程是否完全正确,你通过调用在VisualStudio.NET调试器中的CustOrderDetails,你应该怎么做?()A使用Visual Studio.NET Server Explorer运行TestKOrderDetailsB使用Visual Studio.NET Server Explorer进入TestKOrderDetailsC在Window命令行中,使用Ctrl+E来运行TestKOrderDetailsD把TestKOrderDetails从Visual Studio.NET Server Explorer中移到一个Window窗体,在调试模式中运行应用程序并调用TestKOrderDetails

填空题在Visual Studio.NET窗口,()窗口显示了当前Visual Studio解决方案的树型结构。

单选题下列哪一项正确描述了Visual Studio.NET与.NET Framework之间的关系()。AVisual Studio.NET与.NET Framework之间没有关系B可以使用Visual Studio.NETIDE或者简单的文本编辑器创建应用程序,应用程序运行时需要使用.NET FrameworkC开发应用程序时需要.NET Framework,但是在运行Visual Studio.NET创建的应用程序时不需要它D都不对

单选题VisualStudio是微软公司提供的一种()A开发环境B高级语言CMicrosoft.Net框架DWindows窗体

单选题You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote  | English | Chinese | Japan | Korean | - 127 - Test Information Co., Ltd. All rights reserved. debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do?()AAttach Microsoft Visual Studio.NET to the w3wp.exe process.BAttach Microsoft Visual Studio.NET to the inetinfo.exe process.CAttach Microsoft Visual Studio.NET to the Msvsmon.exe process.DAttach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.

单选题You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do? ()AAttach Microsoft Visual Studio.NET to the w3wp.exe process.BAttach Microsoft Visual Studio.NET to the inetinfo.exe process.CAttach Microsoft Visual Studio.NET to the Msvsmon.exe process.DAttach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.

单选题Visual Studio.Net开发平台是()公司提供的.NET应用程序集成开发工具。ABorlandBMicrosoftCIntelDIBM

判断题微软. NET计划的体系结构其实是一个可以作为平台支持下一代Internet的可编程结构。它由. NET框架和Visual Studio.NET、服务器结构、构造块服务、智能设备软件4部分组成。A对B错

单选题关于微软的.NET框架的描述中,正确的是()。A.NET框架提供了一个公共语言运行时环境,提供内存管理B.NET框架中的服务框架提供内存管理C.NET框架提供标准语言库,从而提供内存管理D.NET框架提供Windows应用程序模板,从而提供内存管理