Zakład BI | Oferta | Publikacje | Aktualności | Projekty | Konferencje | Kontakt
  Oferta 
  E-learning 
  Intranet 
  Zarządzanie
  dokumentami
 
  Szkolenia i inne
  usługi
 

  Co to jest RSS 


   English version




OFERTA >> Doradztwo i szkolenia
szkolenia, szkolenie, .NET, MS .NET, Microsoft, Visual Studio, Source Safe, WEB Services, ASP, ASP .NET



Plan szkolenia "Microsoft .NET w praktyce"

LP
TEMAT SZKOLENIA
GODZIN
1
Wprowadzenie w .NET
2
2
Język C# - nauka programowania z pracą własną i zadaniami domowymi, nie wliczonymi do godzin szkoleń
32
3
Visual Studio .NET – wstępne zapoznanie z narzędziem, nauka tworzenia aplikacji Windows z uwzględnieniem najczęściej wykorzystywanych elementów Win Forms oraz z uwzględnieniem słabej znajomości C# (czyli nauka programowania w C# na przykładowej aplikacji)
20
4
ASP.NET – zapoznanie z zasadami, klasami, metodami, poprowadzenie małego projektu aplikacji z wykorzystaniem Web Forms, z prostymi operacjami na bd, instalowanie aplikacji WEB pod IIS
22
5
Visual Source Safe (VSS) – praca zespołowa, omówienie konfiguracji, praca z przykładem, z włączeniem w pracę słuchaczy (na przykładzie np. dokumentu WORD, a jeszcze lepiej
4
6
Visual Studio .NET - instalacja, konfiguracja, integracja z VSS i ISS (wystarczy przeszkolenie 1 osoby)
6
7
ADO.NET – skonfigurowanie VS z bazą Informix, nauka przez poprowadzenie projektu ze szkoleń z ASP.NET w kierunku rozbudowanych operacji z bazą, począwszy od typowych, instalacja projektu pod IIS, współdziałanie z Informix’em.
18
8
WEB Services
18

 
 
Szczegółowy plan wybranych tematów szkolenia:

Programowanie w C#


Overview of the Microsoft .NET Platform

• Introduction to the .NET Platform
• Overview of the .NET Framework
• Benefits of the .NET Framework
• The .NET Framework Components
• Languages in the .NET Framework

Overview of C#

• Structure of a C# Program
• Basic Input/Output Operations
• Recommended Practices
• Compiling, Running, and Debugging

Using Value-Type Variables

• Common Type System
• Naming Variables
• Using Built-In Data Types
• Creating User-Defined Data Types
• Converting Data Types

Statements and Exceptions

• Introduction to Statements
• Using Selection Statements
• Using Iteration Statements
• Using Jump Statements
• Handling Basic Exceptions
• Raising Exceptions

Methods and Parameters

• Using Methods
• Using Parameters
• Using Overloaded Methods

Arrays

• Overview of Arrays
• Creating Arrays
• Using Arrays

Essentials of Object-Oriented Programming

• Classes and Objects
• Using Encapsulation
• C# and Object Orientation
• Defining Object-Oriented Systems

Using Reference-Type Variables

• Using Reference-Type Variables
• Using Common Reference Types
• The Object Hierarchy
• Namespaces in the .NET Framework
• Data Conversions

Creating and Destroying Objects

• Using Constructors
• Initializing Data
• Objects and Memory
• Resource Managements

Inheritance in C#

• Deriving Classes
• Implementing Methods
• Using Sealed Classes
• Using Interfaces
• Using Abstract Classes

Aggregation, Namespaces, and Advanced Scope

• Using Internal Classes, Methods, and Data
• Using Aggregation
• Using Namespaces
• Using Modules and Assemblies

Operators and Events

• Introduction to Operators
• Operator Overloading
• Creating and Using Delegates
• Defining and Using Events

Properties and Indexers

• Using Properties
• Using Indexers

Attributes

• Overview of Attributes
• Defining Custom Attributes
• Retrieving Attribute Values


Tworzenie aplikacji Microsoft .NET Applications dla Windows (Visual C# .NET)

Introducing Windows Forms

• Creating a Form
• Adding Controls to a Form
• Creating an Inherited Form
• Organizing Controls on a Form
• Creating MDI Applications

Working with Controls
• Creating an Event Handler for a Control
• Using Windows Forms Controls
• Using Dialog Boxes in a Windows Forms Application
• Adding Controls at Run Time
• Creating Menus
• Validating User Input

Printing and Reporting in Windows Forms Applications

• Printing From a Windows Forms Application
• Using the Print Preview, Page Setup, and Print Dialogs
• Constructing Print Document Content by Using GDI+
• Creating Reports by Using Crystal Reports

Enhancing the Usability of Applications

• Adding Accessibility Features
• Adding Help to an Application
• Localizing an Application

Deploying Windows Forms Applications

• .NET Assemblies
• Deploying Windows Forms Applications

Securing Windows Forms Applications

• Security in the .NET Framework
• Using Code Access Security
• Using Role-Based Security 

Tworzenie Microsoft ASP.NET Web Applications przy użyciu Visual Studio .NET

Creating a Microsoft ASP.NET Web Form

• Creating Web Forms
• Using Server Controls

Adding Code to a Microsoft ASP.NET Web Form

• Using Code-Behind Pages
• Adding Event Procedures to Web Server Controls
• Using Page Events

Tracing in Microsoft ASP.NET Web Applications

• Understanding Tracing
• Remote Debugging

Validating User Input

• Overview of User Input Validation
• Using Validation Controls
• Page Validation

Creating User Controls

• Adding User Controls to an ASP.NET WebForm
• Creating User Controls

Managing State

• State management
• Application and Session Variables
• Cookies and Cookieless Sessions

Configuring, Optimizing, and Deploying a Microsoft ASP.NET Web Application

• Using the Cache Object
• Using ASP.NET Output Caching
• Configuring an ASP.NET Web Application
• Deploying an ASP.NET Web Application

Helping to Protect a Microsoft ASP.NET Web Application

• Web Application Security Overview
• Working with Windows-Based Authentication
• Working with Forms-Based Authentication
• Overview of Microsoft Passport Authentication

Review

• Review of Material Covered
• Introduction to the Game
 
 
Programowanie z Microsoft ADO.NET

Data-Centric Applications and ADO.NET

• Design of Data-Centric Applications
• ADO.NET Architecture
• ADO.NET and XML

Connecting to Data Sources

• Choosing a .NET Data Provider
• Defining a Connection
• Managing a Connection
• Handling Connection Exceptions
• Connection Pooling

Performing Connected Database Operations

• Working in a Connected Environment
• Building Command Objects
• Executing Commands That Return a Single Value
• Executing Commands That Return Rows
• Executing Commands That Do Not Return Rows
• Using Transactions

Building DataSets

• Working in a Disconnected Environment
• Building DataSets and DataTables
• Binding and Saving a DataSet
• Defining Data Relationships
• Modifying Data in a DataTable
• Sorting and Filtering

Reading and Writing XML with ADO.NET

• Creating XSD Schemas
• Loading Schemas and Data into DataSets
• Writing XML from a DataSet

Building DataSets from Existing Data Sources

• Configuring a DataAdapter to Retrieve Information
• Populating a DataSet Using a DataAdapter
• Configuring a DataAdapter to Update the Underlying Data Source
• Persisting Changes to a Data Source
• How to Handle Conflicts
 

Developing XML Web Services Using Microsoft ASP.NET

The Need for XML Web Services

• Understanding of the problem that Web services address
• Compare various approaches to implementing distributed applications

Issuing HTTP POST and GET requests and processing the responses by using the .NET XML Web Service Architectures

• Describing the service-oriented arhitecture
• Explaining the roles Web service architectures

The Underlying Technologies of XML Web Services

• Describing the structures of an HTTP request and response
• Issuing HTTP POST and GET requests and processing the responses by using the .NET Framework
• Describing data types by using the XML Schema Definition language (XSD)
• Explaining how to control the way a .NET Framework object is serialized to XML
• Describing the structures of a Simple Object Access Protocol (SOAP) request and response
• Issuing a SOAP request and processing the response by using the .NET Framework

Consuming XML Web Services

• Explaining the structure of a Web Service Description Language (WSDL) document
• Explaining the Web services discovery process
• Locating service contracts by using Disco.exe
• Generating Web service proxies by using Wsdl.exe
• Implementing a Web service consumer by using Visual Studio .NET
• Invoking a Web service synchronously and asynchronously by using a Web service proxy

Implementing a Simple XML Web Service

• Creating a Web service project
• Implementing Web service methods, exposing them, and controlling their behavior
• Managing state in an ASP.NET-based Web service
• Debugging Web services

Publishing and Deploying XML Web Services

• Deploying and publishingWeb services
• Locating Web services by using the Microsoft Universal Description

Securing XML Web Services

• Using security services of the Microsoft Windows operating system, Microsoft Internet Information Services (IIS)
• Using the .NET Framework and common language runtime to secure Web services

Designing XML Web Services

• Learning performance, reliability, versioning and deployment in Internet Servicd Provider (ISP)
• Lerning Application Service Provider (ASP) scenarios and aggregating Web services

Global XML Web Services Architecture

• Lerning how to use the security services of the Microsoft Windows operating system, IIS and the .NET Framework







Partnerstwo na rzecz rozwoju. Ośrodek RENOWATOR dla małych i średnich przedsiębiorstw


Projekt ZPORR "Mazowieckie Centrum Zarządzania Wiedzą o Innowacyjnych Technologiach"



All copyright reserved - IMM-BI         Strona główna IMM