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

题目内容 (请给出正确答案)

FCL是一个________,.NET框架和程序员都可以使用。程序员编码和调试时使用的程序设计工具包括Visual Studio 集成开发环境(IDE)、.NET兼容的编译器(例如C#、Visual Basic .NET、F#、IronRuby、managed ++等)、调试器,以及诸如ASP.NET、WCF的Web服务器端开发技术。

A.一组语言规则的集合

B.一套类型框架

C.一种中间语言指令集

D.大型类库


参考答案和解析
大型类库
更多 “FCL是一个________,.NET框架和程序员都可以使用。程序员编码和调试时使用的程序设计工具包括Visual Studio 集成开发环境(IDE)、.NET兼容的编译器(例如C#、Visual Basic .NET、F#、IronRuby、managed ++等)、调试器,以及诸如ASP.NET、WCF的Web服务器端开发技术。A.一组语言规则的集合B.一套类型框架C.一种中间语言指令集D.大型类库” 相关考题
考题 ● 以下关于.NET的叙述,(25)是错误的。(25)A..NET 是 Microsoft XML Web services 平台B..NET Framework是实现跨平台(设备无关性)的执行环境C.编译.NET时,应用程序被直接编译成机器代码D.Visual Studio .NET是一个应用程序集成开发环境

考题 以下()不是开发ASP.NET应用程序的主要语言。 A. Visual BasicB. Visual C#C. JSPD. Visual J#

考题 ● 以下关于.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是基于开放互联网协议而推出的一系列的产品、技术和服务

考题 你正在为 Web 应用创建一个控件 ContosoUI。你需要增加这个控件到 Microsoft VisualStudio .NET 的工具栏。你应该通过下面那两个操作完成?() A. 创建ContosoUI控件为Web控件库。B. 创建ContosoUI控件为Web用户控件。C. 在Visual Studio .NET 工具栏,浏览并选择ContosoUI.ascx。D. 在Visual Studio .NET 工具栏,浏览并选择ContosoUI.dll.

考题 IDE(IntegratedDevelopmentEnvironment)集成开发环境,是专门用于程序开发环境的应用程序,一般包括()和图形用户界面工具。 A、代码编辑器、编译器B、代码编辑器、编译器、调试器C、编译器、调试器D、代码编辑器、编译器、调试器、集成开发环境

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

考题 你觉得ASP.NET 2.0(VS2005)和你以前使用的开发工具(.Net 1.0或其他)有什么最大的区别?你在以前的平台上使用的哪些开发思想(pattern / architecture)可以移植到ASP.NET 2.0上 (或者已经内嵌在ASP.NET 2.0中)

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

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

考题 ASP.NET支持多种语言它的缺省语言是()A、HTMLB、JavaScriptC、Visual BasicD、C#

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

考题 在Visual Studio 2008中默认已安装了ASP.NET AJAX Control Toolkit.

考题 下列哪一项正确描述了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编程语言

考题 ()是一组支持高级WebService标准的NET类,这些标准包括WS-Security、WS-Policy、WS-Reliable Messaging和WS-Attachments等。A、visual studio for officeB、web service extensionsC、NET Compact FrameworkD、ASP.NET

考题 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.

考题 You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You have recently finished the development of an ASP.NET Web application using .NET Framework 4.0. Now, you are deploying the ASP.NET Web application to a remote server. You are required to select a deployment method that will make sure that all Internet Information Services (IIS) settings, in addition to the Web content, are deployed to the remote server. Which of the following deployment methods will you select to accomplish this?()A、Web Setup projectB、Web-based deploymentC、Deployment manifestD、Web Deployment Tool

考题 你正在为 Web 应用创建一个控件 ContosoUI。你需要增加这个控件到 Microsoft VisualStudio .NET 的工具栏。你应该通过下面那两个操作完成?()A、创建ContosoUI控件为Web控件库。B、创建ContosoUI控件为Web用户控件。C、在Visual Studio .NET 工具栏,浏览并选择ContosoUI.ascx。D、在Visual Studio .NET 工具栏,浏览并选择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与.NET Framework之间的关系()。A Visual Studio.NET与.NET Framework之间没有关系B 可以使用Visual Studio.NETIDE或者简单的文本编辑器创建应用程序,应用程序运行时需要使用.NET FrameworkC 开发应用程序时需要.NET Framework,但是在运行Visual Studio.NET创建的应用程序时不需要它D 都不对

考题 单选题你为一家公司创建了一个ASP.NET的应用程序。公司配置了一个XMLWeb服务来返回百科全书的文章清单以及需要请求的关键字。你需要创建一个类来调用XMLWeb服务。你该怎么做?()A 在Visual Studio .NET的Project菜单上选择Add Web Service,并浏览XML Web serviceB 在Visual Studio .NET的Project菜单上选择Add Reference,并浏览XML Web servicC 在Visual Studio .NET的Project菜单上选择Add Web Reference,并浏览XML WebservicD 运行Tlbimp.exe,为XML Web service提供他的URLE 运行Disco.exe,为XML Web service提供他的URL

考题 单选题You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You have recently finished the development of an ASP.NET Web application using .NET Framework 4.0. Now, you are deploying the ASP.NET Web application to a remote server. You are required to select a deployment method that will make sure that all Internet Information Services (IIS) settings, in addition to the Web content, are deployed to the remote server. Which of the following deployment methods will you select to accomplish this?()A Web Setup projectB Web-based deploymentC Deployment manifestD Web Deployment Tool

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