久久综合色88_欧美激情国产日韩精品一区18_午夜精品一区二区三区在线观看 _自拍日韩亚洲一区在线

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

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

        ☆合格學(xué)員免費(fèi)推薦工作
        ★實(shí)驗(yàn)設(shè)備請(qǐng)點(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ī)會(huì)。

課程大綱
 
  • 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.
 
  備案號(hào):備案號(hào):滬ICP備08026168號(hào)-1 .(2024年07月24日)....................
主站蜘蛛池模板: 日韩在线视频二区| 午夜精品一区二区三区av | 日本一区二区三区在线播放 | 久久综合狠狠综合久久综青草| 午夜精品久久久内射近拍高清| 国产欧美日韩一区| 国产一区二区在线播放| 欧美日韩国产第一页| 99精品免费在线观看| 国产精品一区二区免费| 国产精品美女免费| 午夜精品一区二区三区av | 久久久久久香蕉| 国产美女扒开尿口久久久| 日本一区视频在线| 一区二区三区不卡在线| 99久久久精品视频| 国产日韩专区在线| 琪琪亚洲精品午夜在线| 欧美日韩喷水| 日韩精品av一区二区三区| 日韩欧美一区二区三区四区| 日韩精品欧美在线| 欧美区高清在线| 国产一区二区色| 国产精品777| 国产福利精品在线| 欧美日韩国产高清视频| 九九精品在线视频| 国产精品久久久久久久天堂| 国产日本欧美在线| 欧美日韩免费高清| 国产日韩在线亚洲字幕中文| 欧美在线观看黄| 久久99精品久久久久久青青日本| 精品国模在线视频| 91久久精品在线| 亚洲精品欧美日韩专区| 欧美激情精品久久久久久| 精品无人区一区二区三区| 国产成人精品免高潮在线观看|