微软认证考试资料

微软认证考试资料

ID:21011799

大小:1.23 MB

页数:103页

时间:2018-10-18

微软认证考试资料_第1页
微软认证考试资料_第2页
微软认证考试资料_第3页
微软认证考试资料_第4页
微软认证考试资料_第5页
资源描述:

《微软认证考试资料》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、1、question1YouworkastheapplicationdeveloperatCer-Tech.com.Cer-Tech.comusesVisualStudio.Net2005asitsapplicationdevelopmentplatform.你在Cer-Tech.com做应用程序开发人员,Cer-Tech.com使用VS2005作为其应用程序的开发平台。Youaredevelopinga.NetFramework2.0applicationusedtostoreatype-safelistofnamesande-ma

2、iladdresses.你正在开发一个.NetFramework2.0应用程序,用来存储一个包含了姓名和电子邮件的类型安全的列表(清单)。Thelistwillbepopulatedallatoncefromthesorteddatawhichmeansyouwellnotalwaysneedtoperforminsertionordeletionoperationsonthddata.这个列表会被完全的填充从排序的数据,这就意味着你不需要经常对这些数据完成插入或删除操作。Youarerequiredtochooseadatastru

3、cturethatoptimizes(优化)memoryuseandhasgoodperformance.请你选择一个数据结构,以便优化内存使用,具有良好的性能。Whatshouldyoudo?该如何做?A、TheSystem.Collections.Generic.SortedListclassshouldbeusedB、TheSystem.Collections.HashTableclassshouldbeusedC、TheSystem.Collections.Generic.SortedDictionaryclassshould

4、beusedD、TheSystem.Collections.SortedListclassshouldbeused点评:SortedList表示键/值对的集合,这些键值对按键排序并可按照键和索引访问。HashTable表示键/值对的集合,这些键值对根据键的哈希代码进行组织。C该类不存在D非类型安全的,没有引人泛型。2、Question2YouworkasanapplicationdeveloperatCer-Tech.com.Youhaverecentlycreatedanapplicationthatincludethecodesh

5、ownbelow.你在Cer-Tech.com做应用程序开发人员。最近你创建了一个应用程序,包含如下的代码:publicdelegatestringGetFileContentsDel();publicstringGetFileContens(){//Processfileandreturnresults}YounowneedtoinvoketheGetFileContentsmethodasynchronously(异步).YouhavetoensurethatthecodeyouusetoinvoketheGetFileConte

6、ntsmethodwillcontinuetoprocessotheruserinstructions,anddisplaystheresultsassoonastheGetFileContentsmethodfinishesprocessing.Whatshouldyoudo?现在你需要异步调用GetFileContents方法。必须确保你的代码在调用GetFileContents方法的同时将继续处理其他用户的指令,并在GetFileContents方法完成处理后显示结果。你应该怎么做?A、Usethefollowingcode:/

7、/创建委托对象并且实例化GetFileContentsDeldelAsync=newGetFileContentsDel(GetFileContents);IAsyncResultresult=delAsync.BeginInvoke(null,null);while(!resul.IsCompleted){//Processotheruserinstructions}stringstrFile=delAsync.EndInvoke(result);B、Usethefollowingcode:GetFileContentsDeldel

8、Async=newGetFileContentsDel(GetFileContents);stringstrFile=delAsync.Invoke();//直接调用C、Usethefollowingcode:strin

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。