MCSD WINDOWS STORE APPS C# PERCORSO COMPLETO

Dimensione: px
Iniziare la visualizzazioe della pagina:

Download "MCSD WINDOWS STORE APPS C# PERCORSO COMPLETO"

Transcript

1 MCSD WINDOWS STORE APPS C# PERCORSO COMPLETO Descrizione Il corso fornisce le competenze necessarie per acquisire la certificazione MCSD WINDOWS STORE APPS C#. In questo corso di certificazioni sono raggruppati i seguenti percorsi formativi: 1. Programming in C#: il corso fornisce le conoscenze di programmazione necessarie per creare applicazioni Windows utilizzando il linguaggio C #. 2. Essentials of Developing Windows Store Apps Using C#: Il corso fornisce le conoscenze essenziali di programmazione e le tecniche necessarie per sviluppare applicazioni Windows Store. La formazione prevede una combinazione di design e capacità di sviluppo, per permettere agli studenti di sfruttare al meglio gli strumenti di Visual Studio ed Expression blend. 3. Advanced Windows Store App Development Using C#: il corso fornisce conoscenze di programmazione avanzata, tecniche per ottimizzare l App Store di Windows e competenze utili a differenziare le proprie applicazioni da altre nello Store di Windows. Obiettivi Al termine del corso, il candidato sarà in grado di: Descrivere la sintassi di base e le caratteristiche di C #. Creare e chiamare i metodi, catturare e gestire le eccezioni, descrivere i requisiti di monitoraggio su larga scala. Implementare la struttura di base e gli elementi essenziali di una tipica applicazione desktop. Creare classi, definire e implementare le interfacce, creare e utilizzare insiemi generici. Utilizzare l'ereditarietà per creare una gerarchia di classi, estendere un.net Framework, creare classi e metodi generici. Leggere e scrivere dati utilizzando file di input / output e flussi, serializzare e deserializzare i dati in diversi formati. Creare e utilizzare un modello di dati di entità per accedere ad un database, utilizzare LINQ per eseguire query e aggiornare i dati. Utilizzare i tipi nel System.Net e WCF Data Services per accedere ed eseguire query su dati remoti. Costruire un'interfaccia utente grafica tramite XAML.

2 Migliorare la velocità e il tempo di risposta delle applicazioni utilizzando le attività e le operazioni asincrone. Integrare le librerie non gestite e componenti dinamici in un'applicazione C #. Esaminare i metadati dei tipi tramite reflection, creare e utilizzare gli attributi personalizzati, generare il codice in fase di esecuzione, e gestire le versioni di montaggio. Crittografare e decrittografare dati utilizzando la crittografia simmetrica e asimmetrica. Descrivere le caratteristiche della piattaforma Windows 8 ed esplorare le basi di una interfaccia di Windows app. Creare il layout dell'interfaccia utente e la struttura tramite XAML. Utilizzare l'associazione dati per presentarli nell'interfaccia utente. Implementare i controlli AppBar. Gestire file e flussi. Rispondere agli eventi del ciclo di vita delle applicazioni che utilizzano Lifetime Process Management ed i punti di estendibilità PLM fornito da Visual Studio Utilizzare i modelli per creare l'interfaccia utente. Gestire gli scenari di navigazione in un app store di Windows. Progettare e realizzare appalti di come la ricerca, condivisione e Impostazioni. Rispondere agli eventi del mouse e della tastiera. Distribuire un app store di Windows o un negozio aziendale. Aggiungere animazioni e transizioni in un negozio di Windows app per migliorare l'esperienza dell'utente. Localizzare il Windows App Store UI. Utilizzare meccanismi di stoccaggio, scegliere una strategia adeguata di caching per la loro app store di Windows e utilizzare metodi avanzati di accesso ai file. Creare controlli personalizzati, estendere controlli basati su modelli, e creare componenti WinMD. Attuare la stampa e contratti di impostazioni del Play To AP. Lavorare con il servizio Push Notification Service (WNS). Creare le attività in background. Scoprire le funzionalità del dispositivo, interagire con i dispositivi, e agire su dati del sensore. Implementare delle licenze di Windows Store. Capire come gestire l'autenticazione di Windows e l autenticazione di applicazioni Web in Windows Store. Diagnosticare problemi di comportamento delle applicazioni utilizzando strumenti di analisi, profiling e le API.

3 Modalità di svolgimento L erogazione del corso prevede sia modalità frontale sia la modalità a distanza; è prevista una modalità fast con lezioni giornaliere da 7 ore con una pausa di un ora, o modalità normale, con lezioni da 2 ore ed incontri bisettimanali. SERVIZI COMPRESI: Fornitura di trainer certificati Microsoft. Programmazione del percorso didattico. Supervisione, guida e controllo del percorso didattico, correzione dei test di verifica. Un Mese di tutoraggio completo oltre alle ore previste per il corso. Esame finale. Prerequisiti di partecipazione I partecipanti dovrebbero possedere una conoscenza di base di C # che permetta loro di comprendere le seguenti operazioni: Come dare un nome, dichiarare, inizializzare e assegnare i valori alle variabili all'interno di un'applicazione. Come usare: operatori aritmetici per eseguire calcoli aritmetici che coinvolgono una o più variabili; operatori relazionali per verificare la relazione tra due variabili o espressioni; operatori logici per combinare espressioni che contengono operatori relazionali. Come creare la sintassi del codice per le istruzioni di programmazione con semplici parole chiave del linguaggio C # e riconoscere errori di sintassi utilizzando l'ide di Visual Studio. Come creare una struttura semplice branching tramite un'istruzione IF. Come creare una semplice struttura ciclica utilizzando un'istruzione For per scorrere un array di dati. Come utilizzare l'ide di Visual Studio per individuare gli errori logici semplici. Come creare una funzione che accetta argomenti (parametri e restituisce un valore di un tipo specificato). Come progettare e costruire una semplice interfaccia utente mediante controlli standard dalla casella degli strumenti di Visual Studio. Come connettersi a un database SQL Server e le basi di come recuperare e memorizzare i dati. Come ordinare i dati in un ciclo. Come riconoscere le classi e dei metodi utilizzati in un programma. Esami finali e relative certificazioni Esame : Programming in C# Esame : Essentials of Developing Windows Store Apps Using C# Esame : Advanced Windows Store App Development Using C#

4 Dettaglio Corsi Corso 20483A: Programming in C# (5 giorni fast o 18 incontri da 2 ore) Corso 20484A: Essentials of Developing Windows Store Apps Using C# (5 giorni fast o 18 incontri da 2 ore) Corso 20485A: Advanced Windows Store App Development Using C# (5 giorni fast o 18 incontri da 2 ore) PROGRAMMA Corso 20483A Module 1: Review of C# Syntax This module reviews the core syntax and features of the C# programming language. It also provides an introduction to the Visual Studio 2012 debugger. Overview of Writing Applications using C# Datatypes, Operators, and Expressions C# Programming Language Constructs Lab : Developing the Class Enrolment Application Implementing Edit Functionality for the Students List Implementing Insert Functionality for the Students List Implementing Delete Functionality for the Students List Displaying the Student Age Describe the architecture of.net Framework applications and use the features that Visual Studio 2012 and C# provide to support.net Framework development. Use the basic data types, operators, and expressions provided by C#. Use standard C# programming constructs. Module 2: Creating Methods, Handling Exceptions, and Monitoring Applications This module explains how to create and call methods, catch and handle exceptions. This module also describes the monitoring requirements of large-scale applications. Creating and Invoking Methods Creating Overloaded Methods and Using Optional and Output Parameters Handling Exceptions Monitoring Applications Lab : Extending the Class Enrolment Application Functionality Refactoring the Enrolment Code Validating Student Information

5 Saving Changes to the Class List Create and invoke methods, pass parameters to methods, and return values from methods. Create overloaded methods, and use optional parameters and output parameters. Catch and handle exceptions and write information to the event log. Explain the requirement for implementing logging, tracing, and profiling when building large-scale applications. Module 3: Developing the Code for a Graphical Application This module describes how to implement the basic structure and essential elements of a typical desktop application, including using structures and enumerations, collections, and events. Implementing Structs and Enums Organizing Data into Collections Handling Events Lab : Writing the Code for the Grades Prototype Application Adding Navigation Logic to the Application Creating Data Types to Store User and Grade Information Displaying User and Grade Information Define and use structures and enumerations. Create and use simple collections for storing data in-memory. Create, subscribe to, and raise events. Module 4: Creating Classes and Implementing Type-safe Collections This module explains how to create classes, define and implement interfaces, and create and use generic collections. This module also describes the differences between value types and reference types in C#. Creating Classes Defining and Implementing Interfaces Implementing Type-safe Collections Lab : Adding Data Validation and Type-safety to the Grades Application Implementing the Teacher, Student, and Grade Types as Classes Adding Data Validation to the Grade Class Displaying Students in Name Order Enabling Teachers to Modify Class and Grade Data Create and use custom classes. Define and implement custom interfaces. Use generics to implement type-safe collections.

6 Module 5: Creating a Class Hierarchy by Using Inheritance This module explains how to use inheritance to create a class hierarchy and extend a.net Framework class. This module also describes how to create generic classes and define extension methods. Creating Class Hierarchies Extending.NET Framework Classes Creating Generic Types Lab : Refactoring Common Functionality into the User Class Creating and Inheriting from the User Base Class Implementing Password Complexity by Using an Abstract Method Creating the ClassFullException Class Define abstract classes and inherit from base classes to create a class hierarchy. Inherit from.net Framework classes and use extension methods to add custom functionality to the inherited class. Create generic classes and methods. Module 6: Reading and Writing Local Data This module explains how to read and write data by using file input/output (I/O) and streams, and how to serialize and deserialize data in different formats. Reading and Writing Files Serializing and Deserializing Data Performing I/O Using Streams Lab : Generating the Grades Report Serializing the Data for the Grades Report as XML Previewing the Grades Report Persisting the Serialized Grades Data to a File Read and write data to and from the file system by using file I/O. Convert data into a format that can be written to or read from a file or other data source. Use streams to send and receive data to or from a file or other data source. Module 7: Accessing a Database This module explains how to create and use an entity data model for accessing a database, and how to use LINQ to query and update data. Creating and Using Entity Data Models Querying Data by Using LINQ Updating Data by Using LINQ Lab : Retrieving and Modifying Grade Data Creating an Entity Model from the The School of Fine Arts Database Updating Student and Grade Data Using the Entity Framework Extending the Entity Model to Validate Data

7 Create an entity data model, describe the key classes contained in the model, and customize the generated code. Use LINQ to query and work with data. Use LINQ to insert, update, and delete data. Module 8: Accessing Remote Data This module explains how to use the types in the System.Net namespace, and WCF Data Services, to query and modify remote data. Accessing Data Across the Web Accessing Data in the Cloud Lab : Retrieving and Modifying Grade Data in the Cloud Creating a WCF Data Service for the SchoolGrades Database Integrating the WCF Data Service into the Application Retrieving Student Photographs Over the Web Use the classes in the System.Net namespace to send and receive data across the Web. Create and use a WCF Data Service to access data in the cloud. Module 9: Designing the User Interface for a Graphical Application This module explains how to build and style a graphical user interface by using XAML. This module also describes how to display data in a user interface by using data binding. Using XAML to Design a User Interface Binding Controls to Data Styling a User Interface Lab : Customizing Student Photographs and Styling the Application Customizing the Appearance of Student Photographs Styling the Logon View and the StudentPhoto Control Define XAML views and controls to design a simple graphical user interface. Use XAML data binding techniques to bind XAML elements to a data source and display data. Add styling and dynamic transformations to a XAML user interface. Module 10: Improving Application Performance and Responsiveness This module explains how to improve the throughput and response time of applications by using tasks and asynchronous operations. Implementing Multitasking by using Tasks and Lambda Expressions Performing Operations Asynchronously Synchronizing Concurrent Access to Data Lab : Improving the Responsiveness and Performance of the Application Ensuring that the User Interface Remains Responsive When Retrieving Data for Teachers

8 Providing Visual Feedback During Long-Running Operations Create tasks and lambda expressions to implement multitasking. Define and use asynchronous methods to improve application responsiveness. Coordinate concurrent access to data shared across multiple tasks by using synchronous primitives and concurrent collections. Module 11: Integrating with Unmanaged Code This module explains how to integrate unmanaged libraries and dynamic components into a C# application. This module also describes how to control the lifetime of unmanaged resources. Creating and Using Dynamic Objects Managing the Lifetime of Objects and Controlling Unmanaged Resources Lab : Upgrading the Grades Report Generating the Grades Report by Using Microsoft Office Word Controlling the Lifetime of Word Objects by Implementing the Dispose Pattern Integrate unmanaged code into a C# application by using the Dynamic Language Runtime. Control the lifetime of unmanaged resources and ensure that they are disposed properly. Module 12: Creating Reusable Types and Assemblies This module explains how to examine the metadata of types by using reflection, create and use custom attributes, generate managed code at runtime, and manage different versions of assemblies. Examining Object Metadata Creating and Using Custom Attributes Generating Managed Code Versioning, Signing and Deploying Assemblies Lab : Specifying the Data to Include in the Grades Report Creating the IncludeInReport Attribute Generating the Report Storing the Grades.Utilities Assembly Centrally Examine the metadata of objects at runtime by using reflection. Create and use custom attribute class. Generate managed code at runtime by using CodeDOM. Manage different versions of an assembly and deploy an assembly to the Global Assembly Cache. Module 13: Encrypting and Decrypting Data This module explains how to encrypt and decrypt data by using symmetric and asymmetric encryption. Implementing Symmetric Encryption Implementing Asymmetric Encryption Lab : Encrypting and Decrypting Grades Reports Encrypting the Grades Report

9 Decrypting the Grades Report Perform symmetric encryption by using the classes in the System.Security namespace. Perform asymmetric encryption by using the classes in the System.Security namespace. PROGRAMMA Corso 20484A Module 1: Overview of the Windows 8 Platform and Windows Store Apps This module describes the Windows 8 platform and features and the basics of a Windows Store app interface. It also explains how to create and style a simple Windows Store app by using Visual Studio and Blend. Introduction to the Windows 8 Platform Windows 8 User Interface Principles WinRT and Language Projections Lab : Overview of the Windows 8 Platform and Windows Store Apps Explore the Windows 8 Platform Explore a Windows Store App Describe the Windows 8 platform, architecture, and features. Explain the basics of the Windows 8 UI and Windows Store app experience and how it differs from Windows desktop apps. Explain the new API model, how it supports building Windows Store apps, and how it enables multiple language-specific projections. Module 2: Creating User Interfaces using XAML This module explains how to create the User Interface by using XAML, and how to style a simple Windows Store app by using Visual Studio and Blend. XAML Basics XAML Code-Behind Advanced XAML Lab : Creating User Interfaces using XAML Create the User Interface using Visual Studio 2012 Enhance the User Interface using Visual Studio 2012 and Blend Development Tools Describe the basic principles behind XAML. Use XAML and its code-behind collaboratively. Understand advanced XAML topics.

10 Module 3: Presenting Data This module explains how to present data in the user interface using data binding. Working with Data Presentation Controls The GridView Control Lab : Presenting Data Create the Data for Consumption Implement the GridView Control Explain the different ways in which data can be displayed in Windows Store apps. Use the GridView control. Module 4: Implementing Layout using Windows 8 Built-In Controls This module explains how to implement the AppBar and layout controls. WinRT Controls AppBar Control Snapped and Fill Lab : Implementing Layout using Windows 8 Built-In Controls Implement an AppBar Control Create Adaptive Views Describe the WinRT library and controls. Describe the app bar and explain the app bar functionality. Describe Snapped and Scale views and explain best practices. Module 5: Handling Files in Windows Store Apps This module explains how to handle files and streams. Handling Files and Streams in Windows Store Apps Working with File User Interface Components Lab : Handling Files in Windows Store Apps Read Data from the Notes File Write Data to the Notes File Work with files and streams using WinRT. Use WinRT pickers to display a selection UI. Module 6: Windows Store App Process Lifetime Management This module describes how to respond to application lifecycle events using Process Lifetime Management and the PLM extensibility points provided by the Visual Studio 2012 templates. Process Lifetime Management Launching Windows Store Apps

11 Implementing a State Management Strategy Lab : Windows Store App Process Lifetime Management Explore the Different PLM States Implement State Management Describe app states. Describe what happens to an app when it is sent to the background. Implement PLM event handlers. Module 7: Working with Resources, Styles, and Templates This module explains how to use templates when creating the user interface. Creating Shared Resources Creating Styles and Templates Lab : Working with Styles and Templates Create a Control Style and Template Create shared resources. Create custom styles and templates. Module 8: Designing and Implementing Navigation in a Windows Store App This module explains how to handle navigation scenarios in a Windows Store app and implement Semantic Zoom. Handling Navigation in Windows Store Apps Semantic Zoom Lab : Designing and Implementing Navigation in a Windows Store App Add Navigation to the App Implement Semantic Zoom Implement navigation in your apps. Explain what Semantic Zoom is, and how to use it in a Windows Store app. Module 9: Implementing Windows 8 Contracts This module explains how to design and implement Windows 8 contracts such as Search, Share and Settings. Designing for Charms and Contracts The Search Contract The Share Contract Managing App Settings and Preferences Lab : Implementing Windows 8 Contracts Implement the Search Contract Implement the Share Contract Adding a New Setting to the Settings Pane

12 Design apps to use charms and contracts. Implement the Search contract. Implement the Share Target and Share Source contracts. Describe the settings pane and add settings commands. Module 10: Implementing Tiles and User Notifications This module explains how to implement tiles and toast notifications in a Windows Store app. Implementing Tiles, Live Tiles, Secondary Tiles and Badge Notifications Implementing Toast Notifications Lab : Implementing Tiles and User Notifications Enable Live Tile Functionality on the Main Tile Add Secondary Tiles Functionality Add Scheduled Toast Notifications for ToDo Notes Implement tiles, live tiles, and secondary tiles. Implement toast notifications. Module 11: Designing and Implementing a Data Access Strategy This module explains how to implement various data access scenarios for Windows Store apps. Evaluating Data Access Strategies Working with Remote Data Describe various data access strategies. Describe common use cases that occur while working with remote data. Module 12: Responding to Mouse and Touch This module explains how to respond to mouse, keyboard and touch events, including gestures. Working with Mouse Events Working with Gesture Events Lab : Responding to Mouse and Touch Implement Mouse Events Implement Gesture Events Describe mouse events and touch gestures in Windows 8. Explain gestures handling best practices. Module 13: Planning for Windows Store App Deployment This module explains how to deploy their Windows Store apps to the Windows Store or an enterprise store.

13 The Windows Store App Manifest Windows Store App Certification Enterprise App Deployment Change an app's package manifest to meet the requirements of deploying to the Windows Store. Deploy an app to the Windows Store. Prepare an app for enterprise deployment. PROGRAMMA Corso 20485A Module 1: Windows Store Apps Essentials This module provides a review of the essential Windows Store app features. Review Windows 8 App Essentials - Presentation Review Windows 8 App Essentials - Under the Hood Describe basic Windows Store app concepts related to the app presentation. Describe basic Windows Store app concepts related to integration with the Windows 8 ecosystem. Module 2: Implementing Animations and Transitions This module explains how to add animations and transitions to improve the user experience using the VisualStateManager and control templates. Using Animation Working with Transitions and Transformations Lab : Implementing Animations and Transitions Creating Animations in a Windows Store App Creating Transitions and Transformations in a Windows Store App Describe the built-in WinRT animation library and Storyboards. Apply transitions and transformations. Module 3: Implementing Globalization and Localization This module explains how to localize Windows Store app user interface. Working with Resource Files Implementing Culture-Specific Formatting Lab : Implementing Globalization and Localization Create and Consume Resource Files Apply Culture-Specific Formatting

14 Create and consume localized resources. Apply language-specific formatting for multi-lingual application. Module 4: Branding and a Seamless User Interface This module explains how to brand Windows Store app and improve the loading experience with a splash screen. Customizing the Splash Screen Differentiate your app with branding Lab : Branding and a Seamless User Interface Create a Customized Splash Screen Branding a Windows Store App Create and present a successful splash screen. Differentiate Windows Store apps with branding. Module 5: Advanced Data Scenarios in a Windows Store App This module explains how to use various storage mechanisms, choose a suitable caching strategy for an app, and use advanced file access methods. Windows Store App Storage Options Implementing Data Caching Advanced File Functionality Lab : Caching Data Cache Data Describe the storage mechanisms available to Windows Store apps. Module 6: Creating Reusable Controls and Components This module explains how to create custom controls, extend templated controls, and create and consume WinMD components. Creating Custom Controls Extending Existing Controls Creating and Consuming WinMD Components Lab : Creating Reusable Controls and Components Create and Use a Custom Control Consume a WinMD Component Create reusable custom controls. Create and extend templated controls. Create and consume a WinMD component.

15 Module 7: Implementing Advanced Contract Scenarios This module explains how to implement the Print and Settings contracts and the Play To API. The Print Contract The Play To Contract Lab : Printing Print a single page Print multiple pages Print by using the print contract Describe the Play To API. Module 8: The Windows Push Notification Service (WNS) This module explains how to work with the Push Notification Service (WNS). The Push Notification Service (WNS) Communicating with the Push Notification Service (WNS) Lab : The Windows Push Notification Service (WNS) Manage a Windows Notification Service (WNS) Channel Describe the Push Notification Service (WNS). Work with push notifications. Module 9: Capturing Media This module explains how to capture media with the camera and microphone. Using CameraCaptureUI to Capture Pictures, Videos or Audio Using MediaCapture to Capture Pictures, Video, or Audio Lab : Capturing Media Capture video using the CameraCaptureUI API Capture image using the MediaCapture API Use the CameraCaptureUI API. Use the MediaCapture API. Module 10: Background Tasks This module explains how to create and consume background tasks. Creating Background Tasks Consuming Background Tasks in a Windows Store App Lab : Background Tasks Create and Consume a Background Task Consume a Background Task

16 Create background tasks. Consume background tasks. Module 11: Working with Sensors and Devices This module explains how to discover device capabilities, interact with devices, and act upon sensor data. Working with Sensors Working with Devices Lab : Working with Sensors and Devices Use the orientation sensor Use location services Discover sensors, test their availability, and handle sensor events. Discover device availability and enumerate d and their capabilities and properties, and use them. Module 12: Generating Revenue with your App This module explains how to generate revenue with Windows Store apps using trial licensing and in-app purchasing and advertising. Implementing Trial Functionality in a Windows Store App Implement In-App Purchases Advertising in a Windows Store App Lab : Generating Revenue with your App Use Windows.Store Classes to Support Trial App Conversion Implement In-App Purchase in an App Implement trial functionality and transition to a full license. Implement in-app purchases. Implement advertising functionality. Module 13: Securing Windows Store App Data This module explains how to manage Windows authentication and web authentication in Windows 8 apps. Managing Windows Authentication Managing Web Authentication Encryption in Windows Store Apps Lab : Securing Windows 8 App Data Encrypt User Information Use ACS Authentication Authenticate using Windows Live Authentication. Authenticate using web authentication protocols. Encrypt data by using the Windows.Security.Cryptography

17 Module 14: Tracing and Profiling Windows Store Apps This module explains how to diagnose problems and monitor application behavior using tracing and profiling tools and APIs. Tracing a Windows Store App Profiling a Windows Store App Trace Windows Store apps. Profile Windows Store apps. Costo del Corso Frontale in aula: A distanza individuale e personalizzato: 4.790,00 + IVA 6.690,00 + IVA Il costo del voucher d esame è da considerarsi escluso dal costo del corso indicato.

CORSO MOC20483: Programming in C# CEGEKA Education corsi di formazione professionale

CORSO MOC20483: Programming in C# CEGEKA Education corsi di formazione professionale CORSO MOC20483: Programming in C# CEGEKA Education corsi di formazione professionale Programming in C# Questo corso insegna ai programmatori e sviluppatori le tecniche per creare applicazioni Windows usando

Dettagli

CORSO MOC20485: Advanced Windows Store App Development Using C# CEGEKA Education corsi di formazione professionale

CORSO MOC20485: Advanced Windows Store App Development Using C# CEGEKA Education corsi di formazione professionale CORSO MOC20485: Advanced Windows Store App Development Using C# CEGEKA Education corsi di formazione professionale Advanced Windows Store App Development Using C# Grazie a questo corso gli studenti impareranno

Dettagli

CORSO MOC20481: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript. CEGEKA Education corsi di formazione professionale

CORSO MOC20481: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript. CEGEKA Education corsi di formazione professionale CORSO MOC20481: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript CEGEKA Education corsi di formazione professionale Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Dettagli

Sviluppare applicazioni per Windows 8 con XAML, C# e VB

Sviluppare applicazioni per Windows 8 con XAML, C# e VB Sviluppare applicazioni per Windows 8 con XAML, C# e VB Di Daniele Bochicchio, Cristian Civera, Marco De Sanctis, Alessio Leoncini, Marco Leoncini, Stefano Mostarda Hoepli Editore (2012) ISBN 9788820352417

Dettagli

Corso: Developing Microsoft SharePoint Server 2013 Core Solutions Codice PCSNET: MSP2-6 Cod. Vendor: 20488 Durata: 5

Corso: Developing Microsoft SharePoint Server 2013 Core Solutions Codice PCSNET: MSP2-6 Cod. Vendor: 20488 Durata: 5 Corso: Developing Microsoft SharePoint Server 2013 Core Solutions Codice PCSNET: MSP2-6 Cod. Vendor: 20488 Durata: 5 Obiettivi Progettare e gestire funzioni e soluzioni. Sviluppare codice per componenti

Dettagli

MOC20487 Developing Windows Azure and Web Services (Visual Studio 2012)

MOC20487 Developing Windows Azure and Web Services (Visual Studio 2012) Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC20487 Developing Windows Azure and Web Services (Visual Studio 2012) Durata: 4.5 gg Descrizione In questo corso gli studenti impareranno

Dettagli

Corso: Developing Microsoft SharePoint Server 2013 Advanced Solutions Codice PCSNET: MSP2-7 Cod. Vendor: 20489 Durata: 5 Obiettivi

Corso: Developing Microsoft SharePoint Server 2013 Advanced Solutions Codice PCSNET: MSP2-7 Cod. Vendor: 20489 Durata: 5 Obiettivi Corso: Developing Microsoft SharePoint Server 2013 Advanced Solutions Codice PCSNET: MSP2-7 Cod. Vendor: 20489 Durata: 5 Obiettivi Descrivere le applicazioni per la piattaforma di sviluppo di SharePoint.

Dettagli

RenderCAD S.r.l. Formazione

RenderCAD S.r.l. Formazione Descrizione del corso Questo corso insegna a sviluppare e utilizzare applicazioni realizzate con Oracle9i Forms su Internet. Lavorando in un ambiente di sviluppo facilitato, i partecipanti impareranno

Dettagli

MS SHAREPOINT 2003 - ADMINISTRATING SHAREPOINT SERVICES AND SHAREPOINT PORTAL SERVER 2003

MS SHAREPOINT 2003 - ADMINISTRATING SHAREPOINT SERVICES AND SHAREPOINT PORTAL SERVER 2003 MS SHAREPOINT 2003 - ADMINISTRATING SHAREPOINT SERVICES AND SHAREPOINT PORTAL SERVER 2003 [cod. E722] UN BUON MOTIVO PER L obiettivo del corso è fornire agli studenti le conoscenze e gli skill necessari

Dettagli

MOC20745 Implementing a Software Defined DataCenter

MOC20745 Implementing a Software Defined DataCenter Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC20745 Implementing a Software Defined DataCenter Durata: 4.5 gg Descrizione Questo corso insegna come implementare e gestire l'infrastruttura

Dettagli

Sviluppare applicazioni per Windows 8 con HTML e JavaScript

Sviluppare applicazioni per Windows 8 con HTML e JavaScript Sviluppare applicazioni per Windows 8 con HTML e JavaScript Di Daniele Bochicchio, Cristian Civera, Marco De Sanctis, Alessio Leoncini, Marco Leoncini, Stefano Mostarda Hoepli Editore (2013) ISBN 9788820352424

Dettagli

MSQ4-4 - MOC IMPLEMENTING A SQL DATA WAREHOUSE

MSQ4-4 - MOC IMPLEMENTING A SQL DATA WAREHOUSE MSQ4-4 - MOC 20767 - IMPLEMENTING A SQL DATA WAREHOUSE Categoria: SQL Server 2017 e 2016 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni SQL Server 2017

Dettagli

Introduzione all ambiente di sviluppo

Introduzione all ambiente di sviluppo Laboratorio II Raffaella Brighi, a.a. 2005/06 Corso di Laboratorio II. A.A. 2006-07 CdL Operatore Informatico Giuridico. Introduzione all ambiente di sviluppo Raffaella Brighi, a.a. 2005/06 Corso di Laboratorio

Dettagli

Esame 70-271 : Supporting Users Running the Microsoft Windows XP Operating Systems (corso Moc 2261)

Esame 70-271 : Supporting Users Running the Microsoft Windows XP Operating Systems (corso Moc 2261) Esame 70-271 : Supporting Users Running the Microsoft Windows XP Operating Systems (corso Moc 2261) Questo corso ha lo scopo di fornire ai professionisti senza esperienza specifica di lavoro con Microsoft

Dettagli

MW MOC PLANNING FOR AND MANAGING DEVICES IN THE ENTERPRISE: EMS AND ON-PREMISES TOOLS

MW MOC PLANNING FOR AND MANAGING DEVICES IN THE ENTERPRISE: EMS AND ON-PREMISES TOOLS MW10-5 - MOC 20398 - PLANNING FOR AND MANAGING DEVICES IN THE ENTERPRISE: EMS AND ON-PREMISES TOOLS Categoria: Windows 10 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore:

Dettagli

Server Virtualization with Windows Server Hyper-V and System Center (MOC 20409)

Server Virtualization with Windows Server Hyper-V and System Center (MOC 20409) Server Virtualization with Windows Server Hyper-V and System Center (MOC 20409) Durata Il corso dura 4,5 giorni. Scopo Questo è un corso ufficiale Microsoft che prevede un docente approvato d Microsoft

Dettagli

MS WINDOWS SERVER 2008 - AUTOMATING ADMINISTRATION WITH WINDOWS POWERSHELL

MS WINDOWS SERVER 2008 - AUTOMATING ADMINISTRATION WITH WINDOWS POWERSHELL MS WINDOWS SERVER 2008 - AUTOMATING ADMINISTRATION WITH WINDOWS POWERSHELL UN BUON MOTIVO PER [cod. E102] L obiettivo del Corso è fornire ai partecipanti la preparazione e le competenze necessarie per

Dettagli

Corso: Designing and Developing Microsoft SharePoint Server 2010 Applications Codice PCSNET: MSP1-5 Cod. Vendor: 10232 Durata: 5

Corso: Designing and Developing Microsoft SharePoint Server 2010 Applications Codice PCSNET: MSP1-5 Cod. Vendor: 10232 Durata: 5 Corso: Designing and Developing Microsoft SharePoint Server 2010 Applications Codice PCSNET: MSP1-5 Cod. Vendor: 10232 Durata: 5 Obiettivi Al termine del corso i partecipanti saranno in grado di: Sviluppare

Dettagli

MW MOC IMPLEMENTING AND MANAGING WINDOWS 10

MW MOC IMPLEMENTING AND MANAGING WINDOWS 10 MW10-1 - MOC 20697-1 - IMPLEMENTING AND MANAGING WINDOWS 10 Categoria: Windows 10 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni Windows 10 Microsoft Certified

Dettagli

MSP2-6 - MOC DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

MSP2-6 - MOC DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS MSP2-6 - MOC 20488 - DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS Categoria: SharePoint 2013 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni

Dettagli

Corso: Advanced Solutions of Microsoft SharePoint Server 2013 Codice PCSNET: MSP2-5 Cod. Vendor: 20332 Durata: 5

Corso: Advanced Solutions of Microsoft SharePoint Server 2013 Codice PCSNET: MSP2-5 Cod. Vendor: 20332 Durata: 5 Corso: Advanced Solutions of Microsoft SharePoint Server 2013 Codice PCSNET: MSP2-5 Cod. Vendor: 20332 Durata: 5 Obiettivi Descrivere le funzionalità di base di SharePoint 2013 Pianificare e progettare

Dettagli

RenderCAD S.r.l. Formazione

RenderCAD S.r.l. Formazione Descrizione Il corso è basato su Oracle release 2. La caratteristica di questo corso è quella di insegnare agli allievi come creare e gestire le tabelle di dati spaziali e attivarli nelle applicazioni

Dettagli

Copyright 2012 Binary System srl 29122 Piacenza ITALIA Via Coppalati, 6 P.IVA 01614510335 - info@binarysystem.eu http://www.binarysystem.

Copyright 2012 Binary System srl 29122 Piacenza ITALIA Via Coppalati, 6 P.IVA 01614510335 - info@binarysystem.eu http://www.binarysystem. CRWM CRWM (Web Content Relationship Management) has the main features for managing customer relationships from the first contact to after sales. The main functions of the application include: managing

Dettagli

MS WINDOWS SERVER 2008 - CONFIGURING, MANAGING AND MAINTAINING SERVERS

MS WINDOWS SERVER 2008 - CONFIGURING, MANAGING AND MAINTAINING SERVERS MS WINDOWS SERVER 2008 - CONFIGURING, MANAGING AND MAINTAINING SERVERS UN BUON MOTIVO PER [cod. E103] Questo corso combina i contenuti di tre corsi: Network Infrastructure Technology Specialist, Active

Dettagli

MS WINDOWS SERVER 2008 - DESIGNING A WINDOWS SERVER 2008 NETWORK INFRASTRUCTURE

MS WINDOWS SERVER 2008 - DESIGNING A WINDOWS SERVER 2008 NETWORK INFRASTRUCTURE MS WINDOWS SERVER 2008 - DESIGNING A WINDOWS SERVER 2008 NETWORK INFRASTRUCTURE UN BUON MOTIVO PER [cod. E112] L obiettivo del Corso è fornire ai partecipanti la preparazione e le competenze necessarie

Dettagli

CORSO MOC55133: PowerShell for System Center Configuration Manager Administrators. CEGEKA Education corsi di formazione professionale

CORSO MOC55133: PowerShell for System Center Configuration Manager Administrators. CEGEKA Education corsi di formazione professionale CORSO MOC55133: PowerShell for System Center Configuration Manager Administrators CEGEKA Education corsi di formazione professionale PowerShell for System Center Configuration Manager Administrators This

Dettagli

MSP3-4 - MOC SHAREPOINT 2016 SITE COLLECTION AND SITE ADMINISTRATION

MSP3-4 - MOC SHAREPOINT 2016 SITE COLLECTION AND SITE ADMINISTRATION MSP3-4 - MOC 55194 - SHAREPOINT 2016 SITE COLLECTION AND SITE ADMINISTRATION Categoria: SharePoint 2016 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni

Dettagli

MS WINDOWS VISTA - DEPLOYING AND MANAGING THE MICROSOFT DESKTOP OPTIMIZATION PACKS

MS WINDOWS VISTA - DEPLOYING AND MANAGING THE MICROSOFT DESKTOP OPTIMIZATION PACKS MS WINDOWS VISTA - DEPLOYING AND MANAGING THE MICROSOFT DESKTOP OPTIMIZATION PACKS UN BUON MOTIVO PER [cod. E405] L obiettivo del Corso è fornire ai partecipanti la preparazione e le competenze necessarie

Dettagli

MS WINDOWS SERVER CONFIGURING AND TROUBLESHOOTING INTERNET INFORMATION SERVICES

MS WINDOWS SERVER CONFIGURING AND TROUBLESHOOTING INTERNET INFORMATION SERVICES MS WINDOWS SERVER 2008 - CONFIGURING AND TROUBLESHOOTING INTERNET INFORMATION SERVICES UN BUON MOTIVO PER [cod. E704] L obiettivo del Corso è fornire ai partecipanti la preparazione e le competenze necessarie

Dettagli

Administering Windows Server 2012 (MOC 20411)

Administering Windows Server 2012 (MOC 20411) Administering Windows Server 2012 (MOC 20411) Durata Il corso dura 4,5 giorni. Scopo Questo è un corso ufficiale Microsoft che prevede un docente approvato d Microsoft ed il manuale ufficiale Microsoft

Dettagli

Installing and Configuring Windows 10 (MOC 20697-1)

Installing and Configuring Windows 10 (MOC 20697-1) Installing and Configuring Windows 10 (MOC 20697-1) Durata Il corso dura 4,5 giorni. Scopo Questo è un corso ufficiale Microsoft che prevede un docente approvato d Microsoft ed il manuale ufficiale Microsoft

Dettagli

DA DEFINIRE Sede del corso: Presso GI Formazione in Piazza IV novembre 5, Milano Orari dalle 9.00 alle 13.00 e dalle 14.00 alle 18.

DA DEFINIRE Sede del corso: Presso GI Formazione in Piazza IV novembre 5, Milano Orari dalle 9.00 alle 13.00 e dalle 14.00 alle 18. PERIODO : DA DEFINIRE Sede del corso: Presso GI Formazione in Piazza IV novembre 5, Milano Orari dalle 9.00 alle 13.00 e dalle 14.00 alle 18.00 A CHI E RIVOLTO IL CORSO Questo progetto si rivolge a tutti

Dettagli

MSP2-7 - MOC DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS

MSP2-7 - MOC DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS MSP2-7 - MOC 20489 - DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS Categoria: SharePoint 2013 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5

Dettagli

CORSO MOC80295: Extending Microsoft Dynamics CRM CEGEKA Education corsi di formazione professionale

CORSO MOC80295: Extending Microsoft Dynamics CRM CEGEKA Education corsi di formazione professionale CORSO MOC80295: Extending Microsoft Dynamics CRM 2011 CEGEKA Education corsi di formazione professionale Extending Microsoft Dynamics CRM 2011 This course offers detailed and interactive information on

Dettagli

MSP2-4 - MOC CORE SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013

MSP2-4 - MOC CORE SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 MSP2-4 - MOC 20331 - CORE SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 Categoria: SharePoint 2013 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni SharePoint

Dettagli

CORSO MOC10324: Implementing and Managing Microsoft Desktop Virtualization. CEGEKA Education corsi di formazione professionale

CORSO MOC10324: Implementing and Managing Microsoft Desktop Virtualization. CEGEKA Education corsi di formazione professionale CORSO MOC10324: Implementing and Managing Microsoft Desktop Virtualization CEGEKA Education corsi di formazione professionale Implementing and Managing Microsoft Desktop Virtualization This five-day, instructor-led

Dettagli

MS OFFICE COMMUNICATIONS SERVER 2007 IMPLEMENTING AND MAINTAINING AUDIO/VISUAL CONFERENCING AND WEB CONFERENCING

MS OFFICE COMMUNICATIONS SERVER 2007 IMPLEMENTING AND MAINTAINING AUDIO/VISUAL CONFERENCING AND WEB CONFERENCING MS OFFICE COMMUNICATIONS SERVER 2007 IMPLEMENTING AND MAINTAINING AUDIO/VISUAL CONFERENCING AND WEB CONFERENCING UN BUON MOTIVO PER [cod. E603] L obiettivo del corso è fornire le competenze e conoscenze

Dettagli

RenderCAD S.r.l. Formazione

RenderCAD S.r.l. Formazione Descrizione Questo corso insegna a sviluppare e utilizzare applicazioni realizzate con Oracle9i Forms su Internet. Lavorando in un ambiente di sviluppo facilitato, i partecipanti impareranno a personalizzare

Dettagli

MOC20742 Identity with Windows Server 2016

MOC20742 Identity with Windows Server 2016 Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC20742 Identity with Windows Server 2016 Durata: 4.5 gg Descrizione Questo corso intende trasmettere agli allievi le competenze necessarie

Dettagli

MS WINDOWS SERVER 2008 - CONFIGURING AND TROUBLESHOOTING A NETWORK INFRASTRUCTURE

MS WINDOWS SERVER 2008 - CONFIGURING AND TROUBLESHOOTING A NETWORK INFRASTRUCTURE MS WINDOWS SERVER 2008 - CONFIGURING AND TROUBLESHOOTING A NETWORK INFRASTRUCTURE UN BUON MOTIVO PER [cod. E106] Il corso fornisce tutte le conoscenze e gli skill necessari per configurare e risolvere

Dettagli

CORSO DI PROGRAMMAZIONE JAVA

CORSO DI PROGRAMMAZIONE JAVA CORSO DI PROGRAMMAZIONE JAVA Corso di Programmazione Java Standard Edition ( MODULO A) OBIETTIVI ll corso ha come obiettivo quello di introdurre la programmazione a oggetti (OOP) e di fornire solide basi

Dettagli

CORSO 55004: Installing and Configuring System Center 2012 Operations Manager. CEGEKA Education corsi di formazione professionale

CORSO 55004: Installing and Configuring System Center 2012 Operations Manager. CEGEKA Education corsi di formazione professionale CORSO 55004: Installing and Configuring System Center 2012 Operations Manager CEGEKA Education corsi di formazione professionale Installing and Configuring System Center 2012 Operations Manager This five-day

Dettagli

Sviluppare applicazioni per Windows Phone

Sviluppare applicazioni per Windows Phone Sviluppare applicazioni per Windows Phone Daniele Bochicchio - Cristian Civera - Marco De Sanctis - Alessio Leoncini - Marco Leoncini ISBN: 9788820347697 http://books.aspitalia.com/windows-phone/ Contenuti

Dettagli

STATO IMPLEMENTAZIONE ONVIF SU TELECAMERE MUNDUS SECURUS

STATO IMPLEMENTAZIONE ONVIF SU TELECAMERE MUNDUS SECURUS IMPLEMENTAZIONE ONVIF SU TELECAMERE MUNDUS SECURUS 1. Ambiente di sviluppo Sono stati analizzati diversi linguaggi e framework differenti utilizzabili per implementare i WebServices ONVIF. Il risultato

Dettagli

RenderCAD S.r.l. Formazione

RenderCAD S.r.l. Formazione Descrizione Il corso affronta le caratteristiche di Oracle9i e Oracle9i Release 2. In questo corso, rivolto ai database administrator (DBA) Oracle, vengono descritte in modo approfondito le attività di

Dettagli

CTStudio. overview workflow features interface

CTStudio. overview workflow features interface CTStudio overview workflow features interface overview scenario DESIGN CREATE DEPLOY visual editing Dynamic VXML Rendering VXML Interpreter TTS ASR users network services (db, web ) overview what is CTStudio

Dettagli

Corso: C/Side Solution Development in Microsoft Dynamics NAV 2013 Codice PCSNET: MDYN-48 Cod. Vendor: 80437 Durata: 5

Corso: C/Side Solution Development in Microsoft Dynamics NAV 2013 Codice PCSNET: MDYN-48 Cod. Vendor: 80437 Durata: 5 Corso: C/Side Solution Development in Microsoft Dynamics NAV 2013 Codice PCSNET: MDYN-48 Cod. Vendor: 80437 Durata: 5 Obiettivi Spiegare i diversi tipi di tabelle e le loro caratteristiche. Presentare

Dettagli

Descrizione MOC MD WINDOWS 10 (INSTALLING, PROTECTING, CONFIGURING, MAINTAINING) Durata: : 5 giorni

Descrizione MOC MD WINDOWS 10 (INSTALLING, PROTECTING, CONFIGURING, MAINTAINING) Durata: : 5 giorni MOC MD-100 - WINDOWS 10 (INSTALLING, PROTECTING, CONFIGURING, MAINTAINING) Durata: : 5 giorni Descrizione Questo corso è l'insieme dei seguenti 4 corsi ufficiali Microsoft: 1. 2. 3. 4. MD-100T01 - Installing

Dettagli

MSP3-5 - MOC PLANNING AND ADMINISTERING SHAREPOINT 2016

MSP3-5 - MOC PLANNING AND ADMINISTERING SHAREPOINT 2016 MSP3-5 - MOC 20339-1 - PLANNING AND ADMINISTERING SHAREPOINT 2016 Categoria: SharePoint 2016 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni SharePoint

Dettagli

Introduzione alla programmazione in SharePoint

Introduzione alla programmazione in SharePoint Giuseppe Marchi Introduzione alla programmazione in SharePoint SharePoint MVP Consultant/Trainer PeppeDotNet.it info@peppedotnet.it SharePointCommunity.it Sponsor Sponsor Platinum Sponsor Gold Agenda SharePoint

Dettagli

Corso: Configuring Managing and Maintaining Windows Server 2008-based Servers Codice PCSNET: MWS1-5 Cod. Vendor: 6419 Durata: 5

Corso: Configuring Managing and Maintaining Windows Server 2008-based Servers Codice PCSNET: MWS1-5 Cod. Vendor: 6419 Durata: 5 Corso: Configuring Managing and Maintaining Windows Server 2008-based Servers Codice PCSNET: MWS1-5 Cod. Vendor: 6419 Durata: 5 Obiettivi Questo corso combina i contenuti di tre corsi: Network Infrastructure

Dettagli

Debtags. Dare un senso a 20000 pacchetti. 16 settembre 2006 14 slides Enrico Zini enrico@debian.org

Debtags. Dare un senso a 20000 pacchetti. 16 settembre 2006 14 slides Enrico Zini enrico@debian.org Debtags Dare un senso a 20000 pacchetti. 16 settembre 2006 14 slides Enrico Zini (enrico@debian.org) 1/14 Fondazioni teoretiche Classificazione a Faccette (sfaccettature) Scoperte del cognitivismo (capacità

Dettagli

CALENDARIO CORSI SEDE DI PISA Valido dal 01/06/2015 al 31/08/2015

CALENDARIO CORSI SEDE DI PISA Valido dal 01/06/2015 al 31/08/2015 Corsi Programmati Codice (MOC) Titolo Durata (gg) Prezzo Date Prossime Edizioni Microsoft Windows Server 2012 10961 Automating Administration with Windows PowerShell 5 1700,00 08/06;06/07;07/09;19/10;

Dettagli

CORSO VM6SKO: VMware vsphere: Skills for Operators [V6] CEGEKA Education corsi di formazione professionale

CORSO VM6SKO: VMware vsphere: Skills for Operators [V6] CEGEKA Education corsi di formazione professionale CORSO VM6SKO: VMware vsphere: Skills for Operators [V6] CEGEKA Education corsi di formazione professionale VMware vsphere: Skills for Operators [V6] This two-day technical classroom training course is

Dettagli

MOC10324 Implementing and Managing Microsoft Desktop Virtualization

MOC10324 Implementing and Managing Microsoft Desktop Virtualization Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC10324 Implementing and Managing Microsoft Desktop Virtualization Durata: 4.5 gg Descrizione Questo corso fornisce le competenze e

Dettagli

MSP3-6 - MOC ADVANCED TECHNOLOGIES OF SHAREPOINT 2016

MSP3-6 - MOC ADVANCED TECHNOLOGIES OF SHAREPOINT 2016 MSP3-6 - MOC 20339-2 - ADVANCED TECHNOLOGIES OF SHAREPOINT 2016 Categoria: SharePoint 2016 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni SharePoint 2016

Dettagli

Corso: Planning and Managing Windows 7 Desktop Deployments and Environments Codice PCSNET: MSW7-3 Cod. Vendor: 6294 Durata: 5

Corso: Planning and Managing Windows 7 Desktop Deployments and Environments Codice PCSNET: MSW7-3 Cod. Vendor: 6294 Durata: 5 Corso: Planning and Managing Windows 7 Desktop Deployments and Environments Codice PCSNET: MSW7-3 Cod. Vendor: 6294 Durata: 5 Obiettivi In questo corso, gli studenti impareranno a progettare la distribuzione

Dettagli

CORSO MOC20487: Developing Windows Azure and Web Services. CEGEKA Education corsi di formazione professionale

CORSO MOC20487: Developing Windows Azure and Web Services. CEGEKA Education corsi di formazione professionale CORSO MOC20487: Developing Windows Azure and Web Services CEGEKA Education corsi di formazione professionale Developing Windows Azure and Web Services Gli studenti impareranno a disegnare e sviluppare

Dettagli

CORSO MOC10231: Designing a Microsoft SharePoint 2010 Infrastructure. CEGEKA Education corsi di formazione professionale

CORSO MOC10231: Designing a Microsoft SharePoint 2010 Infrastructure. CEGEKA Education corsi di formazione professionale CORSO MOC10231: Designing a Microsoft SharePoint 2010 Infrastructure CEGEKA Education corsi di formazione professionale Designing a Microsoft SharePoint 2010 Infrastructure This 5 day ILT course teaches

Dettagli

Introduzione ai Web Services Alberto Polzonetti

Introduzione ai Web Services Alberto Polzonetti PROGRAMMAZIONE di RETE A.A. 2003-2004 Corso di laurea in INFORMATICA Introduzione ai Web Services alberto.polzonetti@unicam.it Introduzione al problema della comunicazione fra applicazioni 2 1 Il Problema

Dettagli

Implementing Microsoft Azure Infrastructure Solutions (MOC 20533)

Implementing Microsoft Azure Infrastructure Solutions (MOC 20533) Implementing Microsoft Azure Infrastructure Solutions (MOC 20533) Durata Il corso dura 4,5 giorni. Scopo Il corso è dedicato a professionisti IT con esperienza che amministrano la loro infrastruttura on-premise.

Dettagli

MSQ3-1 - MOC QUERYING MICROSOFT SQL SERVER 2014

MSQ3-1 - MOC QUERYING MICROSOFT SQL SERVER 2014 MSQ3-1 - MOC 20461 - QUERYING MICROSOFT SQL SERVER 2014 Categoria: SQL Server 2014 e 2012 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni SQL Server 2014

Dettagli

RenderCAD S.r.l. Formazione

RenderCAD S.r.l. Formazione Descrizione In questo corso viene descritto PL/SQL e vengono illustrati i vantaggi derivanti dall'uso di questo potente linguaggio di programmazione. Viene spiegato come creare blocchi di codice PL/SQL

Dettagli

MOC ADVANCED TECHNOLOGIES OF SHAREPOINT 2016

MOC ADVANCED TECHNOLOGIES OF SHAREPOINT 2016 MOC 20339-2 - ADVANCED TECHNOLOGIES OF SHAREPOINT 2016 Partecipando a questo corso si impara a progettare, configurare e gestire le funzionalità e le caratteristiche avanzate di un ambiente SharePoint

Dettagli

MWS2-5 - MOC ADMINISTERING WINDOWS SERVER 2012

MWS2-5 - MOC ADMINISTERING WINDOWS SERVER 2012 MWS2-5 - MOC 20411 - ADMINISTERING WINDOWS SERVER 2012 Categoria: Windows Server 2012 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni Windows Server 2012

Dettagli

MWS3-9 - MOC TROUBLESHOOTING WINDOWS SERVER 2016 CORE TECHNOLOGIES

MWS3-9 - MOC TROUBLESHOOTING WINDOWS SERVER 2016 CORE TECHNOLOGIES MWS3-9 - MOC 10991 - TROUBLESHOOTING WINDOWS SERVER 2016 CORE TECHNOLOGIES Categoria: Windows Server 2016 INFORMAZIONI SUL CORSO Durata: 5 Giorni Categoria: Windows Server 2016 Qualifica Istruttore: Microsoft

Dettagli

MSKY-5 - MOC CORE SOLUTIONS OF MICROSOFT SKYPE FOR BUSINESS 2015

MSKY-5 - MOC CORE SOLUTIONS OF MICROSOFT SKYPE FOR BUSINESS 2015 MSKY-5 - MOC 20334 - CORE SOLUTIONS OF MICROSOFT SKYPE FOR BUSINESS 2015 Categoria: Skype & Lync INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni Skype &

Dettagli

ODAT-6 - ORACLE DATABASE: SQL TUNING FOR DEVELOPERS

ODAT-6 - ORACLE DATABASE: SQL TUNING FOR DEVELOPERS ODAT-6 - ORACLE DATABASE: SQL TUNING FOR DEVELOPERS Categoria: Database INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 3 Giorni Database Oracle Certified Sviluppatore

Dettagli

Corso: Configuring and Administering Microsoft SharePoint 2010 Codice PCSNET: MSP1-1 Cod. Vendor: 10174 Durata: 5

Corso: Configuring and Administering Microsoft SharePoint 2010 Codice PCSNET: MSP1-1 Cod. Vendor: 10174 Durata: 5 Corso: Configuring and Administering Microsoft SharePoint 2010 Codice PCSNET: MSP1-1 Cod. Vendor: 10174 Durata: 5 Obiettivi Al termine del corso i partecipanti saranno in grado di: Preparare e installare

Dettagli

MOC10775 Administering Microsoft SQL Server 2012 Databases

MOC10775 Administering Microsoft SQL Server 2012 Databases Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC10775 Administering Microsoft SQL Server 2012 Databases Durata: 4.5 gg Descrizione Questo corso trasmette agli allievi le conoscenze

Dettagli

Training sulle soluzioni SAP BusinessObjects BI4

Training sulle soluzioni SAP BusinessObjects BI4 Training sulle soluzioni SAP BusinessObjects BI4 dai valore alla formazione nella Business Intelligence: iscriviti ai training proposti da Méthode, scopri i vantaggi che la BI può dare al tuo business!

Dettagli

22/02/2016-04:18:38 Pag. 1/10. Per partecipare con profitto a questo corso è necessario che gli allievi possiedano i seguenti prerequisiti:

22/02/2016-04:18:38 Pag. 1/10. Per partecipare con profitto a questo corso è necessario che gli allievi possiedano i seguenti prerequisiti: 22/02/2016-04:18:38 Pag. 1/10 CODICE: TITOLO: MOC20464 Developing Microsoft SQL Server Databases DURATA: 5 PREZZO: LINGUA: MODALITA': 1.600,00 iva esclusa Italiano Classroom CERTIFICAZIONI ASSOCIATE: SCHEDULAZIONE:

Dettagli

PROGRAMMAZIONE DI SISTEMI MOBLI

PROGRAMMAZIONE DI SISTEMI MOBLI Testi del Syllabus Docente Matricola: Anno offerta: 2013/2014 Insegnamento: 1005660 - PROGRAMMAZIONE DI SISTEMI MOBLI Corso di studio: 3050 - INGEGNERIA INFORMATICA, ELETTRONICA E DELLE TELECOMUNICAZIONI

Dettagli

CORSO MOC20488: Developing Microsoft SharePoint Server 2013 Core Solutions

CORSO MOC20488: Developing Microsoft SharePoint Server 2013 Core Solutions CORSO MOC20488: Developing Microsoft SharePoint Server 2013 Core Solutions CEGEKA Education corsi di formazione professionale Cegeka S.p.A. [1/5] Developing Microsoft SharePoint Server 2013 Core Solutions

Dettagli

MSP3-8 - MOC SHAREPOINT 2016 SITE COLLECTIONS AND SITE OWNER ADMINISTRATION

MSP3-8 - MOC SHAREPOINT 2016 SITE COLLECTIONS AND SITE OWNER ADMINISTRATION MSP3-8 - MOC 55234 - SHAREPOINT 2016 SITE COLLECTIONS AND SITE OWNER ADMINISTRATION Categoria: SharePoint 2016 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5

Dettagli

CORSO 50403: Implementing Active Directory Rights Management Services with Exchange and SharePoint

CORSO 50403: Implementing Active Directory Rights Management Services with Exchange and SharePoint CORSO 50403: Implementing Active Directory Rights Management Services with Exchange and SharePoint CEGEKA Education corsi di formazione professionale Implementing Active Directory Rights Management Services

Dettagli

MOC20489 Developing Microsoft SharePoint Server 2013 Advanced Solutions

MOC20489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC20489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Durata: 4.5 gg Descrizione Questo corso fornisce agli sviluppatori

Dettagli

CORSO MOC80308: Procurement in Microsoft Dynamics AX CEGEKA Education corsi di formazione professionale

CORSO MOC80308: Procurement in Microsoft Dynamics AX CEGEKA Education corsi di formazione professionale CORSO MOC80308: Procurement in Microsoft Dynamics AX 2012 CEGEKA Education corsi di formazione professionale Procurement in Microsoft Dynamics AX 2012 This two-day instructor-led course, Procurement and

Dettagli

MSP2-9 - MOC SHAREPOINT 2013 SEARCH INSIDE OUT

MSP2-9 - MOC SHAREPOINT 2013 SEARCH INSIDE OUT MSP2-9 - MOC 55037 - SHAREPOINT 2013 SEARCH INSIDE OUT Categoria: SharePoint 2013 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni SharePoint 2013 Microsoft

Dettagli

CORSO MOC10748: Planning and Deploying System Center 2012 Configuration Manager. CEGEKA Education corsi di formazione professionale

CORSO MOC10748: Planning and Deploying System Center 2012 Configuration Manager. CEGEKA Education corsi di formazione professionale CORSO MOC10748: Planning and Deploying System Center 2012 Configuration Manager CEGEKA Education corsi di formazione professionale Planning and Deploying System Center 2012 Configuration Manager Get detailed

Dettagli

GstarCAD 2010 Features

GstarCAD 2010 Features GstarCAD 2010 Features Unrivaled Compatibility with AutoCAD-Without data loss&re-learning cost Support AutoCAD R2.5~2010 GstarCAD 2010 uses the latest ODA library and can open AutoCAD R2.5~2010 DWG file.

Dettagli

CORSO MOC : Integrating MDM and Cloud Services with System Center Configuration Manager. CEGEKA Education corsi di formazione professionale

CORSO MOC : Integrating MDM and Cloud Services with System Center Configuration Manager. CEGEKA Education corsi di formazione professionale CORSO MOC20703-2: Integrating MDM and Cloud Services with System Center Configuration Manager CEGEKA Education corsi di formazione professionale Integrating MDM and Cloud Services with System Center Configuration

Dettagli

INTRODUZIONE AL FRAMEWORK.NET

INTRODUZIONE AL FRAMEWORK.NET INTRODUZIONE AL FRAMEWORK.NET Visual studio Linguaggio C# Framework.NET Universal App Azure AGENDA Visual studio 2013 IDE moderno con supporto a molti linguaggi anche non presenti in.net Visual studio

Dettagli

COME CREARE UN'APP INNOVATIVA

COME CREARE UN'APP INNOVATIVA Banking: Mobile E New Customer Experience COME CREARE UN'APP INNOVATIVA Alberto Muritano, CEO & CTO, Posytron Twitter: @albertomuritano www.posytron.com I punti chiave nell approccio mobile Il mondo Mobile

Dettagli

Pubblicazioni COBIT 5

Pubblicazioni COBIT 5 Pubblicazioni COBIT 5 Marco Salvato CISA, CISM, CGEIT, CRISC, COBIT 5 Foundation, COBIT 5 Trainer 1 SPONSOR DELL EVENTO SPONSOR DI ISACA VENICE CHAPTER CON IL PATROCINIO DI 2 La famiglia COBIT 5 3 Aprile

Dettagli

EX092IT VMware vcenter Configuration Manager: Install, Configure, Manage [V5.7]

EX092IT VMware vcenter Configuration Manager: Install, Configure, Manage [V5.7] Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it EX092IT VMware vcenter Configuration Manager: Install, Configure, Manage [V5.7] Durata: 3 gg Descrizione Questo corso si concentra sull'installazione,

Dettagli

Visual Studio 2015 Le novità dell IDE

Visual Studio 2015 Le novità dell IDE presenta Visual Studio 2015 Le novità dell IDE Alessandro Del Sole Microsoft MVP Alessandro.delsole@visual-basic.it / @progalex www.wpc2015.it info@wpc2015.it - +39 02 365738.11 - #wpc15it 1 Agenda Account

Dettagli

Come personalizzare i Live Tiles menu su SharePoint 2013 Autore: Igor Macori, http://www.macori.it

Come personalizzare i Live Tiles menu su SharePoint 2013 Autore: Igor Macori, http://www.macori.it Come personalizzare i Live Tiles menu su SharePoint 2013 Autore: Igor Macori, http://www.macori.it Oltre alle classiche vie di personalizzazione dei componenti di navigazione (Global navigation, Top link

Dettagli

MS SHAREPOINT SERVER 2007 - ADVANCED SHAREPOINT DEVELOPMENT [cod. S206]

MS SHAREPOINT SERVER 2007 - ADVANCED SHAREPOINT DEVELOPMENT [cod. S206] MS SHAREPOINT SERVER 2007 - ADVANCED SHAREPOINT DEVELOPMENT [cod. S206] UN BUON MOTIVO PER L obiettivo del Corso è fornire ai partecipanti la preparazione e le competenze necessarie per progettare dal

Dettagli

Qlik Services. Roma 10 Giugno, 2015

Qlik Services. Roma 10 Giugno, 2015 Qlik Services Roma 10 Giugno, 2015 By 2015, the shifting tide of BI platform requirements, moving from reporting-centric to analysis-centric, will mean the majority of BI vendors will make governed data

Dettagli

MOC DEPLOYING AND MANAGING WINDOWS 10 USING ENTERPRISE SERVICES

MOC DEPLOYING AND MANAGING WINDOWS 10 USING ENTERPRISE SERVICES MOC 20697-2 - DEPLOYING AND MANAGING WINDOWS 10 USING ENTERPRISE SERVICES Questo corso vuole trasmettere ai partecipanti le competenze necessarie ad effettuare il deployment e a gestire desktop, device

Dettagli

MOC20740 Installation, Storage, and Compute with Windows Server 2016

MOC20740 Installation, Storage, and Compute with Windows Server 2016 Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC20740 Installation, Storage, and Compute with Windows Server 2016 Durata: 4.5 gg Descrizione Questo corso è pensato per gli IT professionals

Dettagli

Database support Prerequisites Architecture Driver features Setup Stored procedures Where to use. Contents

Database support Prerequisites Architecture Driver features Setup Stored procedures Where to use. Contents VEGA ODBC DRIVER Database support Prerequisites Architecture Driver features Setup Stored procedures Where to use Contents Database support CA-IDMS/SQL including table procedures CA-IDMS/DML via stored

Dettagli

WELCOME. Go to the link of the official University of Palermo web site www.unipa.it; Click on the box on the right side Login unico

WELCOME. Go to the link of the official University of Palermo web site www.unipa.it; Click on the box on the right side Login unico WELCOME This is a Step by Step Guide that will help you to register as an Exchange for study student to the University of Palermo. Please, read carefully this guide and prepare all required data and documents.

Dettagli

ios: Sviluppo App iphone & ipad Dario Pizzuto

ios: Sviluppo App iphone & ipad Dario Pizzuto ios: Sviluppo App iphone & ipad Dario Pizzuto 1 Tools Overview 2 Tools Argomenti Xcode ios Simulator ios Developer Library Instruments 3 Tools Xcode IDE (Integrated Development Environment) Scrittura codice

Dettagli

Corso ufficiale Installing, Configuring and Manage VMWare 6

Corso ufficiale Installing, Configuring and Manage VMWare 6 Percorso di Certificazione VMWare (VCP 6) ITCore Group in esclusiva, ha ideato un percorso formativo rivolto a coloro che desiderano ottenere la certificazione VMware Certified Professional 6-Data Center

Dettagli

Utilizzare il NetBeans GUI Builder. Dott. Ing. M. Banci, PhD

Utilizzare il NetBeans GUI Builder. Dott. Ing. M. Banci, PhD Utilizzare il NetBeans GUI Builder Dott. Ing. M. Banci, PhD Lavorare con i Beans Queste slide ci guidano nel processo di creazione di un bean pattern nel progetto NetBeans 15 Giugno 2007 Esercitazione

Dettagli

MOC Implementing and Managing Windows 10

MOC Implementing and Managing Windows 10 Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC20697.1 Implementing and Managing Windows 10 Durata: 4.5 gg Descrizione Questo corso è progettato per fornire agli studenti le conoscenze

Dettagli

Implementazione di MVC. Gabriele Pellegrinetti

Implementazione di MVC. Gabriele Pellegrinetti Implementazione di MVC Gabriele Pellegrinetti 2 Come implementare il pattern Model View Controller con le tecnologie JSP, ASP e XML Implementazione del pattern MVC in Java (JSP Model 2) SUN è stato il

Dettagli