NET岛

导航

70-316 使用Microsoft Visual C# .NET and Microsoft Visual Studio .NET 开发及实现基于Windows的应用程序 考点整理

今天根据微软官方网站介绍对70-316的考核能力进行了整理 http://www.microsoft.com/learning/exams/70-316.asp

Skills measured by Exam 70-316 Course
2389
Course
2555
Creating User Services  创建用户界面
Create a Windows Form by using the Windows Forms Designer.
使用窗体设计器创建窗体 
  • Add and set properties on a Windows Form.
    给窗体添加和设置属性
  • Create a Windows Form by using visual inheritance.
    使用可视化继承创建窗体

    可以从Inheritance Picker中选择项目中的窗体,也可以单击Browse选择dll文件来列出窗体。
     
  • Build graphical interface elements by using the System.Drawing namespace.
    使用System.Drawing名称空间构造绘图接口 
 
Add controls to a Windows Form.
在窗体上添加控件
  • Set properties on controls.
    设置控件属性
  • Load controls dynamically.
    动态加载控件
  • Write code to handle control events and add the code to a control.
    用代码方式操作控件属性
  • Instantiate and invoke an ActiveX® control.
    实例化和调用ActiveX控件
     
  • Configure control licensing.
    配置控件许可
  • Create menus and menu items.
    创建菜单和菜单条目
 
Implement navigation for the user interface (UI).
实现用户界面导航
  • Configure the order of tabs.
    设置控件的TAB键顺序 
 
Validate user input.
验证用户输入
  • Validate non-Latin user input.
    验证非拉丁语用户输入
 
Implement error handling in the UI.
实现异常捕捉
  • Create and implement custom error messages.
    创建和捕捉自定义错误消息
  • Create and implement custom error handlers.
    创建和实现自定义异常控制
  • Raise and handle errors.
    抛出和捕捉异常
 
Implement online user assistance.
实现在线用户帮助
 
Display and update data.
显示和更新数据
  • Transform and filter data.
    转换和过滤数据
  • Bind data to the UI.
    绑定数据到用户界面控件
Instantiate and invoke a Web service or component.
调用Web服务或组件及其实例化
  • Instantiate and invoke a Web service.
    实现Web service客户端
  • Instantiate and invoke a COM or COM+ component.
    调用COM或COM+组件
  • Instantiate and invoke a .NET component.
    调用.NET组件
  • Call native functions by using platform invoke.
    使用平台调用调用本地方法?
Implement globalization.
实现全球化 

  • Implement localizability for the UI.
    实现用户界面本地化
  • Convert existing encodings.
    转换编码
  • Implement right-to-left and left-to-right mirroring.
    实现从右到左或从左到右显示
  • Prepare culture-specific formatting.
    预备特殊文化格式
 
Create, implement, and handle events.
事件的创建、实现和控制
 
Implement print capability.
实现打印功能
 
Implement accessibility features.
实现可访问性
 
Creating and Managing Components and .NET Assemblies
创建和管理组件和.NET程序集
Create and modify a .NET assembly.
创建和编辑.NET程序集
  • Create and implement satellite assemblies.
    创建和实现卫星程序集
  • Create resource-only assemblies.
    创建资源程序集
 
Create a Windows control.
创建窗体控件
  • Create a Windows control by using visual inheritance.
    使用可视化继承创建窗体控件
  • Host a Windows control inside Microsoft Internet Explorer.
    在IE中使用窗体控件 
 
Consuming and Manipulating Data
销毁和操作数据
Access and manipulate data from a Microsoft SQL Server™ database by creating and using ad hoc queries and stored procedures.
使用查询和存储过程,访问和操作SQL server数据库
Access and manipulate data from a data store. Data stores include relational databases, XML documents, and flat files. Methods include XML techniques and ADO .NET.
使用XML技术和ADO.NET访问和操作数据(关系数据集,XML文档,文件)
Handle data errors.
捕捉数据错误
Testing and Debugging
测试和调试
Create a unit test plan.
创建一个单元测试设计
   
Implement tracing.
实现跟踪
  • Add trace listeners and trace switches to an application.
    添加Trace listeners和Trace switches 到应用程序
  • Display trace output.
    显示跟踪输出
 
Debug, rework, and resolve defects in code.
  • Configure the debugging environment.
    配置调试环境
  • Create and apply debugging code to components and applications.
    创建和应用调试代码到组件和应用程序
  • Provide multicultural test data to components and applications.
    向组件和应用程序提供多种测试数据
  • Execute tests.
    执行测试
  • Resolve errors and rework code.
 
Deploying a Windows-based Application
部署基于窗口的应用程序 
Plan the deployment of a Windows-based application.
设计基于窗口应用程序的部署
  • Plan a deployment that uses removable media.
    设计使用可移动媒体的部署
  • Plan a Web-based deployment.
    设计基于web的部署
  • Plan a network-based deployment.
    设计基于网络的部署
     
  • Ensure that the application conforms to Windows Installer requirements and Windows Logo Program requirements.
    确保应用程序符合Windows安装需求和Windows标志程序需求
 
Create a setup program that installs an application and allows for the application to be uninstalled.
创建setup程序安装应用程序和允许应用程序卸载
  • Register components and assemblies.
    注册组件和程序集
  • Perform an install-time compilation of a Windows-based application.
    实现安装时编辑的基于windows的应用程序
 
Deploy a Windows-based application.
部署基于窗体的应用程序
  • Use setup and deployment projects.
    使用安装项目和部署项目
 
Add assemblies to the Global Assembly Cache.
将程序集加入GAC(全局程序集高速缓存)
 

Verify security policies for a deployed application.
 验证被部署的应用程序的安全策略

  • Launch a remote application (URL remoting).
    发布远程应用程序
 
Maintaining and Supporting a Windows-based Application
维护和支持基于windows的应用程序
Optimize the performance of a Windows-based application.
优化性能
 
Diagnose and resolve errors and issues.
诊断和结决错误和问题
 
Configuring and Securing a Windows-based Application
配置和安全性基于windows的应用程序
Configure a Windows-based application.
配置基于windows的应用程序
 
Configure security for a Windows-based application.
配置基于windows的应用程序的安全性
  • Select and configure authentication type. Authentication types include Windows Authentication, None, forms-based, Microsoft Passport, and custom authentication.
    选择和配置验证类型。(windows验证,none,基于表单,微软Passport,自定义验证)
  • Specify the security level for an application.
    指定应用程序安全级别
  • Use custom attributes to configure security.
    使用自定义属性配置安全
 
Configure authorization.
配置验证
  • Configure role-based authorization.
    配置基于角色的用户验证
  • Implement identity management.
    实现一致性管理

    微软的70-316考试(用微软Visual C#.net和微软Visual Studio.NET开发和进行Windows-based的应用)是微软.NET认证中MCSD(微软认证解决方案开发者)要求的一门核心考试,也是微软.NET认证中MCAD(微软认证应用开发者)的可选择核心考试中的一门。同时,70-316也是SQL Server 2000基础上的MCDBA(微软认证数据库管理员)的可选考试。这门考试属于企业级开发版本,是为在一个中型或大型的开发环境中使用微软Visual Studio.NET的团队工作的应试者设计的,这门考试的难度中等,考试费用是125美金,可以从Pearson Vue或Thomson Prometric获得考试机会。一段时间以来,这门考试没有具体通过分数,考试结果只用通过(pass)和没通过(fail)来表示,但是这种情况将改变,“伴随着微软Windows Server 2003的相关考试的开始,微软将在考试中提供数字化分数,到2003年9月底,大部分的考试将使用新的分数形式,其中也包括这种数字化分数。在所有的考试中,新的通过比例要求最少的通过分数为700分。而各门考试的总分将由考试的复杂性来决定”-微软考试和测试常见问题解答中心。需要注意的是微软没有公开说明详细的考试形式(微软的考试可能包括适应性的测试和模拟题,微软没有确定现行各门考试的形式)在过去,这门考试的考试形式是58道左右的多项选择题。

posted on 2005-08-16 00:12  左佩玉  阅读(991)  评论(0编辑  收藏  举报