NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850

Size: px
Start display at page:

Download "NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850"

Transcription

1 NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD WEB: TEL: MCSD Web Applicatins Curse Outlines Prgramming in HTML5 with JavaScript and CSS3 Tptic 1. Implement and manipulate dcument structures and bjects Create the dcument structure Structure the UI by using semantic markup, including fr search engines and screen readers (Sectin, Article, Nav, Header, Fter, and Aside); create a layut cntainer in HTML Write cde that interacts with UI cntrls Prgrammatically add and mdify HTML elements; implement media cntrls; implement HTML5 canvas and SVG graphics Apply styling t HTML elements prgrammatically Change the lcatin f an element; apply a transfrm; shw and hide elements Implement HTML5 APIs Implement strage APIs, AppCache API, and Gelcatin API Establish the scpe f bjects and variables Define the lifetime f variables; keep bjects ut f the glbal namespace; use the this keywrd t reference an bject that fired an event; scpe variables lcally and glbally Create and implement bjects and methds Implement native bjects; create custm bjects and custm prperties fr native bjects using prttypes and functins; inherit frm an bject; implement native methds and create custm methds 1

2 Tptic 2. Implement prgram flw: Iterate acrss cllectins and array items; manage prgram decisins by using switch statements, if/then, and peratrs; evaluate expressins Raise and handle an event Handle cmmn events expsed by DOM (OnBlur, OnFcus, OnClick); declare and handle bubbled events; handle an event by using an annymus functin Implement exceptin handling Set and respnd t errr cdes; thrw an exceptin; request fr null checks; implement trycatch-finally blcks Implement a callback Receive messages frm the HTML5 WebScket API; use jquery t make an AJAX call; wire up an event; implement a callback by using annymus functins; handle the this pinter Create a web wrker prcess Start and stp a web wrker; pass data t a web wrker; cnfigure timeuts and intervals n the web wrker; register an event listener fr the web wrker; limitatins f a web wrker Tptic 3. Access and secure data: Validate user input by using HTML5 elements Chse the apprpriate cntrls based n requirements; implement HTML input types and cntent attributes (fr example, required) t cllect user input Validate user input by using JavaScript Evaluate a regular expressin t validate the input frmat; validate that yu are getting the right kind f data type by using built-in functins; prevent cde injectin Cnsume data Cnsume JSON and XML data; retrieve data by using web services; lad data r get data frm ther surces by using XMLHTTPRequest Serialize, deserialize, and transmit data Binary data; text data (JSON, XML); implement the jquery serialize methd; Frm.Submit; parse data; send data by using XMLHTTPRequest; sanitize input by using URI/frm encding 2

3 Tptic 4. Use CSS3 in applicatins: Style HTML text prperties Apply styles t text appearance (clr, bld, italics); apply styles t text fnt (WOFF size); apply styles t text alignment, spacing, and indentatin; apply styles t text hyphenatin; apply styles fr a text drp shadw Style HTML bx prperties Apply styles t alter appearance attributes (size, brder and runding brder crners, utline, padding, margin); apply styles t alter graphic effects (transparency, pacity, backgrund image, gradients, shadw, clipping); apply styles t establish and change an element s psitin (static, relative, abslute, fixed) Create a flexible cntent layut Implement a layut using a flexible bx mdel; implement a layut using multi-clumn; implement a layut using psitin flating and exclusins; implement a layut using grid alignment; implement a layut using regins, gruping, and nesting Create an animated and adaptive UI Animate bjects by applying CSS transitins; apply 3-D and 2-D transfrmatins; adjust UI based n media queries (device adaptatins fr utput frmats, displays, and representatins); hide r disable cntrls Find elements by using CSS selectrs and jquery Chse the crrect selectr t reference an element; define element, style, and attribute selectrs; find elements by using pseud-elements and pseud-classes Develping ASP.NET MVC Web Applicatins Tptic 1. Design the applicatin architecture: Plan the applicatin layers 3

4 Plan data access; plan fr separatin f cncerns; apprpriate use f mdels, views, and cntrllers; chse between client-side and server side prcessing; design fr scalability Design a distributed applicatin Design a hybrid applicatin (n-premises versus ff-premises, including Azure), plan fr sessin management in a distributed envirnment, plan web farms Design and implement the Azure rle life cycle Identify and implement Start, Run, and Stp events; identify startup tasks (IIS cnfiguratin [app pl], registry cnfiguratin, third-party tls) Cnfigure state management Chse a state management mechanism (in-prcess and ut f prcess state management), plan fr scalability, use ckies r lcal strage t maintain state, apply cnfiguratin settings in web.cnfig file, implement sessinless state (fr example, QueryString) Design a caching strategy Implement page utput caching (perfrmance riented), implement data caching, implement HTTP caching, implement Azure caching Design and implement a WebScket strategy Read and write string and binary data asynchrnusly (lng-running data transfers), chse a cnnectin lss strategy, decide a strategy fr when t use WebSckets, implement SignalR Design HTTP mdules and handlers Implement synchrnus and asynchrnus mdules and handlers, chse between mdules and handlers in IIS Tptic 2. Design the user experience: Apply the user interface design fr a web applicatin Create and apply styles by using CSS, structure and lay ut the user interface by using HTML, implement dynamic page cntent based n a design Design and implement UI behavir Implement client validatin, use JavaScript and the DOM t cntrl applicatin behavir, extend bjects by using prttypal inheritance, use AJAX t make partial page updates, implement the UI by using JQuery Cmpse the UI layut f an applicatin 4

5 Implement partials fr reuse in different areas f the applicatin, design and implement pages by using Razr templates (Razr view engine), design layuts t prvide visual structure, implement master/applicatin pages Enhance applicatin behavir and style based n brwser feature detectin Detect brwser features and capabilities; create a web applicatin that runs acrss multiple brwsers and mbile devices; enhance applicatin behavir and style by using vendr-specific extensins, fr example, CSS Plan an adaptive UI layut Plan fr running applicatins in brwsers n multiple devices (screen reslutin, CSS, HTML), plan fr mbile web applicatins Tptic 3. Develp the user experience: Plan fr search engine ptimizatin and accessibility Use analytical tls t parse HTML, view and evaluate cnceptual structure by using plugs-in fr brwsers, write semantic markup (HTML5 and ARIA) fr accessibility (fr example, screen readers) Plan and implement glbalizatin and lcalizatin Plan a lcalizatin strategy; create and apply resurces t UI, including JavaScript resurces; set cultures; create satellite resurce assemblies Design and implement MVC cntrllers and actins Apply authrizatin attributes, glbal filters, and authenticatin filters; specify an verride filter; implement actin behavirs; implement actin results; implement mdel binding Design and implement rutes Define a rute t handle a URL pattern, apply rute cnstraints, ignre URL patterns, add custm rute parameters, define areas Cntrl applicatin behavir by using MVC extensibility pints Implement MVC filters and cntrller factries; cntrl applicatin behavir by using actin results, viewengines, mdel binders, and rute handlers Reduce netwrk bandwidth Bundle and minify scripts (CSS and JavaScript), cmpress and decmpress data (using gzip/deflate; strage), plan a cntent delivery netwrk (CDN) strategy 5

6 Tptic 4. Trublesht and debug web applicatins: Prevent and trublesht runtime issues Trublesht perfrmance, security, and errrs; implement tracing, lgging (including using attributes fr lgging), and debugging (including IntelliTrace); enfrce cnditins by using cde cntracts; enable and cnfigure health mnitring (including Perfrmance Mnitr) Design an exceptin handling strategy Handle exceptins acrss multiple layers, display custm errr pages using glbal.asax r creating yur wn HTTPHandler r set web.cnfig attributes, handle first chance exceptins Test a web applicatin Create and run unit tests (fr example, use the Assert class), create mcks; create and run web tests, including using Brwser Link; debug a web applicatin in multiple brwsers and mbile emulatrs Debug an Azure applicatin Cllect diagnstic infrmatin by using Azure Diagnstics API and apprpriately implement n demand versus scheduled; chse lg types Tptic 5. Design and implement security: Cnfigure authenticatin Authenticate users; enfrce authenticatin settings; chse between Windws, Frms, and custm authenticatin; manage user sessin by using ckies; cnfigure membership prviders; create custm membership prviders; cnfigure ASP.NET Identity Cnfigure and apply authrizatin Create rles, authrize rles by using cnfiguratin, authrize rles prgrammatically, create custm rle prviders, implement WCF service authrizatin Design and implement claims-based authenticatin acrss federated identity stres Implement federated authenticatin by using Azure Access Cntrl Service; create a custm security tken by using Windws Identity Fundatin; handle tken frmats (fr example, Auth, OpenID, Micrsft Accunt, Ggle, Twitter, and Facebk) fr SAML and SWT tkens Manage data integrity Apply encryptin t applicatin data, apply encryptin t the cnfiguratin sectins f an applicatin, sign applicatin data t prevent tampering 6

7 Implement a secure site with ASP.NET Secure cmmunicatin by applying SSL certificates; salt and hash passwrds fr strage; use HTML encding t prevent crss-site scripting attacks (ANTI-XSS Library); implement deferred validatin and handle unvalidated requests, fr example, frm, querystring, and URL; prevent SQL injectin attacks by parameterizing queries; prevent crss-site request frgeries (XSRF) Develping Micrsft Azure and Web Services Tptic 1. Accessing data: Chse data access technlgies Chse a technlgy (ADO.NET, Entity Framewrk, WCF Data Services, Azure strage) based n applicatin requirements Implement caching Cache static data, apply cache plicy (including expiratins); use CacheDependency t refresh cache data; query ntificatins Implement transactins Manage transactins by using the API frm System.Transactins namespace; implement distributed transactins; specify transactin islatin level Implement data strage in Azure Access data strage in Azure; chse data strage mechanism in Azure (blbs, tables, queues, SQL Database); distribute data by using the Cntent delivery netwrk (CDN); handle exceptins by using retries (SQL Database); manage Azure Caching Create and implement a WCF Data Services service Address resurces; implement filtering; create a query expressin; access paylad frmats (including JSON); use data service interceptrs and service peratrs Manipulate XML data structures Read filter, create, mdify XML data structures; Manipulate XML data by using XMLReader, XMLWriter, XMLDcument, XPath, LINQ t XML; transfrm XML by using XSLT transfrmatins 7

8 Tptic 2. Query and manipulate data by using the Entity Framewrk Query, update, and delete data by using DbCntext; build a query that uses deferred executin; implement lazy lading and eager lading; create and run cmpiled queries; query data by using Entity SQL; perfrm asynchrnus peratins using Entity Framewrk; map a stred prcedure Query and manipulate data by using Data Prvider fr Entity Framewrk Query and manipulate data by using Cnnectin, DataReader, and Cmmand frm the System.Data.EntityClient namespace; perfrm synchrnus and asynchrnus peratins; manage transactins (API); prgrammatically cnfigure a Data Prvider Query data by using LINQ t Entities Query data by using LINQ peratrs (fr example, prject, skip, aggregate, filter, and jin); lg queries and database cmmands; implement query bundaries (IQueryable vs. IEnumerable); implement async query Query and manipulate data by using ADO.NET Query and manipulate data by using Cnnectin, DataReader, Cmmand, DataAdapter, DataSet; perfrm synchrnus and asynchrnus peratins; manage transactins (API) Create an Entity Framewrk data mdel Structure the data mdel using table per type, table per class, table per hierarchy; chse and implement an apprach t manage a data mdel (cde first vs. mdel first vs. database first); implement POCO bjects; describe a data mdel by using cnceptual schema definitins, strage schema definitin, mapping language (CSDL, SSDL, MSL), and Custm Cde First Cnventins Tptic 3. Designing and implementing WCF Services: Create a WCF service Create cntracts (service, data, message, callback, and fault); implement message inspectrs; implement asynchrnus peratins in the service Cnfigure WCF services by using cnfiguratin settings Cnfigure service behavirs; cnfigure service endpints; cnfigure bindings including WebScket bindings; specify a service cntract; expse service metadata (XSDs, WSDL, and metadata exchange endpint); cnfigure message cmpressin and encding Cnfigure WCF services by using the API 8

9 Cnfigure service behavirs; cnfigure service endpints; cnfigure binding; specify a service cntract; expse service metadata (XSDs, WSDL, and metadata exchange); WCF ruting and discvery features Secure a WCF service Implement message level security, implement transprt level security; implement certificates; design and implement multiple authenticatin mdes Cnsume WCF services Generate prxies by using SvcUtil; generate prxies by creating a service reference; create and implement channel factries Versin a WCF service Versin different types f cntracts (message, service, data); cnfigure address, binding, and ruting service versining Create and cnfigure a WCF service n Azure Create and cnfigure bindings fr WCF services (Azure SDK extensins t WCF); relay bindings t Azure using service bus endpints; integrate with the Azure service bus relay Implement messaging patterns Implement ne way, request/reply, streaming, and duplex cmmunicatin; implement Azure Service Bus and Azure Queues Hst and manage services Manage services cncurrency (single, multiple, reentrant); create service hsts; chse a hsting mechanism; chse an instancing mde (per call, per sessin, singletn); activate and manage a service by using AppFabric; implement transactinal services; hst services in an Azure wrker rle Tptic 4. Creating and cnsuming Web API-based services: Design a Web API Define HTTP resurces with HTTP actins; plan apprpriate URI space, and map URI space using ruting; chse apprpriate HTTP methd (get, put, pst, delete) t meet requirements; chse apprpriate frmat (Web API frmats) fr respnses t meet requirements; plan when t make HTTP actins asynchrnus; design and implement rutes Implement a Web API Accept data in JSON frmat (in JavaScript, in an AJAX callback); use cntent negtiatin t deliver different data frmats t clients; define actins and parameters t handle data binding; 9

10 use HttpMessageHandler t prcess client requests and server respnses; implement dependency injectin, alng with the dependency reslver, t create mre flexible applicatins; implement actin filters and exceptin filters t manage cntrller executin; implement asynchrnus and synchrnus actins; implement streaming actins; implement SignalR; test Web API web services Secure a Web API Implement HTTPBasic authenticatin ver SSL; implement Windws Auth; prevent crss-site request frgery (XSRF); design, implement, and extend authrizatin and authenticatin filters t cntrl access t the applicatin; implement Crss Origin Request Sharing (CORS); implement SSO by using OAuth 2.0; cnfigure multiple authenticatin mdes n a single endpint Hst and manage Web API Hst Web API in an ASP.NET app; self-hst a Web API in yur wn prcess (a Windws service) including Open Web Interface fr.net (OWIN); hst services in an Azure wrker rle; restrict message size; cnfigure the hst server fr streaming Cnsume Web API web services Cnsume Web API services by using HttpClient synchrnusly and asynchrnusly; send and receive requests in different frmats (JSON/HTML/etc.); request batching Tptic 5. Deplying web applicatins and services: Design a deplyment strategy Create an IIS install package; deply t web farms; deply a web applicatin by using XCpy; autmate a deplyment frm TFS r Build Server Chse a deplyment strategy fr an Azure web applicatin Perfrm an in-place upgrade and VIP swap; cnfigure an upgrade dmain; create and cnfigure input and internal endpints; specify perating system cnfiguratin; deply applicatins using Azure Web Site Cnfigure a web applicatin fr deplyment Switch frm prductin/release mde t debug mde; use SetParameters t set up an IIS app pl; set permissins and passwrds; enable and mnitr ASP.NET App Suspend; cnfigure WCF endpints (including HTTPS prtcl mapping), bindings, and behavirs; transfrm web.cnfig by using XSLT (fr example, acrss develpment, test, and prductin/release envirnments); cnfigure Azure cnfiguratin settings 10

11 Manage packages by using NuGet Create and cnfigure a NuGet package; install and update an existing NuGet package; cnnect t a lcal repsitry cache fr NuGet, set up yur wn package repsitry Create, cnfigure, and publish a web package Create an IIS InstallPackage; cnfigure the build prcess t utput a web package; apply preand pst- cnditin actins t ensure that transfrmatins are crrectly applied; include apprpriate assets (web cntent, certificates) Share assemblies between multiple applicatins and servers Prepare the envirnment fr use f assemblies acrss multiple servers (interning); sign assemblies by using a strng name; deply assemblies t the glbal assembly cache; implement assembly versining; create an assembly manifest; cnfigure assembly binding redirects (fr example, frm MVC4 t MVC5) 11

DEVELOPING WEB AZURE AND WEB SERVICES MICROSOFT WINDOWS AZURE

DEVELOPING WEB AZURE AND WEB SERVICES MICROSOFT WINDOWS AZURE 70-487 DEVELOPING WEB AZURE AND WEB SERVICES MICROSOFT WINDOWS AZURE ACCESSING DATA(20 TO 25%) 1) Choose data access technologies a) Choose a technology (ADO.NET, Entity Framework, WCF Data Services, Azure

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

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 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

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

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

70-487: Developing Windows Azure and Web Services

70-487: Developing Windows Azure and Web Services 70-487: Developing Windows Azure and Web Services Candidates for this certification are professional developers that use Visual Studio 2015112017 11 and the Microsoft.NET Core Framework 4.5 to design and

More information

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

Course 6368A: Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2008 Curse 6368A: Prgramming with the Micrsft.NET Framewrk Using Micrsft Visual Studi 2008 5 Days Abut this Curse This five-day, instructr-led curse prvides an intrductin t develping n-tier applicatins fr the

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

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

JAVA. Java Syllabus. Introduction to Sun Technologies Pre-requirements of Java Development

JAVA. Java Syllabus. Introduction to Sun Technologies Pre-requirements of Java Development Java Syllabus Intrductin t Sun Technlgies Pre-requirements f Java Develpment JDK Installatin and setting the Classpath Java surce file structure Basics f Java Prgramming Cmpiling the Prgram The main()

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

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

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

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

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

PHP LANGUAGE TRAINING PROGRAM. Course Content

PHP LANGUAGE TRAINING PROGRAM. Course Content Curse Duratin: 2 Mnths PHP LANGUAGE TRAINING PROGRAM Pre-Requisite: Basic Knwledge f Internet and Cmputer Curse Fee: 10,000 ( Online Examinatin Fee, Bks, Certificatin, Tls & Sftware's Included ) Intrductin

More information

REST; WebSocket (RFC 6455)

REST; WebSocket (RFC 6455) REST; WebScket (RFC 6455) Web Oriented Technlgies and Systems Prf. Michele Ruta Master s Degree Curse in Cmputer Engineering - (A.Y. 2016/2017) REST REST = Representatinal State Transfer. Anther architectural

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

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

INVENTION DISCLOSURE

INVENTION DISCLOSURE 1. Inventin Title. Light Transprt and Data Serializatin fr TR-069 Prtcl 2. Inventin Summary. This inventin defines a light prtcl stack fr TR-069. Even thugh TR-069 is widely deplyed, its prtcl infrastructure

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

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

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

SOLA and Lifecycle Manager Integration Guide

SOLA and Lifecycle Manager Integration Guide SOLA and Lifecycle Manager Integratin Guide SOLA and Lifecycle Manager Integratin Guide Versin: 7.0 July, 2015 Cpyright Cpyright 2015 Akana, Inc. All rights reserved. Trademarks All prduct and cmpany names

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

App Orchestration 2.6

App Orchestration 2.6 App Orchestratin 2.6 Terminlgy in App Orchestratin 2.6 Last Updated: July 8, 2015 Page 1 Terminlgy Cntents Elements f App Orchestratin... 3 Dmains... 3 Multi-Datacenter Deplyments... 4 Delivery Sites...

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

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

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

AvePoint Discovery Tool 3.5. User Guide

AvePoint Discovery Tool 3.5. User Guide AvePint Discvery Tl 3.5 User Guide Issued January 2018 Table f Cntents What s New in this Release... 3 Abut AvePint Discvery Tl... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu Begin... 6 System

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

Developing ASP.NET MVC Web Applications (486)

Developing ASP.NET MVC Web Applications (486) Developing ASP.NET MVC Web Applications (486) Design the application architecture Plan the application layers Plan data access; plan for separation of concerns, appropriate use of models, views, controllers,

More information

Course Overview Basic Linux commands like working with files and directories is desired.

Course Overview Basic Linux commands like working with files and directories is desired. [AWS-SAW]: AWS Clud Slutin Architect Wrkshp Length Delivery Methd : 4 days : Instructr-led (Classrm) Curse Overview Basic Linux cmmands like wrking with files and directries is desired. Pre-Requisites

More information

Stock Affiliate API workflow

Stock Affiliate API workflow Adbe Stck Stck Affiliate API wrkflw The purpse f this dcument is t illustrate the verall prcess and technical wrkflw fr Adbe Stck partners wh want t integrate the Adbe Stck Search API int their applicatins.

More information

CCNA Security v2.0 Chapter 3 Exam Answers

CCNA Security v2.0 Chapter 3 Exam Answers CCNA Security v2.0 Chapter 3 Exam Answers 1. Because f implemented security cntrls, a user can nly access a server with FTP. Which AAA cmpnent accmplishes this? accunting accessibility auditing authrizatin

More information

AngularJS. Unit Testing AngularJS Directives with Karma & Jasmine

AngularJS. Unit Testing AngularJS Directives with Karma & Jasmine AngularJS Unit Testing AngularJS Directives with Karma & Jasmine Directives Directives are different frm ther cmpnents they aren t used as bjects in the JavaScript cde They are used in HTML templates f

More information

Dynamic Storage (ECS)

Dynamic Storage (ECS) User Guide Dynamic Strage (ECS) Swisscm (Schweiz) AG 1 / 10 Cntent 1 Abut Dynamic Strage... 3 2 Virtual drive, the EMC CIFS-ECS Tl... 4 3 Amazn S3 Brwer... 6 4 Strage Gateway Appliance... 9 5 Amazn S3

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

(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

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

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

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

Andrid prgramming curse Data strage Sessin bjectives Internal Strage Intrductin By Võ Văn Hải Faculty f Infrmatin Technlgies Andrid prvides several ptins fr yu t save persistent applicatin data. The slutin

More information

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? CCNA 4 Chapter 8 v5.0 Exam Answers 2015 (100%) 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput

More information

AppSense Management Center. Product Guide Version 10.1

AppSense Management Center. Product Guide Version 10.1 AppSense Management Center Prduct Guide Versin 10.1 Table f Cntents Prduct Guide 1 Table f Cntents 2 What's new in Management Center 10.1? 5 Evaluatin Mde Installatins 5 Deplyment Statistics 5 Upgrade

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

CS5530 Mobile/Wireless Systems Using Google Map in Android

CS5530 Mobile/Wireless Systems Using Google Map in Android Mbile/Wireless Systems Using Ggle Map in Andrid Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs Setup Install the Ggle Play services SDK Tls > Andrid > SDK

More information

70-486: Developing ASP.NET MVC Web Applications

70-486: Developing ASP.NET MVC Web Applications 70-486: Developing ASP.NET MVC Web Applications Candidates for this exam are professional developers who use Microsoft Visual Studio 20120157 and Microsoft.NET FrameworkASP.NET to design and develop web

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins Versin 10-21-2016 Cpyright 2014-2016 Aviatrix Systems, Inc. All rights reserved. Aviatrix Clud Gateway What can it d fr me? Aviatrix Clud Gateway prvides an end t end secure netwrk

More information

DocAve 6 Service Pack 2 Control Panel

DocAve 6 Service Pack 2 Control Panel DcAve 6 Service Pack 2 Cntrl Panel Reference Guide Revisin D Issued February 2013 DcAve 6: Cntrl Panel 1 Table f Cntents Abut Cntrl Panel... 6 Submitting Dcumentatin Feedback t AvePint... 6 Befre Yu Begin...

More information

Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD Tel: Web:Nutechtraining.com

Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD Tel: Web:Nutechtraining.com Nutech Cmputer Training Institute 1682 E. Gude Dr. #102 Rckville, MD. 20850 Tel: 301-610-9300 Web:Nutechtraining.cm www.nutechtraining.cm OCP Oracle Database 12C: Advanced Administratin Backup and Recvery

More information

Kaltura On-Prem Release Notes. Version: Eagle

Kaltura On-Prem Release Notes. Version: Eagle Kaltura On-Prem Release Ntes Versin: Eagle Kaltura Business Headquarters 200 Park Avenue Suth, New Yrk, NY. 10003, USA Tel.: +1 800 871 5224 Cpyright 2012 Kaltura Inc. All Rights Reserved. Designated trademarks

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

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 11 2016 v5.1 Answers 100% 1. A newly hired netwrk technician is given the task f rdering new hardware fr a small business with a large grwth frecast. Which primary factr shuld the technician

More information

SASAC v1.0 Implementing Core Cisco ASA Security Cisco Training

SASAC v1.0 Implementing Core Cisco ASA Security Cisco Training SASAC v1.0 Implementing Cre Cisc ASA Security Cisc Training Curse Length: 5 Curse Delivery: Traditinal Classrm Online Live Curse Overview Cisc ASA Cre v1.0 is a new 5-day ILT class that cvers the Cisc

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

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

AngularJS. Unit Testing AngularJS Filters and Services with Karma & Jasmine

AngularJS. Unit Testing AngularJS Filters and Services with Karma & Jasmine AngularJS Unit Testing AngularJS Filters and Services with Karma & Jasmine Filters Filters can be added in AngularJS t frmat r transfrm data AngularJS prvides filters t currency - Frmat a number t a currency

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

CCNA Security v2.0 Chapter 2 Exam Answers

CCNA Security v2.0 Chapter 2 Exam Answers CCNA Security v2.0 Chapter 2 Exam Answers 1. An administratr defined a lcal user accunt with a secret passwrd n ruter R1 fr use with SSH. Which three additinal steps are required t cnfigure R1 t accept

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

CNS-207 Implementing Citrix NetScaler 10.5 for App and Desktop Solutions

CNS-207 Implementing Citrix NetScaler 10.5 for App and Desktop Solutions CNS-207 Implementing Citrix NetScaler 10.5 fr App and Desktp Slutins Curse Overview The bjective f Implementing Citrix NetScaler 10.5 fr App and Desktp Slutins is t prvide the fundatinal cncepts and skills

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

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension Hw t Guide DcAve Extender fr MOSS 2007 and SPS 2010 Installing DcAve Extender and Cnfiguring a Basic SharePint t Clud Extensin This dcument is intended fr anyne wishing t familiarize themselves with the

More information

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel DcAve 6 Cntrl Panel Reference Guide Service Pack 3 Cumulative Update 2 Revisin J Issued Octber 2013 DcAve 6: Cntrl Panel 1 Table f Cntents Abut Cntrl Panel... 6 Submitting Dcumentatin Feedback t AvePint...

More information

Chapter 2. The OSI Model and TCP/IP Protocol Suite. PDF created with FinePrint pdffactory Pro trial version

Chapter 2. The OSI Model and TCP/IP Protocol Suite. PDF created with FinePrint pdffactory Pro trial version Chapter 2 The OSI Mdel and TCP/IP Prtcl Suite PDF created with FinePrint pdffactry Pr trial versin www.pdffactry.cm Outline THE OSI MODEL LAYERS IN THE OSI MODEL TCP/IP PROTOCOL SUITE ADDRESSING TCP/IP

More information

Product Documentation. New Features Guide. Version 8.7.5/XE6

Product Documentation. New Features Guide. Version 8.7.5/XE6 Prduct Dcumentatin New Features Guide Versin 8.7.5/XE6 2015 Embarcader Technlgies, Inc. Embarcader, the Embarcader Technlgies lgs, and all ther Embarcader Technlgies prduct r service names are trademarks

More information

GPA: Plugin for OS Command With Solution Manager 7.1

GPA: Plugin for OS Command With Solution Manager 7.1 GPA: Plugin fr OS Cmmand With Slutin Manager 7.1 The plugin OS Cmmand can be used in yur wn guided prcedures. It ffers the pssibility t execute pre-defined perating system cmmand n each hst part f the

More information

DocAve 6 Control Panel

DocAve 6 Control Panel DcAve 6 Cntrl Panel DcAve 6 Cntrl Panel Reference Guide Reference Guide Service Pack 4, Cumulative Update 3 Revisin T Service Pack 4, Cumulative Update 3 Issued Nvember 2014 Revisin S Issued September

More information

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools.

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools. Q.1 What is Trubleshting Tls? List their types? Trubleshting f netwrk prblems is find and slve with the help f hardware and sftware is called trubleshting tls. Trubleshting Tls - Hardware Tls They are

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

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

DocAve 6 Report Center

DocAve 6 Report Center DcAve 6 Reprt Center User Guide Service Pack 2, Cumulative Update 1 Revisin E Issued April 2013 DcAve 6: Supplementary Tls 1 Table f Cntents Abut Reprt Center... 8 Cmplementary Prducts... 8 Submitting

More information

Position Statement for Multimodal Workshop

Position Statement for Multimodal Workshop Psitin Statement fr Multimdal Wrkshp Stéphane H. Maes stephane.maes@racle.cm Directr f Architecture Mbile, Vice and Wireless and Advanced Technlgies Oracle Crpratin 1. Persnal Interest Stéphane has several

More information

DocAve 6 Service Pack 1 Deployment Manager

DocAve 6 Service Pack 1 Deployment Manager DcAve 6 Service Pack 1 Deplyment Manager User Guide Revisin D Issued September 2012 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint...

More information

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1 Operating systems Mdule 15 kernel I/O subsystem Tami Srgente 1 SWAP SPACE MANAGEMENT Swap space can be defined as a temprary strage lcatin that is used when system s memry requirements exceed the size

More information

Extending VMware vcloud API with vcloud Extensibility Framework

Extending VMware vcloud API with vcloud Extensibility Framework VMware vclud Architecture Tlkit fr Service Prviders Extending VMware vclud API with vclud Extensibility Framewrk Versin 2.9 January 2018 Jhn Dwyer 2018 VMware, Inc. All rights reserved. This prduct is

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

IPv6 Foundations: Protocols, Services and Migration

IPv6 Foundations: Protocols, Services and Migration IPv6 Fundatins: Prtcls, Services and Migratin Date Submitted: February 2 nd, 2014 Curse Title: IPv6 Fundatins: Prtcls, Services and Migratin Curse Number: 9105 Curse Length: Fur days Curse Descriptin:

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD Tel: Web:Nutechtraining.com

Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD Tel: Web:Nutechtraining.com Nutech Cmputer Training Institute 1682 E. Gude Dr. #102 Rckville, MD. 20850 Tel: 301-610-9300 Web:Nutechtraining.cm www.nutechtraining.cm Oracle OCP/DBA 12C Certificatin Oracle Certified Assciate Oracle

More information

DocAve 6 Service Pack 1 Report Center

DocAve 6 Service Pack 1 Report Center DcAve 6 Service Pack 1 Reprt Center User Guide Revisin C Issued September 2012 DcAve 6: Reprt Center 1 Table f Cntents Abut Reprt Center... 8 Cmplementary Prducts... 8 Submitting Dcumentatin Feedback t

More information

Cisco Smart Software Manager satellite

Cisco Smart Software Manager satellite Data Sheet Cisc Smart Sftware Manager satellite Last Updated: May 12, 2017 Overview Cisc Smart Sftware Manager satellite is a cmpnent f Cisc Smart Licensing. It wrks in cnjunctin with Cisc Smart Sftware

More information

Understanding Active Directory Domain Services (AD DS) Functional Levels

Understanding Active Directory Domain Services (AD DS) Functional Levels Understanding Active Directry Dmain Services (AD DS) Functinal Levels 92 ut f 99 rated this helpful - Rate this tpic Updated: May 28, 2014 Applies T:,,, Functinal levels determine the available Active

More information

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 3, Cumulative Update 1 Revisin F Issued August 2013 1 Table f Cntents Abut DcAve ediscvery... 4 Cmplementary Prducts... 4 Submitting Dcumentatin Feedback t AvePint...

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

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

AvePoint Meetings Pro 4.3 for SharePoint On-Premises. Installation and Configuration Guide

AvePoint Meetings Pro 4.3 for SharePoint On-Premises. Installation and Configuration Guide AvePint Meetings Pr 4.3 fr SharePint On-Premises Installatin and Cnfiguratin Guide Issued January 2018 Table f Cntents What s New in this Guide... 5 Abut AvePint Meetings Pr fr SharePint... 6 System Requirements...

More information

Longitude Release Notes

Longitude Release Notes Lngitude fr SharePint http://www.ba-insight.net Lngitude Release Ntes BA-Insight Last Updated: May 25th 2011 The infrmatin cntained in this dcument represents the current view f BA-Insight n the issues

More information

DocAve 6 EMC Documentum Migrator

DocAve 6 EMC Documentum Migrator DcAve 6 EMC Dcumentum Migratr User Guide Service Pack 9 Issued June 2017 1 Table f Cntents What s New in this Guide... 5 Abut EMC Dcumentum Migratr... 6 Cmplementary Prducts... 6 Submitting Dcumentatin

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

THttpServer class. Sergey Linev (GSI)

THttpServer class. Sergey Linev (GSI) THttpServer class Sergey Linev (GSI) Mtivatin Develpment was inspired by JSRtIO why nt achieve similar functinality with nline ROOT applicatin? first tests with external web servers dependencies frm external

More information

File Share Navigator Online

File Share Navigator Online File Share Navigatr Online User Guide Service Pack 7 Issued September 2017 Table f Cntents What s New in this Guide... 4 Abut File Share Navigatr Online... 5 Cmpnents f File Share Navigatr Online... 5

More information

Cloud Storage Migration Suite 1.1.0

Cloud Storage Migration Suite 1.1.0 Clud Strage Migratin Suite 1.1.0 User Guide Issued June 2018 Clud Strage Migratin Suite User Guide 1 Table f Cntents Abut Clud Strage Migratin Suite... 4 Overview f Basic Operatins in Clud Strage Migratin

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Click Studios. Passwordstate. RSA SecurID Configuration

Click Studios. Passwordstate. RSA SecurID Configuration Passwrdstate RSA SecurID Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in writing

More information

Oracle CPQ Cloud Release 1. New Feature Summary

Oracle CPQ Cloud Release 1. New Feature Summary Oracle CPQ Clud 2017 Release 1 New Feature Summary April 2017 1 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE CPQ CLOUD... 4 MODERN SELLING EXPERIENCE... 4 Deal Negtiatin... 4 REST API Services... 4 ENTERPRISE

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information