亚洲国产天堂久久综合226114,亚洲va中文字幕无码毛片,亚洲av无码片vr一区二区三区,亚洲av无码乱码在线观看,午夜爽爽爽男女免费观看影院

曙海教育集團(tuán)
全國報(bào)名免費(fèi)熱線:4008699035 微信:shuhaipeixun
或15921673576(微信同號) QQ:1299983702
首頁 課程表 在線聊 報(bào)名 講師 品牌 QQ聊 活動(dòng) 就業(yè)
 
Visual Studio with VB.Net培訓(xùn)

 
   班級規(guī)模及環(huán)境--熱線:4008699035 手機(jī):15921673576( 微信同號)
       每期人數(shù)限3到5人。
   上課時(shí)間和地點(diǎn)
開課地址:【上?!客瑵?jì)大學(xué)(滬西)/新城金郡商務(wù)樓(11號線白銀路站)【深圳分部】:電影大廈(地鐵一號線大劇院站) 【武漢分部】:佳源大廈【成都分部】:領(lǐng)館區(qū)1號【沈陽分部】:沈陽理工大學(xué)【鄭州分部】:錦華大廈【石家莊分部】:瑞景大廈【北京分部】:北京中山學(xué)院 【南京分部】:金港大廈
最新開班 (連續(xù)班 、周末班、晚班):2020年3月16日
   實(shí)驗(yàn)設(shè)備
     ☆資深工程師授課
        
        ☆注重質(zhì)量 ☆邊講邊練

        ☆合格學(xué)員免費(fèi)推薦工作
        ★實(shí)驗(yàn)設(shè)備請點(diǎn)擊這兒查看★
   質(zhì)量保障

        1、培訓(xùn)過程中,如有部分內(nèi)容理解不透或消化不好,可免費(fèi)在以后培訓(xùn)班中重聽;
        2、培訓(xùn)結(jié)束后,授課老師留給學(xué)員聯(lián)系方式,保障培訓(xùn)效果,免費(fèi)提供課后技術(shù)支持。
        3、培訓(xùn)合格學(xué)員可享受免費(fèi)推薦就業(yè)機(jī)會。

課程大綱
 
  • Introduction to Visual Studio
    This unit provides a hands-on, fast-paced opportunity for experienced developers to learn how to use some of the new productivity features in Visual Studio . It provides an introduction to the use of some language enhancements such as generics, and the use of code snippets.
  • After completing this unit, students will be able to:
  • Build collections using generics
    Use existing code snippets in code and create new code snippets
    Use My classes to access system and application resources
    Object-Oriented Design
    The following topics are covered in this unit:
  • Designing Classes
    Object-Oriented Programming Concepts
    Advanced Object-Oriented Programming Concepts
    After completing this unit, you will be able to:
  • Describe the basics of object-oriented design.
    Explain the concepts of encapsulation, inheritance, interfaces, and polymorphism.
    Create classes based on use cases.
    Model classes for use in .NET by using Visio.
    Object-Oriented Programming
    The following topics are covered in this unit:
  • Defining Classes
    Creating and Destroying Objects
    Inheritance
    Interfaces
    Working with Classes
    After completing this unit, you will be able to:
  • Define classes.
    Instantiate and use objects in client code.
    Create classes that use inheritance.
    Define interfaces and use polymorphism.
    Create shared members.
    Create class events and handle them from a client application.
    Using ADO.NET
    The following topics are covered in this unit:
  • ADO.NET Overview
    .NET Data Providers
    The DataSet Object
    Data Designers and Data Binding
    XML Integration
    After completing this unit, you will be able to:
  • List the benefits of ADO.NET.
    Create applications by using ADO.NET.
    List the main ADO.NET objects and their functions.
    Use Visual Studio .NET data designers and data binding.
    Explain how XML integrates with ADO.NET.
    Building Data Components in Visual Studio
    This unit provides an opportunity for experienced developers to create data access code using new features in Visual Studio .
  • After completing this unit, students will be able to:
  • Create data components using Visual Studio
    Edit data components using Visual Studio wizards and designers
    Write asynchronous ADO.NET code
    Consuming and Creating XML Web Services
    This unit explains the steps that are necessary to access a Web service from an ASP.NET page and then incorporate that data into the Web application. The new features in Visual Studio related to web services will be discussed.
  • After completing this unit, students will be able to:
  • Describe the purpose and process behind calling an XML Web service from a Web Form.
    Call an XML Web service directly from a browser by using Hypertext Transfer Protocol (HTTP).
    Create a Web reference proxy for an XML Web service Web method and call the method from a Web Form.
    Use the templates in Visual Studio .NET to create an XML Web service.
    Building Presentation Layer Applications with Windows Forms
    This unit provides an opportunity for experienced developers to build rich client applications using the new productivity features in the Visual Studio IDE, and the new controls in the .NET Framework. It also gives students an introduction to the new ClickOnce deployment technology for Windows Forms applications. ClickOnce makes it easy to deploy Windows Forms applications to multiple clients via a Web server, including the ability to automatically update clients when application changes occur.
  • After completing this unit, students will be able to:
  • Build Windows Forms applications using Visual Studio
    Create databound forms using the RAD databinding features of the IDE
    Generate Master-Detail forms using Visual Studio SmartTags
    Create databound forms that bind to data components
    Deploy a Windows Forms application from a Web server using ClickOnce
    Write an application that automatically updates on multiple clients when a new version is deployed
    Customizing Windows Forms and Controls
    This unit explains how to develop custom Microsoft Windows Forms and controls. Students will learn how to develop user controls, use GDI+ operations, and create new controls that inherit from the Control class. In addition, it demonstrates how to create a nonrectangular Windows Form and how to add features such as attributes and Toolbox bitmaps to controls.
  • After completing this unit, students will be able to:
  • Explain the methods of authoring controls for Windows Forms
    Draw a user interface by using GDI+.
    Create a control that inherits from an existing control.
    Create a nonrectangular Windows Form.
    Create a custom user control.
    Performing Asynchronous Tasks by Using Multithreaded Techniques
    This unit demonstrates how to create Microsoft Windows Forms applications that can run tasks in the background. It explains how to make use of the asynchronous methods and other features of components that support the Asynchronous Pattern for Components. Students will also learn how to use the classes in the System.Threading namespace to run one or more tasks in the background by using multiple threads in an application.
  • After completing this unit, students will be able to:
  • Explain the concepts and processes that are involved in performing asynchronous programming.
    Load a bitmap into a Windows Forms application asynchronously.
    Perform multiple simultaneous calculations on a form by using multithreading.
 
  備案號:備案號:滬ICP備08026168號-1 .(2024年07月24日)....................