网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
下列哪一项正确描述了Visual Studio.NET与.NET Framework之间的关系()。
A

Visual Studio.NET与.NET Framework之间没有关系

B

可以使用Visual Studio.NETIDE或者简单的文本编辑器创建应用程序,应用程序运行时需要使用.NET Framework

C

开发应用程序时需要.NET Framework,但是在运行Visual Studio.NET创建的应用程序时不需要它

D

都不对


参考答案

参考解析
解析: 暂无解析
更多 “单选题下列哪一项正确描述了Visual Studio.NET与.NET Framework之间的关系()。A Visual Studio.NET与.NET Framework之间没有关系B 可以使用Visual Studio.NETIDE或者简单的文本编辑器创建应用程序,应用程序运行时需要使用.NET FrameworkC 开发应用程序时需要.NET Framework,但是在运行Visual Studio.NET创建的应用程序时不需要它D 都不对” 相关考题
考题 .NET Framework3.5 不包括( )。 A、.NET Framework1.1B、.NET Framework2.0C、LINQD、ASP.NET AJAX

考题 ● 以下关于.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环境

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

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

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

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

考题 在Visual Studio.NET窗口中,在()窗口中可以察看当前项目的类和类型的层次信息。A、解决方案资源管理器B、类视图C、资源视图D、属性

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

考题 下列各选项中,哪个选项不是.NET Framework的组成部分()。A、应用程序开发程序B、公共语言规范和.NET Framework类库C、语言编辑器D、JIT编辑器和应用程序执行管理

考题 NET Framework中定义的“EndEntry”节点类型表示结束项。

考题 在Visual Studio.NET窗口,()窗口显示了当前Visual Studio解决方案的树型结构。A、类视图B、解决方案资源管理器C、资源视图D、属性

考题 下列关于命名空间描述不正确的是()。A、命名空间就是.NET Framework中相关类和命名空间的集合B、System.Windows.Forms命名空间定义了包含工具箱中的控件及窗体自身的类C、命名控件中的所有类都是从同一个基类中继承的D、上述都对

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

考题 在对SQL Server数据库操作时应选用()。A、SQL Server .NET Framework数据提供程序B、OLE DB .NET Framework数据提供程序C、ODBC .NET Framework数据提供程序D、Oracle .NET Framework数据提供程序

考题 You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()A、This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.B、This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.C、This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.D、This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.

考题 单选题你使用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

考题 单选题You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()A This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.B This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.C This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.D This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.

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

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

考题 单选题在Visual Studio.NET窗口,()窗口显示了当前Visual Studio解决方案的树型结构。A 类视图B 解决方案资源管理器C 资源视图D 属性

考题 单选题在Visual Studio.NET窗口中,在()窗口中可以察看当前项目的类和类型的层次信息。A 解决方案资源管理器B 类视图C 资源视图D 属性

考题 单选题You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are in the process of storing numerical values up to 2,100,000,000 into a variable and may require storing negative values using a .NET Framework 2.0 application. You are required to optimize memory usage. What should you do? ()A  Int32B  UInt16C  UInt32D  Int16

考题 单选题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?()A Attach Microsoft Visual Studio.NET to the w3wp.exe process.B Attach Microsoft Visual Studio.NET to the inetinfo.exe process.C Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.D Attach 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? ()A Attach Microsoft Visual Studio.NET to the w3wp.exe process.B Attach Microsoft Visual Studio.NET to the inetinfo.exe process.C Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.D Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.

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

考题 单选题下列各选项中,哪个选项不是.NET Framework的组成部分()。A 应用程序开发程序B 公共语言规范和.NET Framework类库C 语言编辑器D JIT编辑器和应用程序执行管理

考题 单选题下列关于命名空间描述不正确的是()。A 命名空间就是.NET Framework中相关类和命名空间的集合B System.Windows.Forms命名空间定义了包含工具箱中的控件及窗体自身的类C 命名控件中的所有类都是从同一个基类中继承的D 上述都对