A.Hungarian_notationB.随便起名字C.CamelD.Pascal
单项选择题为保护Web_Service不受恶意访问的攻击,应使用()保护Web_Service。
A.IIS目录安全性B.NTFS安全性C.共享目录安全性D.TCP/IP安全性
单项选择题设置openfiledialog1引用一个openfiledialog对象,则打开该对话框的正确代码是()。
A.openfiledialog1.show()B.openfiledialog1.showdialog()C.openfiledialog1.open()D.openfiledialog1.openandshow()
单项选择题在从标准文本文件(如:readme.txt)中读取信息行,应使用()操作文件。
A.XmltextReaderB.XmlReaderC.TextReaderD.StreamReader
单项选择题在Visual Studio.NET窗口中处理HTML文档时,可以使用()窗口来编辑某HTML元素的Text、Title、Style等信息。
A.资源视图B.类视图C.属性D.解决方案资源管理器
单项选择题NET提供的管理常用数据结构的List.Quese.HashTable等类是直接包含在()命名空间中的。
A.System.DataB.System.IOC.System.CollectionsD.System