Testinside题库优惠中,70-558考试资料分享.doc_第1页
Testinside题库优惠中,70-558考试资料分享.doc_第2页
Testinside题库优惠中,70-558考试资料分享.doc_第3页
Testinside题库优惠中,70-558考试资料分享.doc_第4页
Testinside题库优惠中,70-558考试资料分享.doc_第5页
已阅读5页,还剩5页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

最新活动:Testinside考题大师权威微软,思科,太阳,CIW中,IBM公司,北电网络,惠普,甲骨文等各大的IT认证题库,最新考题售价仅180元起。(时间有限!)机会不容错过!需要的朋友一定要抓住这个机会!下面开始我们的正文!70-558考试资料MCAD Skills to MCTS Windows Apps by Using the MS .NET Frmwrk科目编号:70-558科目名称:MCAD Skills to MCTS Windows Apps by Using the MS .NET Frmwrk语言: 英语考生: 开发人员技术: 微软Visual Studio 2005类型: 监考考试相关:MCAD.NETTestinside题库价格:¥ 280.0070-558 考试是Microsoft公司的 MCAD Skills to MCTS Windows Apps by Using the MS .NET Frmwrk 认证考试官方代号,MCAD Skills to MCTS Windows Apps by Using the MS .NET Frmwrk 认证作为全球IT领域专家 Microsoft 热门认证之一,是许多大中IT企业选择人才标准的必备条件。70-558 考试概述:About this ExamCandidates for this exam work on a team in a medium-sized or large development environment that uses Microsoft Visual Studio 2005. Candidates should have a minimum of one year of experience developing Microsoft Windowsbased applications by using the Microsoft .NET Framework.Audience ProfileCandidates for this exam work on a team in a medium-sized or large development environment that uses Microsoft Visual Studio 2005. Candidates should have a minimum of one year of experience developing Microsoft Windowsbased applications by using the Microsoft .NET Framework. Candidates should have a working knowledge of Visual Studio 2005.Credit Toward CertificationWhen you pass Exam 70-558: UPGRADE: MCAD Skills to MCTS Windows Applications by Using the Microsoft .NET Framework, you complete the requirements for the following certification(s):Microsoft Certified Technology Specialist: .NET 2.0 Windows Applications70-558 考试大纲:Developing applications that use system types and collectionsManage data in a .NET Framework application by using .NET Framework 2.0 system types. (Refer System namespace)May include but is not limited to: Value types; Reference types; Attributes; Generic types; Exception classes; Boxing and UnBoxing; TypeForwardedToAttributes classManage a group of associated data in a .NET Framework application by using collections. (Refer System.Collections namespace)May include but is not limited to: ArrayList class; Collection interfaces; Iterators; Hashtable class; CollectionBase class and ReadOnlyCollectionBase class; DictionaryBase class and DictionaryEntry class; Comparer class; Queue class; SortedList class; BitArray class; Stack classImprove type safety and application performance in a .NET Framework application by using generic collections. (Refer System.Collections.Generic namespace)May include but is not limited to: Collection.Generic interfaces; Generic Dictionary; Generic Comparer class and Generic EqualityComparer class; Generic KeyValuePair structure; Generic List class, Generic List.Enumerator structure, and Generic SortedList class; Generic Queue class and Generic Queue.Enumerator structure; Generic SortedDictionary class; Generic LinkedList; Generic Stack class and Generic Stack.Enumerator structureImplement .NET Framework interfaces to cause components to comply with standard contracts. (Refer System namespace)May include but is not limited to: IComparable interface; IDisposable interface; IConvertible interface; ICloneable interface; INullableValue interface; IEquatable interface; IFormattable interfaceEmbedding configuration, diagnostic, management, and installation features into a .NET Framework applicationEmbed configuration management functionality into a .NET Framework application. (Refer System.Configuration namespace)May include but is not limited to: Configuration class and ConfigurationManager class; ConfigurationSettings class, ConfigurationElement class, ConfigurationElementCollection class, and ConfigurationElementProperty class; Implement IConfigurationSectionHandler interface; ConfigurationSection class, ConfigurationSectionCollection class, ConfigurationSectionGroup class, and ConfigurationSectionGroupCollection class; Implement ISettingsProviderService interface; Implement IApplicationSettingsProvider interface; ConfigurationValidationBase class; Implement IConfigurationSystem interfaceDebug and trace a .NET Framework application by using the System.Diagnostics namespace.May include but is not limited to: Debug class and Debugger class; Trace class, CorrelationManager class, TraceListener class, TraceSource class, TraceSwitch class, XmlWriterTraceListener class, DelimitedListTraceListener class, and EventlogTraceListener class; Debugger attributesImplementing serialization and input/output functionality in a .NET Framework applicationSerialize or deserialize an object or an object graph by using runtime serialization techniques. (Refer System.Runtime.Serialization namespace)May include but is not limited to: Serialization interfaces; Serilization attributes; SerializationEntry structure and SerializationInfo class; ObjectManager class; Formatter class, FormatterConverter class, and FormatterServices class; StreamingContext structureControl the serialization of an object into XML format by using the System.Xml.Serialization namespace.May include but is not limited to: Serialize and deserialize objects into XML format by using the XmlSerializer class; Control serialization by using serialization attributes; Implement XML Serialization interfaces to provide custom formatting for XML serialization; Delegates and event handlers provided by the System.Xml.Serialization namespaceAccess files and folders by using the File System classes. (Refer System.IO namespace)May include but is not limited to: File class and FileInfo class; Directory class and DirectoryInfo class; DriveInfo class and DriveType enumeration; FileSystemInfo class and FileSystemWatcher class; Path class; ErrorEventArgs class and ErrorEventHandler delegate; RenamedEventArgs class and RenamedEventHandler delegateCompress or decompress stream information in a .NET Framework application (refer System.IO.Compression namespace), and improve the security of application data by using isolated storage. (Refer System.IO.IsolatedStorage namespace)May include but is not limited to: IsolatedStorageFile class; IsolatedStorageFileStream class; DeflateStream class; GZipStream classImproving the security of .NET Framework applications by using the .NET Framework 2.0 security featuresImplement access control by using the System.Security.AccessControl classes.May include but is not limited to: DirectorySecurity class, FileSecurity class, FileSystemSecurity class, and RegistrySecurity class; AccessRule class; AuthorizationRule class and AuthorizationRuleCollection class; CommonAce class, CommonAcl class, CompoundAce class, GeneralAce class, and GeneralAcl class; AuditRule class; MutexSecurity class, ObjectSecurity class, and SemaphoreSecurity classImplement a custom authentication scheme by using the System.Security.Authentication classes. (Refer System.Security.Authentication namespace)May include but is not limited to: Authentication algorithms and SSL protocolsEncrypt, decrypt, and hash data by using the System.Security.Cryptography classes. (Refer System.Security.Cryptography namespace)May include but is not limited to: DES class and DESCryptoServiceProvider class; HashAlgorithm class; DSA class and DSACryptoServiceProvider class; SHA1 class and SHA1CryptoServiceProvider class; TripleDES and TripleDESCryptoServiceProvider class; MD5 class and MD5CryptoServiceProvider class; RSA class and RSACryptoServiceProvider class; RandomNumberGenerator class; CryptoStream class; CryptoConfig class; RC2 class and RC2CryptoServiceProvider class; AsymmetricAlgorithm class; ProtectedData class and ProtectedMemory class; RijndaelManaged class and RijndaelManagedTransform class; CspParameters class; CryptoAPITransform class; Hash-based Message Authentication Code (HMAC)Control permissions for resources by using the System.Security.Permission classes. (Refer System.Security.Permission namespace)May include but is not limited to: SecurityPermission class; PrincipalPermission class; FileIOPermission class; StrongNameIdentityPermission class; UIPermission class; UrlIdentityPermission class; PublisherIdentityPermission class; GacIdentityPermission class; FileDialogPermission class; DataProtectionPermission class; EnvironmentPermission class; IUnrestrictedPermission interface; RegistryPermission class; IsolatedStorageFilePermission class; KeyContainerPermission class; ReflectionPermission class; StorePermission class; SiteIdentityPermission classControl code privileges by using System.Security.Policy classes (Refer System.Security.Policy namespace)May include but is not limited to: ApplicationSecurityInfo class and ApplicationSecurityManager class; ApplicationTrust class and ApplicationTrustCollection class; Evidence class and PermissionRequestEvidence class; CodeGroup class, FileCodeGroup class, FirstMatchCodeGroup class, NetCodeGroup class, and UnionCodeGroup class; Condition classes; PolicyLevel class and PolicyStatement class; IApplicationTrustManager interface, IMembershipCondition interface, and IIdentityPermissionFactory interfaceAccess and modify identity information by using the System.Security.Principal classes. (Refer System.Security.Principal namespace)May include but is not limited to: GenericIdentity class and GenericPrincipal class; WindowsIdentity class and WindowsPrincipal class; NTAccount class and SecurityIdentifier class; IIdentity interface and IPrincipal interface; WindowsImpersonationContext class; IdentityReference class and IdentityReferenceCollection classImplementing interoperability, reflection, and mailing functionality in a .NET Framework applicationSend electronic mail to a Simple Mail Transfer Protocol (SMTP) server for delivery from a .NET Framework application. (Refer System.Net.Mail namespace)May include but is not limited to: MailMessage class; MailAddress class and MailAddressCollection class; SmtpClient class, SmtpPermission class, and SmtpPermissionAttribute class; Attachment class, AttachmentBase class, and AttachmentCollection class; SmtpException class, SmtpFailedRecipientException class, and SmtpFailedRecipientsException class; SendCompletedEventHandler delegate; LinkedResource class and LinkedResourceCollection class; AlternateView class and AlternateViewCollection classImplementing globalization, drawing, and text manipulation functionality in a .NET Framework applicationEnhance the user interface of a .NET Framework application by using the System.Drawing namespace.May include but is not limited to: using brushes, pens, colors, and fonts; using graphics, images, bitmaps, and icons; using shapes and sizesCreating a UI for a Windows Forms Application by Using Standard ControlsManage control layout on a Windows Form.May include but is not limited to: Group and arrange controls by using the Panel control, GroupBox control, TabControl control, FlowLayoutPanel control, and TableLayoutPanel control; Use the SplitContainer control to create dynamic container areasAdd and configure a Windows Forms control.May include but is not limited to: Use the integrated development environment (IDE) to add a control to a Windows Form or other container control of a project at design time; Add controls to a Windows Form at run time; Configure controls on a Windows Form at design time to optimize the UI; Modify control properties; Configure controls on a Windows Form at run time to ensure that the UI complies with best practices; Create and configure command controls on a Windows Form; Create and configure text edit controls on a Windows Form; Create and configure text display controls on a Windows Form; Use the LinkLabel control to add Web-style links to Windows Forms applications; Provide a list of options on a Windows Form by using a ListBox control, a ComboBox control, or a CheckedListBox control; Configure the layout and functionality of a Windows Form to display a list of items; Implement value-setting controls on a Windows Form; Configure a WebBrowser control; Add and configure date-setting controls on a Windows Form; Display images by using Windows Forms controls; Configure the NotifyIcon component; Create access keys for Windows Forms controlsCreate and configure menus.May include but is not limited to: Create and configure a MenuStrip component on a Windows Form; Change the displayed menu structure programmatically; Create and configure the ContextMenuStrip component on a Windows FormIntegrating Data in a Windows Forms ApplicationImplement data-bound controls.May include but is not limited to: Use the DataGridView control to display and update the tabular data contained in a data source; Use a simple data-bound control to display a single data element on a Windows Form; Implement complex data binding to integrate data from multiple sources; Navigate forward and backward through records in a DataSet in Windows Forms; Define a data source by using a DataConnector component; Create data forms by using the Data Form WizardManage connections and transactions.May include but is not limited to: Configure a connection to a database by using the Connection Wizard; Configure a connection to a database by using Server Explorer; Configure a connection to a database by using the Connection class; Connect to a database by using specific database Connection objects; Enumerate through instances of Microsoft SQL Server; Open an ADO.NET connection to a database; Close an ADO.NET connection to a database by using the Close method of the Connection object; Protect access to data source connection details; Create a connection designed for reuse in a connection pool; Control a connection pool by configuring ConnectionString values based on database type; Use the Connection events to detect database information; Handle exceptions when connecting to a database; Perform transactions by using the Transaction objectRead, write, and validate XML by using the XmlReader class and the XmlWriter class.May include but is not limited to: Read XML data by using the XmlReader class; Read all XML element and attribute content; Read specific element and attribute content; Read XML data by using the XmlTextReader class; Read node trees by using the XmlNodeReader class; Validate XML data by using the XmlValidatingReader class; Write XML data by using the XmlWriter classEnhancing UsabilityCreate, configure, and customize user assi

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论