Course 6368A: Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2008

Size: px
Start display at page:

Download "Course 6368A: Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2008"

Transcription

1 Curse 6368A: Prgramming with the Micrsft.NET Framewrk Using Micrsft Visual Studi Days Abut this Curse This five-day, instructr-led curse prvides an intrductin t develping n-tier applicatins fr the Micrsft.NET Framewrk 3.5 envirnment using Micrsft Visual Studi 2008 Service Pack 1 (SP1). Bth this curse and the 6367Acurse prepare students fr the 646x series f Technlgy Specialist curses. Audience Prfile This curse is intended fr sftware develpment prfessinals that have a minimum f six mnths experience develping applicatins in an bject-riented envirnment using Micrsft Visual C#, Micrsft Visual Basic, r Java. Delegates shuld have cmpleted curse Delegates attending this curse are planning t use the.net Framewrk fr future business applicatin develpment. This curse is intended fr develpers wh wish t expand their understanding f applicatin develpment in the.net Framewrk, and it prvides an initial fundatin in.net that can be built upn with mre advanced.net training. Prgrammers attending this curse shuld ensure that they are familiar with the Visual Studi integrated develpment envirnment (IDE). Object-riented prgramming and the.net Framewrk are the basic building blcks that all prfessinal develpers need t acquire befre mving n t the mre advanced curses and TS Certificatin. At Curse Cmpletin After cmpleting this curse, students will be able t: Manage a sftware develpment prcess Create classes in Visual Studi 2008 Add data validatin t ASP.NET and Windws Frm applicatins Debug and prfile applicatins Mnitr and lg.net Framewrk applicatins Test.NET Framewrk applicatins Use the new language features in VB.NET and C# that supprt Language-Integrated Query (LINQ) Use LINQ t Datasets, LINQ t Objects, LINQ t XML, LINQ t Entities, and LINQ t SQL Implement security in.net applicatins Create and send a Simple Mail Transfer Prtcl (SMTP) mail message Create and set netwrk credentials Cnfigure.NET Framewrk applicatins Deply a.net Framewrk applicatin Create a Windws Presentatin Fundatin (WPF) applicatin

2 Curse OutlineMdule 1: Sftware Design and Develpment in Visual Studi 2008This mdule helps students t design and develp sftware by using Visual Studi 2008.Lessns Intrductin t Sftware Design and Develpment Intrductin t Sftware Develpment Framewrks and Methdlgies Intrductin t the Micrsft.NET Framewrk Applicatins N-Tier Applicatin Develpment Lab : Sftware Design and Develpment Exercise 1: Managing a Sftware Develpment Prcess Exercise 2: Recmmend an Architecture Exercise 3: Discussin After cmpleting this mdule, students will be able t: Describe sftware design and develpment. Describe Micrsft.NET Framewrk Applicatins. Describe n-tier develpment. Mdule 2: Object-Oriented Prgramming with Micrsft Visual Studi 2008 This mdule helps students t design and develp sftware by using Visual Studi Lessns Object-Oriented Prgramming Cncepts Defining a Class Creating a Class Instance Intrductin t Inheritance Defining and Implementing Interfaces Creating and Using Delegates and Events Generics Lab : Creating Classes in Visual Studi 2008 Exercise 1: Create a Custmer and Persn Class Using the Class Designer Exercise 2: Create a BasicPrduct and FullPrduct in the Cde Editr Windw Exercise 3: Extend the DAL t Use the Class t Pass Data After cmpleting this mdule, students will be able t: Describe bject-riented prgramming cncepts. Define a class.

3 Explain hw t create a class instance. Explain hw t implement inheritance. Explain hw t define and implement interfaces. Explain hw t create and use delegates and events. Explain hw t create and use generics. Mdule 3: Data Validatin This mdule intrduces data validatin, and explains hw t validate Windws Frms and ASP.NET applicatins. Lessns Intrductin t Data Validatin Validating Windws Frms Applicatins Validating ASP.NET Applicatins Lab : Data Validatin Exercise 1: Adding Data Validatin t the ASP.NET Applicatin Exercise 2: Adding Data Validatin t the Sales Interface After cmpleting this mdule, students will be able t: Describe the general cncepts f data validatin. Describe the technlgies and techniques fr validating Windws Frms applicatins. Describe the technlgies and techniques fr validating ASP.NET applicatins. Mdule 4: Debugging and Prfiling.NET Applicatins This mdule helps students debug and prfile applicatins by using Visual Studi Lessns Cde Tracing and Debugging Applicatin Prfiling Lab : Cde Tracing Exercise 1: Add Tracing t a Windws Frms Applicatin After cmpleting this mdule, students will be able t: Add trace and debug statements t applicatins t use fr debugging. Use the cmmn language runtime (CLR) Prfiler t ptimize applicatins. Use the Perfrmance Explrer t analyze perfrmance bttlenecks in applicatins.

4 Mdule 5: Mnitring and Lgging.NET Framewrk ApplicatinsThis mdule intrduces the cncept f instrumentatin, as well an instrumentatin methd.lessns Intrductin t Instrumentatin Event Lgs Lab : Mnitring and Lgging.NET Framewrk Applicatins Exercise: Writing t a Custm Event Lg After cmpleting this mdule, students will be able t: Discuss the basics f instrumentatin. Name the varius technlgies that are available fr instrumentatin. Explain what event lgs are. Use event lgs t instrument an applicatin. Mdule 6: Testing Micrsft.NET Framewrk ApplicatinsThis mdule helps students t implement sftware testing by using Visual Studi 2008.Lessns Intrductin t Sftware Testing Using Visual Studi 2008 Testing Tls Lab : Sftware Testing Exercise 1: Using the bject test bench Exercise 2: Creating and running a unit test After cmpleting this mdule, students will be able t: Describe the basic cncepts behind sftware testing. Implement sftware testing by using the tls available in Visual Studi Mdule 7: Intrductin t LINQThis mdule intrduces new language features and LINQ cncepts.lessns What Is New in VB.NET and C# Intrductin t LINQ LINQ Data Prviders Lab : Using New Language Features Exercise 1: Define variables using lcal type inference Exercise 2: Define bjects using the new bject initializers Exercise 3: Define an annymus type

5 Exercise 4: Create an extensin methd fr a string Exercise 5: Use a Lambda expressin Lab : Simple LINQ-t-Object Queries Exercise 1: Extract a subset f bjects frm a cllectin Exercise 2: Order the bjects accrding t a specific field Lab : Using LINQ t Datasets and LINQ t Objects Exercise 1: Filter the rws f a dataset accrding t a specific custmer cde After cmpleting this mdule, students will be able t: Describe new language features in Micrsft C# 3.0 and Micrsft VB.NET 9.0. Describe LINQ. Describe the basic LINQ architecture. Describe the varius LINQ cnstructs. Write a basic LINQ query. List the varius LINQ Data Prviders that Micrsft prvides. Use the LINQ t Objects prvider. Use the LINQ t Datasets prvider. Mdule 8: Data Access with LINQThis mdule intrduces new language features and LINQ cncepts.lessns LINQ t XML LINQ t Entities LINQ t SQL Lab : Data Access with LINQ Exercise 1: Replace a XSLT Slutin with LINQ t XML Exercise 2: Build a Data Access Layer arund a New Entity Framewrk Mdel f the AdventureWrksLT Database Exercise 3: Build a Tl t Update Prduct Infrmatin in the AdventureWrks Database

6 After cmpleting this mdule, students will be able t: Describe LINQ t XML. Use LINQ t XML t create new XML trees. Use LINQ t XML t query XML trees. Describe the Entity Framewrk. Describe LINQ t Entities. Create an Entity Framewrk Mdel. Use the Entity Framewrk and LINQ t Entities t query a database. Use the Entity Framewrk and LINQ t Entities t mdify a database. Describe LINQ t SQL. Create a LINQ t SQL mdel. Use LINQ t SQL t query a database. Use LINQ t SQL t mdify a database. Mdule 9: Implementing Security in.net ApplicatinsThis mdule explains imprtant security cncepts and hw t apply them in.net Framewrk applicatins.lessns Security Overview Implementing Cde Access Security Implementing Rle-Based Security Using Cryptgraphy Services Lab : Security in the.net Framewrk Exercise 1: Use Cde Access Security t Lck Dwn File Permissins Exercise 2: Use Rle-Based Security t Implement Security Requirements Exercise 3: Encrypting Data After cmpleting this mdule, students will be able t: Describe security in the.net Framewrk. Implement cde access security. Implement rle-based security. Use the cryptgraphic services in the.net Framewrk. Mdule 10: Netwrk Prgramming This mdule explains hw t extend applicatins nt the netwrk t access resurces and send . Lessns Intrductin t Netwrk Prgramming Setting Credentials

7 Sending Mail Lab : Netwrk Prgramming Exercise 1: Use Cde Access Security t Lck Dwn File Permissins Exercise 2: Sending n Receipt f an Order After cmpleting this mdule, students will be able t: Explain the basics f netwrk prgramming. Create and send a Simple Mail Transfer Prtcl (SMTP) mail message. Create and set netwrk credentials. Mdule 11: Creating Distributed ApplicatinsThis mdule intrduces the cncept f distributed applicatins, and shws yu hw t create and cnsume XML Web services by using the Micrsft.NET Framewrk and Visual Studi It als cvers the key features f Windws Cmmunicatin Fundatin (WCF), and explains hw t build WCF services and clients.lessns Intrductin t Distributed Applicatins Creating and Cnsuming XML Web Services Building Windws Cmmunicatin Fundatin Services and Clients Lab : Creating a Windws Cmmunicatin Fundatin Service Exercise 1: Expse the DAL by Using Web Services Exercise 2: Adding Windws Cmmunicatin Fundatin t the Slutin After cmpleting this mdule, students will be able t: Describe the ptins fr creating distributed.net Framewrk applicatins and the key features f WCF. Create and cnsume XML Web services. Build WCF services and clients. Mdule 12: Cnfiguring.NET Framewrk Applicatins This mdule helps students cnfigure applicatins by using Visual Studi Lessns Intrductin t Cnfiguring Applicatins Using.NET Cnfiguratin Files Lab : Applicatin Cnfiguratin

8 Exercise 1: Set the cnnectinstring in the web.cnfig File Exercise 2: Reading an Applicatin Setting frm a Cnfiguratin File After cmpleting this mdule, students will be able t: Describe.NET Framewrk cnfiguratin files. Name the mst cmmn cnfiguratin files. Explain hw the varius cnfiguratin files interact. Cnfigure applicatins using.net Framewrk cnfiguratin files. Mdule 13: Deplying.NET Framewrk ApplicatinsThis mdule intrduces many f the features and ptins that Visual Studi 2008 and the Micrsft.NET Framewrk prvide t help yu build, test, and deply applicatins.lessns Intrductin t Assemblies Overview f MSBuild Deplying.NET Framewrk Applicatins by Using ClickOnce Deplying.NET Framewrk Applicatins by Using Windws Installer Lab : Deplying.NET Framewrk Applicatins Exercise 1: Publish the MiddleTierWS Web Service and Secure It Exercise 2: Create a Windws Installer Package fr the SalesInterface Applicatin Exercise 3: Deply the SalesInterface Applicatin Using Click-Once Deplyment Technlgies After cmpleting this mdule, students will be able t: Describe assemblies, and explain features f assemblies that relate t deplyment. Explain hw t use MSBuild t build an applicatin. Deply applicatins by using ClickOnce. Deply applicatins by using Windws Installer. Mdule 14: Windws Presentatin Fundatin Applicatins This mdule intrduces the cncepts f using the Windws Presentatin Fundatin (WPF) applicatins t extend the range and flexibility f the applicatins that yu can develp by using the.net Framewrk 3.5 and Visual Studi Lessns Intrductin t Windws Presentatin Fundatin Intrductin t XAML Prgramming Windws Presentatin Fundatin Applicatins

9 Lab : Building Windws Presentatin Fundatin Applicatins Exercise 1: Creating a Windws Presentatin Fundatin Applicatin After cmpleting this mdule, students will be able t: Discuss the basic cncepts behind WPF applicatins. Explain the basic cncepts behind Extensible Applicatin Markup Language (XAML). Create a simple WPF applicatin. Befre attending this curse, students must have: An understanding f prblem-slving techniques that apply t sftware develpment. A basic understanding f Web, Macr, and Micrsft Windws scripting techniques, and sme experience writing scripts. A general understanding f the purpse, functin, and features f the.net Framewrk. Experience using Visual Studi Experience in bject-riented design and develpment.

Course 10262A: Developing Windows Applications with Microsoft Visual Studio 2010 OVERVIEW

Course 10262A: Developing Windows Applications with Microsoft Visual Studio 2010 OVERVIEW Curse 10262A: Develping Windws Applicatins with Micrsft Visual Studi 2010 OVERVIEW Abut this Curse In this curse, experienced develpers wh knw the basics f Windws Frms develpment gain mre advanced Windws

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Develping Micrsft SharePint Server 2013 Cre Slutins Develping Micrsft SharePint Server 2013 Cre Slutins Curse Cde: 20488 Certificatin Exam: 70-488 Duratin: 5 Days Certificatin Track: N/A Frmat: Classrm

More information

Implementing a SQL Data Warehouse

Implementing a SQL Data Warehouse Implementing a SQL Data Warehuse Implementing a SQL Data Warehuse Curse Cde: 20767 Certificatin Exam: 70-767 Duratin: 5 Days Certificatin Track: MCSA: SQL 2016 BI Develpment Frmat: Classrm Level: 300 Abut

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Implementing a Data Warehuse with Micrsft SQL Server Implementing a Data Warehuse with Micrsft SQL Server Curse Cde: 20463 Certificatin Exam: 70-463 Duratin: 5 Days Certificatin Track: MCSA: SQL Server

More information

CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER. Course 10964B; Duration: 5 Days; Instructor-led

CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER. Course 10964B; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: www.inf-trek.cm CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER Curse 10964B; Duratin: 5 Days; Instructr-led WHAT YOU WILL LEARN This curse

More information

Introduction to Programming ArcObjects using the Microsoft.Net Framework

Introduction to Programming ArcObjects using the Microsoft.Net Framework Intrductin t Prgramming ArcObjects using the Micrsft.Net Framewrk Three days Overview ArcObjects cmpnents are the building blcks f the ArcGIS family f prducts, and the ArcObjects libraries prvide a set

More information

55114: Planning, Deploying and Managing Microsoft Project Server 2010 Duration: 3 Days Method: Instructor-Led

55114: Planning, Deploying and Managing Microsoft Project Server 2010 Duration: 3 Days Method: Instructor-Led 55114: Planning, Deplying and Managing Micrsft Prject Server 2010 Duratin: 3 Days Methd: Instructr-Led Curse Descriptin The gal f this three-day instructr-led curse is t prvide students with the knwledge

More information

CNS-220-1I: Citrix NetScaler Essentials and Traffic Management

CNS-220-1I: Citrix NetScaler Essentials and Traffic Management CNS-220-1I: Citrix NetScaler Essentials and Traffic Management Overview Designed fr students with little r n previus NetScaler experience, this curse is best suited fr individuals wh will be deplying r

More information

CNS-222-1I: NetScaler for Apps and Desktops

CNS-222-1I: NetScaler for Apps and Desktops CNS-222-1I: NetScaler fr Apps and Desktps Overview Designed fr students with little r n previus NetScaler, NetScaler Gateway r Unified Gateway experience, this curse is best suited fr individuals wh will

More information

SW-G using new DryadLINQ(Argentia)

SW-G using new DryadLINQ(Argentia) SW-G using new DryadLINQ(Argentia) DRYADLINQ: Dryad is a high-perfrmance, general-purpse distributed cmputing engine that is designed t manage executin f large-scale applicatins n varius cluster technlgies,

More information

Analysing Big Data with Microsoft R

Analysing Big Data with Microsoft R Analysing Big Data with Micrsft R Analysing Big Data with Micrsft R Curse Cde: 20773 Certificatin Exam: 70-773 Duratin: 3 Days Certificatin Track: MCSA: Machine Learning Frmat: Classrm Level: 300 Abut

More information

WinEst 15.2 Installation Guide

WinEst 15.2 Installation Guide WinEst 15.2 Installatin Guide This installatin guide prvides yu with step-by-step instructins n hw t install r upgrade WinEst. Fr a successful installatin, ensure that all machines meet the requirements.

More information

JavaScript for Developers

JavaScript for Developers Curse Cde: 55244 Certificatin Exam: N/A Duratin: 5 Days Certificatin Track: N/A Frmat: Classrm Level: 200 Abut this curse: This five-day instructr-led is an in depth hands-n study f JavaScript. The curse

More information

Hands-on Windows Azure Application Architecture & Development (3 days)

Hands-on Windows Azure Application Architecture & Development (3 days) Benjamin Day Cnsulting, Inc. 17 Rberts St #2 Brkline, MA 02445 617-645-0188 http://benday.cm Hands-n Windws Azure Applicatin Architecture & Develpment (3 days) D yu really want t run yur wn data center?

More information

CXA-206-1I Citrix XenApp 6.5 Administration

CXA-206-1I Citrix XenApp 6.5 Administration CXA-206-1I Citrix XenApp 6.5 Administratin Citrix XenApp 6.5 Administratin training curse prvides the fundatin necessary fr administratrs t effectively centralize and manage applicatins in the datacenter

More information

CCNA course contents:

CCNA course contents: CCNA curse cntents: Prerequisites: The knwledge and skills that yu must have befre attending this curse are as fllws: Basic cmputer literacy Windws navigatin skills Basic Internet usage skills Fundamental

More information

(CNS-220) Citrix NetScaler Essentials and Traffic Management

(CNS-220) Citrix NetScaler Essentials and Traffic Management (CNS-220) Citrix NetScaler Essentials and Traffic Management Overview Designed fr students with little r n previus NetScaler experience, this curse is best suited fr individuals wh will be deplying r managing

More information

Core Java and Advanced Java

Core Java and Advanced Java Cre Java and Advanced Java 1. Intrductin t Java prgramming The Java Virtual Machine Variables and data types Cnditinal and lping cnstructs Arrays 2. Object-riented prgramming with Java Classes and Objects

More information

Common Language Runtime

Common Language Runtime Intrductin t.net framewrk.net is a general-purpse sftware develpment platfrm, similar t Java. Micrsft intrduced.net with purpse f bridging gap between different applicatins..net framewrk aims at cmbining

More information

Web Application Security Version 13.0 Training Course

Web Application Security Version 13.0 Training Course Web Applicatin Security Versin 13.0 Training Curse SecureSphere Web Applicatin Security Versin 13.0 Required Training Units: 4 (TR-UNIT) Training Units are gd fr 1 year frm the time f purchase. Length:

More information

Training Consulting - Mentoring

Training Consulting - Mentoring Training Cnsulting - Mentring Official Curse Syllabus Mastering VB.NET using Visual Studi 2005 DUNN Training and Cnsulting 4805 Rambling Rse Drive Cumming, GA 30040 770 653-6364 mailt:inf@dunntraining.cm

More information

Demand Forecasting. For. Microsoft Dynamics 365 for Operations. Technical Guide. Release 7.1. December 2017

Demand Forecasting. For. Microsoft Dynamics 365 for Operations. Technical Guide. Release 7.1. December 2017 Demand Frecasting Fr Micrsft Dynamics 365 fr Operatins Technical Guide Release 7.1 December 2017 2017 Farsight Slutins Limited All Rights Reserved. Prtins cpyright Business Frecast Systems, Inc. This dcument

More information

Overview. Recommended pre-requisite courses: Key Skills. : CNS-220-1I: Citrix NetScaler Traffic Management

Overview. Recommended pre-requisite courses: Key Skills. : CNS-220-1I: Citrix NetScaler Traffic Management Mdule Title Duratin : CNS-220-1I: Citrix NetScaler Traffic Management : 5 days Overview Designed fr students with little r n previus NetScaler experience, this curse is best suited fr individuals wh will

More information

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents HP ExpertOne HP2-T21: Administering HP Server Slutins Industry Standard Servers Exam preparatin guide Table f Cntents In this sectin, include a table f cntents (TOC) f all headings. After yu have finished

More information

Developing Java Web Services. Duration: 5 days

Developing Java Web Services. Duration: 5 days QWERTYUIOP{ Develping Java Web Services Duratin: 5 days The Develping Java Web Services training class prepares Java prgrammers t develp interperable Java Web services and using SOAP, WSDL, and XML Schema.

More information

CNS-301 Citrix NetScaler 10.5 Advanced Implementation

CNS-301 Citrix NetScaler 10.5 Advanced Implementation CNS-301 Citrix NetScaler 10.5 Advanced Implementatin Curse Overview This curse prvides the fundatin t manage, cnfigure and mnitr advanced features and cmpnents f Citrix NetScaler 10.5. Interactive discussin

More information

Dotnet ( 4 Month ) Course Content. Introduction to.net Framework

Dotnet ( 4 Month ) Course Content. Introduction to.net Framework Dtnet ( 4 Mnth ) Curse Cntent Intrductin t.net Framewrk What is.net Why.Net Advantages f.net Framewrk Understanding the.net Framewrk Need Of.Net Framewrk Versin f.net Framewrk Intrductin f CLR CLR Architecture

More information

Querying Data with Transact SQL

Querying Data with Transact SQL Querying Data with Transact SQL Curse Cde: 20761 Certificatin Exam: 70-761 Duratin: 5 Days Certificatin Track: MCSA: SQL 2016 Database Develpment Frmat: Classrm Level: 200 Abut this curse: This curse is

More information

Customer Upgrade Checklist

Customer Upgrade Checklist Custmer Upgrade Checklist Getting Ready fr Yur Sabre Prfiles Upgrade Kicking Off the Prject Create a prfiles prject team within yur agency. Cnsider including peple wh can represent bth the business and

More information

IT260T Networking Application Services and Security [Onsite]

IT260T Networking Application Services and Security [Onsite] IT260T Netwrking Applicatin Services and Security [Onsite] Curse Descriptin: This curse explres cmmn netwrk-based services such as Web services, email and FTP in a given server perating systems envirnment.

More information

Exosoft Backup Manager

Exosoft Backup Manager Exsft Backup Manager 2018 Exsft Backup Manager Ensuring databases are backed up regularly is a critical part f any cmpany data recvery prcess. Mst mnth end as well as end f financial year prcesses shuld

More information

CXA Basic Administration for Citrix XenApp 6

CXA Basic Administration for Citrix XenApp 6 CXA-204-2 Basic Administratin fr Citrix XenApp 6 Basic Administratin fr Citrix XenApp 6 training curse prvides the fundatin necessary fr administratrs t effectively centralize and manage applicatins in

More information

IT103T Operating Systems [Onsite]

IT103T Operating Systems [Onsite] IT103T [Onsite] Curse Descriptin: This curse serves as a survey n typical internal functins f a generic cmputer perating system. The cmputer s ability t manage such resurces as memry, device, I/O, files

More information

WDBWL v1.2 Cisco Deploying Basic Wireless LANs

WDBWL v1.2 Cisco Deploying Basic Wireless LANs WDBWL v1.2 Cisc Deplying Basic Wireless LANs Curse Length: 3 Curse Delivery: Traditinal Classrm Online Live Curse Overview This 3-day instructr-led, hands-n curse is designed t give yu a firm understanding

More information

Courseware Setup. Hardware Requirements. Software Requirements. Prerequisite Skills

Courseware Setup. Hardware Requirements. Software Requirements. Prerequisite Skills The Internet and Cmputing Cre Certificatin Guide cnsists f 64 Lessns, with lessn bjectives, summary and ten review questins. IC³ bjectives are easily lcated by using symbls thrughut the curseware. Curse

More information

CXD Citrix XenDesktop 5 Administration

CXD Citrix XenDesktop 5 Administration CXD-202-1 Citrix XenDesktp 5 Administratin This curse prvides the fundatin necessary fr administratrs t effectively centralize and manage desktps in the datacenter and deliver them as a service t users

More information

Course Name: VMware vsphere: Install, Configure, Manage [V6.5] Duration: 5 Days

Course Name: VMware vsphere: Install, Configure, Manage [V6.5] Duration: 5 Days Curse Name: VMware vsphere: Install, Cnfigure, Manage [V6.5] Duratin: 5 Days Overview: This five-day curse features intensive hands-n training that fcuses n installing, cnfiguring, and managing VMware

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

Cisco EPN Manager Network Administration

Cisco EPN Manager Network Administration Training Data Sheet Cisc EPN Manager Netwrk Administratin Cisc EPN Manager Netwrk Administratin is an instructr-led and lab-based curse in which yu learn t mnitr, cnfigure, and prvisin netwrk devices by

More information

Parallels Operations Automation 5.3

Parallels Operations Automation 5.3 Prduct Update Parallels Operatins Autmatin 5.3 What s New Learn mre at http://www.parallels.cm/spp Nvember 2011 Table f Cntents Intrductin... 1 Tp New Features... 1 Tp Imprvements... 2 SaaS Imprvements...

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

TDR & Bitdefender. Integration Guide

TDR & Bitdefender. Integration Guide TDR & Bitdefender Integratin Guide TDR and Bitdefender Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat indicatrs frm Firebxes and

More information

Cisco EPN Manager Network Administration - Optical

Cisco EPN Manager Network Administration - Optical Training Data Sheet Cisc EPN Manager Netwrk Administratin - Optical Cisc EPN Manager Netwrk Administratin - Optical is an instructr-led and labbased curse in which yu learn t mnitr, cnfigure, and prvisin

More information

Student participation Students can register online, track progress, express interest and demonstrate proficiency.

Student participation Students can register online, track progress, express interest and demonstrate proficiency. Page 1 f 31 Intrductin Our MAG 10 Learning Management System (LMS) is a Web based technlgy used t plan, implement, and assess a specific learning prcess. LMS is a training prgram which prvides cmplete

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Customer Information. Agilent 2100 Bioanalyzer System Startup Service G2949CA - Checklist

Customer Information. Agilent 2100 Bioanalyzer System Startup Service G2949CA - Checklist This checklist is used t prvide guidance and clarificatin n aspects f the auxillary Startup Service (G2949CA) including Security Pack Installatin and Familiarizatin f yur Agilent 2100 Bianalyzer System

More information

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation CdeSlice View CdeSlice Live Dcumentatin Scripting is ne f the mst pwerful extensibility features in SSIS, allwing develpers the ability t extend the native functinality within SSIS t accmmdate their specific

More information

SAP Business One Hardware Requirements Guide

SAP Business One Hardware Requirements Guide Hardware Requirements Guide Dcument Versin: 1.13 2018-02-02 Release Family 9 Typgraphic Cnventins Type Style Example Descriptin Wrds r characters quted frm the screen. These include field names, screen

More information

Program Overview for Web Pros

Program Overview for Web Pros Prgram Overview fr Web Prs August 2009 2009 Micrsft Crpratin. All rights reserved. Micrsft, Windws, Windws Vista and ther prduct names are r may be registered trademarks and/r trademarks in the U.S. and/r

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview Essentials fr IBM Cgns BI (V10.2) Day(s): 5 Curse Cde: B5270G Overview NOTE: This is an Instructr Led Online curse. Please d nt make any travel arrangements. IBM Cgns Educatin is nw pleased t ffer yu ur

More information

Software Engineering

Software Engineering Sftware Engineering Chapter #1 Intrductin Sftware systems are abstract and intangible. Sftware engineering is an engineering discipline that is cncerned with all aspects f sftware prductin. Sftware Prducts

More information

Microsoft. Microsoft. Curriculum for Microsoft. - SQL Server 2008 for 2 days. - VB for 7 days. - ASP for 3 days. - Access for 1 day.

Microsoft. Microsoft. Curriculum for Microsoft. - SQL Server 2008 for 2 days. - VB for 7 days. - ASP for 3 days. - Access for 1 day. Micrsft Curriculum fr Micrsft We deliver all ur curses as Crprate Training as well if yu are a grup interested in the curse, this ptin may be mre advantageus fr yu. Micrsft - SQL Server 2008 fr 2 days

More information

A Novel Description Language for Value-Added Services to enable Automated Functional Testing

A Novel Description Language for Value-Added Services to enable Automated Functional Testing A Nvel Descriptin Language fr Value-Added Services t enable Autmated Functinal Testing 21. ITG Fachtagung Mbilkmmunikatin Patrick Wacht Frankfurt University f Applied Sciences, Germany Research Grup fr

More information

DOT NET SYLLABUS FOR 6 WEEKS

DOT NET SYLLABUS FOR 6 WEEKS www.escninfsystems.cm Cntact: +91-8090978001, 9450277921 E-mail: escninfsystems@gmail.cm DOT NET SYLLABUS FOR 6 WEEKS INTRODUCTION TO.NET Dmain f.net D.N.A. Architecture One Tier Tw Tier Three Tier N-Tier

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

IS315T IS Risk Management and Intrusion Detection [Onsite]

IS315T IS Risk Management and Intrusion Detection [Onsite] IS315T IS Risk Management and Intrusin Detectin [Onsite] Curse Descriptin: This curse addresses cncepts f risk management and intrusin detectin. Areas f instructin include hw t assess and manage risks

More information

Varargs Training & Software Development Centre Private Limited, Web Component Development using Servlets and JSP

Varargs Training & Software Development Centre Private Limited, Web Component Development using Servlets and JSP Advance Java Curriculum Web Cmpnent Develpment using Servlets and JSP INTRODUCTION TO J2EE & WEB APPLICATION What is web applicatin Intrductin with URL, Query String Web Server, Client & Server side script

More information

Questions and Answers

Questions and Answers AutCAD Revit MEP Suite 2010 (Including Autdesk Revit MEP 2010 and AutCAD MEP 2010) Questins and Answers AutCAD Revit MEP Suite 2010 sftware is awidely-used engineering design slutin fr mechanical, electrical,

More information

Introduction to Microsoft.NET Programming Using Microsoft Visual Studio 2008 (C#) Course Overview. Prerequisites. Audience.

Introduction to Microsoft.NET Programming Using Microsoft Visual Studio 2008 (C#) Course Overview. Prerequisites. Audience. Introduction to Microsoft.NET Programming Using Microsoft Visual Studio 2008 (C#) Course Number: 6368A Course Length: 1 Day Course Overview This instructor-led course provides an introduction to developing

More information

TDR and Trend Micro. Integration Guide

TDR and Trend Micro. Integration Guide TDR and Trend Micr Integratin Guide i WatchGuard Technlgies, Inc. TDR and Trend Micr Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat

More information

Level 2 Development Training

Level 2 Development Training Level 2 Develpment Training Level 2 Develpment Training Level 2 Develpment Training Vide Capture RSS 4000 Level 2 Develpment Training Vide Capture Cntents 1 Intrductin... 3 Intrductin... 3 Available Resurces...

More information

The following table shows the minimum system requirements for the Microsoft Dynamics NAV Windows client.

The following table shows the minimum system requirements for the Microsoft Dynamics NAV Windows client. The fllwing table shws the minimum system requirements fr the Micrsft Dynamics NAV Windws client. Micrsft Dynamics NAV Windws Client Requirements Supprted perating systems Windws 10 Pr, Enterprise, r Educatin

More information

F5 Technical Boot Camp - Partner Edition

F5 Technical Boot Camp - Partner Edition F5 Technical Bt Camp - Partner Editin Dear Participant, Yu are invited t attend the F5 Technical Bt Camp instructr-led training curse beginning the 30 th f May till June 1 st in Vilvrde. It will be run

More information

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

More information

TDR and Kaspersky. Integration Guide

TDR and Kaspersky. Integration Guide TDR and Kaspersky Integratin Guide i WatchGuard Technlgies, Inc. TDR and Kaspersky Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat

More information

ITIL 2011 Service Offerings and Agreements (SOA)

ITIL 2011 Service Offerings and Agreements (SOA) IT SERVICE MANAGEMENT ITIL 2011 Service Offerings and Agreements (SOA) CERTIFICATE: DURATION: COURSE DELIVERY: LANGUAGE: ITIL 2011 Service Offerings and Agreements (SOA) 5 Days Classrm, Live Virtual Classrm

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

CXD-203: Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.6

CXD-203: Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.6 CXD-203: Managing App and Desktp Slutins with Citrix XenApp and XenDesktp 7.6 Curse Overview The Managing App and Desktp Slutins with Citrix XenApp and XenDesktp 7.6 curse prvides students with the skills

More information

UPGRADING TO DISCOVERY 2005

UPGRADING TO DISCOVERY 2005 Centennial Discvery 2005 Why Shuld I Upgrade? Discvery 2005 is the culminatin f ver 18 mnths wrth f research and develpment and represents a substantial leap frward in audit and decisin-supprt technlgy.

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

TDR and Symantec. Integration Guide

TDR and Symantec. Integration Guide TDR and Symantec Integratin Guide i WatchGuard Technlgies, Inc. TDR and Symantec Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat indicatrs

More information

This document lists hardware and software requirements for Connected Backup

This document lists hardware and software requirements for Connected Backup HPE Cnnected Backup Versin 8.8.6.1 Matrix Revisin 0 This dcument lists hardware and sftware requirements fr Cnnected Backup 8.8.6.1. Data Center This sectin lists the installatin requirements fr the Cnnected

More information

DocAve 6 Installation

DocAve 6 Installation DcAve 6 Installatin User Guide Service Pack 2, Cumulative Update 1 Revisin G Issued April 2013 DcAve 6: Supplementary Tls 1 Table f Cntents Abut the Installatin Guide... 5 Submitting Dcumentatin Feedback

More information

Atlona Academy Partner Program Outline for Becoming a Certified Partner

Atlona Academy Partner Program Outline for Becoming a Certified Partner Atlna Academy Partner Prgram Outline fr Becming a Certified Partner Atlna Academy training resurces are a great way t gain the tls and knwledge yu need t succeed! Welcme t the Atlna Academy Training prgram!

More information

OBJECTIVES... 2 TARGET GROUP... 2 TRAINING METHOD... 3 COURSE DURATION... 3 COURSE BREAKDOWN... 3

OBJECTIVES... 2 TARGET GROUP... 2 TRAINING METHOD... 3 COURSE DURATION... 3 COURSE BREAKDOWN... 3 : LEVEL 1...2 OBJECTIVES... 2 TARGET GROUP... 2 TRAINING METHOD... 3 COURSE DURATION... 3 COURSE BREAKDOWN... 3 : LEVEL2...6 OBJECTIVES... 6 TARGET GROUP... 6 TRAINING METHOD... 7 COURSE DURATION... 7

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

More information

TDR and Panda Fusion. Integration Guide

TDR and Panda Fusion. Integration Guide TDR and Panda Fusin Integratin Guide i WatchGuard Technlgies, Inc. TDR and Panda Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat indicatrs

More information

NCTA-Certified Cloud Technologist (NCT) Exam NCT-110

NCTA-Certified Cloud Technologist (NCT) Exam NCT-110 NCTA-Certified Clud Technlgist (NCT) Exam NCT-110 Exam Infrmatin Candidate Eligibility: The NCTA-Certified Clud Technlgist (NCT) exam requires n applicatin fee, supprting dcumentatin, nr ther eligibility

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

Andrid prgramming curse Sessin bjectives Intrductin URL & HttpCnnectin Netwrking APIs Using URL t read data Using HttpCnnectin pst data Reading netwrk state Web Service SOAP REST By Võ Văn Hải Faculty

More information

Cisco EPN Manager Operations

Cisco EPN Manager Operations Training Data Sheet Cisc EPN Manager Operatins Cisc EPN Manager Operatins is an instructr-led and lab-based curse in which yu learn t perfrm basic EPN Manager netwrk peratins functins. The Cisc Evlved

More information

DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE

DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE WHITE PAPER - DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE ABSTRACT This planning guide discusses guidance fr the varius vcenter Server deplyment ptins supprted n VxRail Appliances. Nvember 2017 TABLE

More information

PHP / JAVA Summer Training Program 2012

PHP / JAVA Summer Training Program 2012 PHP / JAVA Summer Training Prgram 2012 Curse Duratin: 45 days Pre-Requisite: Basic Knwledge f Internet Curse Fee: 10,000 ( Online Examinatin Fee, Bks, Certificatin, Tls & Sftware's Included ) Intrductin

More information

Dell EqualLogic PS Series Arrays: Expanding Windows Basic Disk Partitions

Dell EqualLogic PS Series Arrays: Expanding Windows Basic Disk Partitions TECHNICAL REPORT Dell EqualLgic PS Series Arrays: Expanding Windws Basic Disk Partitins ABSTRACT This Technical Reprt describes hw t expand Micrsft Windws basic disk vlumes after increasing the size f

More information

GMU SWE645, Spring Component-based Software Development SWE 645, Spring Semester 2006

GMU SWE645, Spring Component-based Software Development SWE 645, Spring Semester 2006 Cmpnent-based Sftware Develpment SWE 645, Spring Semester 2006 Instructr: Dr. Nick Duan Email: nduan@gmu.edu URL: http://ise.gmu.edu/~nduan/swe645 Office Hurs: Anytime electrnically r 20 min befre class

More information

TDR and Avast Business Antivirus. Integration Guide

TDR and Avast Business Antivirus. Integration Guide TDR and Avast Business Antivirus Integratin Guide i WatchGuard Technlgies, Inc. TDR and Avast Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate

More information

Oracle Database 11g Replay: The In-built Recorder for Real Application Testing

Oracle Database 11g Replay: The In-built Recorder for Real Application Testing Oracle Database 11g Replay: The In-built Recrder fr Real Applicatin Testing Amaresh Mandal Infsys Technlgies Ltd Intrductin Oracle Database 11g intrduced a new feature Database Replay which helps in perfrming

More information

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices HPE LadRunner Best Practices Series LadRunner 12.50 Upgrade Best Practices Dcument publicatin date: Nvember 2015 Cntents 1. Intrductin... 3 Overview... 3 Audience... 3 2. Preparatin... 3 Backup assets...

More information

present Advanced MSBI Automate your SDLC

present Advanced MSBI Automate your SDLC present Advanced MSBI Autmate yur SDLC advanced MSBI autmate yur sdlc SUMMARY This 3 days training prgram will allw intermediate t senir Micrsft BI develpers and architects t intrduce elements f DevOps,

More information

Implementing Microsoft Azure Infrastructure Solutions Syllabus

Implementing Microsoft Azure Infrastructure Solutions Syllabus 70-533 - Implementing Micrsft Azure Infrastructure Slutins Syllabus Clud Cmputing Intrductin What is Clud Cmputing Clud Characteristics Clud Cmputing Service Mdels Deplyment Mdels in Clud Cmputing Advantages

More information

Will de la Vega 9840 Via de la Amistad Apt. 78 San Diego, CA (619)

Will de la Vega 9840 Via de la Amistad Apt. 78 San Diego, CA (619) Will de la Vega 9840 Via de la Amistad Apt. 78 San Dieg, CA 92154 (619) 816-2384 cntact@willdelavega.cm SUMMARY Over 20 years f experience in IT industry invlving Sftware Analysis, Design, Develpment,

More information

Internet Explorer Configuration Reference

Internet Explorer Configuration Reference Sitecre CMS 6.2 r later Internet Explrer Cnfiguratin Reference Rev: 2013-10-04 Sitecre CMS 6.2 r later Internet Explrer Cnfiguratin Reference Optimize Micrsft Internet Explrer fr Use with Sitecre Table

More information

UBPartner Product Release Note XBRL Toolkit, XCT, XRT, XVT Version 3.0. August, UBPartner. Revision 1. Phone:

UBPartner Product Release Note XBRL Toolkit, XCT, XRT, XVT Version 3.0. August, UBPartner. Revision 1. Phone: UBPartner Prduct Release Nte XBRL Tlkit, XCT, XRT, XVT Versin 3.0 August, 2016 Revisin 1 UBPartner Phne: +33 1 80 88 47 91 Email: supprt@ubpartner.cm This dcument is fr Licensed Custmers and Partners internal

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

MySabre API RELEASE NOTES MYSABRE API VERSION 2.1 (PART OF MYSABRE RELEASE 7.1) DECEMBER 02, 2006 PRODUCTION

MySabre API RELEASE NOTES MYSABRE API VERSION 2.1 (PART OF MYSABRE RELEASE 7.1) DECEMBER 02, 2006 PRODUCTION MySabre API RELEASE NOTES MYSABRE API VERSION 2.1 (PART OF MYSABRE RELEASE 7.1) DECEMBER 02, 2006 PRODUCTION These release ntes pertain t the Prductin release fr MySabre Release 7.1 cntaining MySabre API

More information

ITE310 Computer Networks

ITE310 Computer Networks Cmputer Science Department cs.salemstate.edu ITE310 Cmputer Netwrks 4 cr. Catalg descriptin: This curse begins with an intrductin t cmputer netwrks, including hardware, sftware, trubleshting, and maintenance.

More information

Class Roster. Curriculum Class Roster Step-By-Step Procedure

Class Roster. Curriculum Class Roster Step-By-Step Procedure Imprtant Infrmatin The page prvides faculty and staff a list f students wh are enrlled and waitlisted in a particular class. Instructrs are given access t each class fr which they are listed as an instructr,

More information

CAMPBELL COUNTY GILLETTE, WYOMING

CAMPBELL COUNTY GILLETTE, WYOMING CAMPBELL COUNTY GILLETTE, WYOMING System Supprt Analyst I System Supprt Analyst II Senir System Supprt Analyst Class specificatins are intended t present a descriptive list f the range f duties perfrmed

More information