Microsoft - Microsoft - MCSD: SharePoint 2013 Applications – Developing Server Solutions

Dauer

Dauer:

Nur 6 Tage

Methode

Methode:

Klassenraum / Online / Hybrid

nächster Termin

nächster Termin:

24.6.2024 (Montag)

Überblick

Komplettieren Sie Ihre MCSD: SharePoint Applications Zertifizierung 40% schneller als in herkömmlichen Trainingskursen. Weisen Sie Ihr Fachwissen in C#, HTML5, CSS3 und JavaScript nach. In unserem Intensivkurs werden Sie die optimale Anwendung der Programmiersprachen erlernen, um:

  • Logisches Programmieren zu implementieren
  • Variablen zu definieren und anzuwenden
  • Looping und Branching auszuführen
  • Benutzerfreundliche Bedienungsoberflächen zu entwickeln
  • Benutzer-Input festzuhalten und zu validieren
  • Daten zu lagern
  • Strukturierte Anwendungen zu erstellen
  • SharePoint Anwendungen in Office 365/SharePoint Online im Unternehmen zu erstellen.

Vorteile

In einem Firebrand Intensiv-Training profitieren Sie von folgenden Vorteilen:

  • Zwei Optionen - Präsenz- oder Onlinetraining
  • Ablenkungsfreie Lernumgebung
  • Eigene Trainings- und Prüfungszentren (Pearson VUE Select Partner)
  • Effektives Training mit praktischen Übungseinheiten und intensiver Betreuung durch unsere Trainer
  • Umfassendes Leistungspaket mit allem, was Sie benötigen, um Ihre Zertifizierung zu erhalten, inklusive unserer Firebrand Leistungsgarantie.

Lehrplan

Developing Microsoft SharePoint Server 2013 Core Solutions


Module 1: SharePoint as a Developer Platform

This module examines different approaches that can be used to develop applications with SharePoint Server 2013 the scenarios in which each approach might be appropriate.

Lessons

  • Introducing the SharePoint Developer Landscape
  • Choosing Approaches to SharePoint Development
  • Understanding SharePoint 2013 Deployment and Execution Models

Lab: Comparing Web Parts and App Parts

  • Creating and Deploying a SharePoint Web Part
  • Creating and Deploying a SharePoint App Part

After completing this module, students will be able to:

  • Describe the opportunities for developers in SharePoint Server 2013
  • Choose appropriate execution models for custom SharePoint components
  • Choose appropriate deployment models for custom SharePoint components

Module 2: Working with SharePoint Objects

This module introduces the server-side SharePoint object model and how the core classes relate to sites and collections. The server-side SharePoint object model provides a core set of classes that represent different items in the logical architecture of a SharePoint deployment. Students also learn how manage permissions for server-side code.

Lessons

  • Understanding the SharePoint Object Hierarchy
  • Working with Sites and Webs
  • Working with Execution Contexts

Lab: Working with Sites and Webs

  • Working with Sites and Webs in Managed Code
  • Working with Sites and Webs in Windows PowerShell

Lab: Working with Execution Contexts

  • Running Code with Elevated Privileges
  • Adapting Content for Different User Permissions

After completing this module, students will be able to:

  • Explain the purpose of key classes in the server-side SharePoint object model
  • Programmatically interact with SharePoint site collections and sites
  • Adapt solutions for users with different levels of permissions

Module 3: Working with Lists and Libraries

This module explains how to interact with lists and libraries. Students learn about how to work with lists and libraries programmatically using the server-side SharePoint object model and how to use query classes and LINQ to SharePoint to query and retrieve data from SharePoint lists. Student also learn how to efficiently work with lists that contain large numbers of items.

Lessons

  • Using List and Library Objects
  • Querying and Retrieving List Data
  • Working with Large Lists

Lab: Querying and Retrieving List Data

  • Querying List Items
  • Updating List Items

Lab : Working with Large Lists

  • Using the ContentIterator Class

After completing this module, students will be able to:

  • Interact with lists and libraries programmatically
  • Query and retrieve list data
  • Perform operations efficiently on large lists

Module 4: Designing and Managing Features and Solutions

This module examines creating and deploying custom Developing a SharePoint solutions and features. The students also learn how and when to use sandbox solutions.

Lessons

  • Understanding Features and Solutions
  • Configuring Features and Solutions
  • Working with Sandboxed Solutions

Lab: Working with Features and Solutions

  • Configuring SharePoint Features
  • Creating Feature Receiver Classes
  • Creating Features with Dependencies

After completing this module, students will be able to:

  • Explain the purpose and key functionality of Features and solutions
  • Configure and manage Features and solutions
  • Create and manage sandboxed solutions

Module 5: Working with Server-Side Code

This module describes how to develop and deploy Web Parts and event receivers in a solution.

Lessons

  • Developing Web Parts
  • Using Event Receivers
  • Using Timer Jobs
  • Storing Configuration Data

Lab : Working with Server-Side Code

  • Developing an Event Receiver
  • Updating a Web Part
  • Creating a Timer Job

After completing this module, students will be able to:

  • Describe the process for developing a web part
  • Use event receivers to handle SharePoint events
  • Use timer jobs to perform out of process, and scheduled operations
  • Store and manipulate configuration data for custom components

Module 6: Managing Identity and Permissions

This module describes how manage permissions through code and customize authentication using custom claims providers.

Lessons

  • Understanding Identity Management in SharePoint 2013
  • Managing Permissions in SharePoint 2013
  • Configuring Forms-Based Authentication
  • Customizing the Authentication Experience

Lab: Managing Permissions Programmatically in SharePoint 2013

  • Managing List Permissions Programmatically

Lab: Creating and Deploying a Custom Claims Provider

  • Creating a Custom Claims Provider
  • Supporting Search and Resolve in a Claims Provider
  • Deploying and Testing a Claims Provider

After completing this module, students will be able to:

  • Describe how authentication and identity management work in SharePoint 2013
  • Verify and manage permissions programmatically in SharePoint 2013
  • Verify and manage permissions programmatically in SharePoint 2013
  • Create claims providers and customize the sign-in experience

Module 7: Introducing Apps for SharePoint

This module introduces the SharePoint App, a new way to customize SharePoint functionality with SharePoint Server 2013.

Lessons

  • Overview of Apps for SharePoint
  • Developing Apps for SharePoint

Lab: Creating a Site Suggestions App

  • Creating a New SharePoint App
  • Using the Client-Side Object Model

After completing this module, students will be able to:

  • Describe SharePoint apps and compare them to SharePoint farm solutions and sandboxed solutions
  • Describe how to develop apps for SharePoint 2013 that work on-premises and in the cloud

Module 8: Client-Side SharePoint Development

This module describes how to use JavaScript Client Object Model (CSOM), managed code CSOM and the REST API to build SharePoint Apps.

Lessons

  • Using the Client-Side Object Model for Managed Code
  • Using the Client-Side Object Model for JavaScript
  • Using the REST API with JavaScript

Lab : Using the Client-Side Object Model for Managed Code

  • Add Site Column
  • Add the Mileage Claim Content Type
  • Add the Claims List

Lab : Using the REST API with JavaScript

  • Creating List Relationships
  • Add Vote Recording
  • Display Votes for Each Suggestion

After completing this module, students will be able to:

  • Use the client-side object model for managed code to interact with a SharePoint deployment
  • Use the client-side object model for JavaScript to interact with a SharePoint deployment
  • Use the REST API with JavaScript or C# to interact with a SharePoint deployment

Module 9: Developing Remote Hosted SharePoint Apps

This module examines the difference between provider hosted Apps and Remote Hosted Apps. The students will also create and deploy a Provider Hosted App.

Lessons

  • Overview of Remote Hosted Apps
  • Configuring Remote Hosted Apps
  • Developing Remote Hosted Apps

Lab : Configuring a Provider Hosted SharePoint App

  • Configuring a Server to Server Trust Relationship
  • Creating a Provider Hosted App

Lab : Developing a Provider Hosted SharePoint App

  • Working with SharePoint Data
  • Using the Chrome Control

After completing this module, students will be able to:

  • Describe how remote-hosted apps work and how to configure the permissions and cross-domain calls that they may require.
  • Configure apps for hosting on Windows Azure or remote servers
  • Develop apps for hosting on Windows Azure or remote servers

Module 10: Publishing and Distributing Apps

This module introduces the App Catalog so users to locate, purchase, and install apps easily. The students learn how to package and publish Apps to the App Catalog.

Lessons

  • Understanding the App Management Architecture
  • Understanding App Packages
  • Publishing Apps
  • Installing, Updating, and Uninstalling Apps

Lab : Publishing an App to a Corporate Catalog

  • Creating an App Catalog
  • Creating an App Package
  • Publishing an App Package

Lab : Installing, Updating, and Uninstalling Apps

  • Installing an App
  • Upgrading an App
  • Removing an App

After completing this module, students will be able to:

  • Explain how SharePoint manages app publishing and distribution
  • Describe the contents of an app package
  • Publish apps to a corporate catalog or the Office Marketplace
  • Install, update, and uninstall apps

Module 11: Automating Business Processes

This module explains how to create workflows and workflow actions using Visio 2013, SharePoint Designer 2013 and Visual Studio 2012.

Lessons

  • Understanding Workflow in SharePoint 2013
  • Building Workflows by using Visio 2013 and SharePoint Designer 2013
  • Developing Workflows in Visual Studio 2012

Lab : Building Workflows in Visio 2013 and SharePoint Designer 2013

  • Creating Workflows by Using Visio
  • Editing Workflows by Using SharePoint Designer

Lab : Creating Workflow Actions in Visual Studio 2012

  • Creating Custom Workflow Actions
  • Using a Custom Workflow in SharePoint Designer

After completing this module, students will be able to:

  • Describe the architecture and capabilities of workflow in SharePoint 2013
  • Create declarative workflows in Visio 2013 and SharePoint Designer 2013
  • Create and deploy custom workflows by using Visual Studio 2012

Module 12: Managing Taxonomy

This module explains the importance of a good taxonomy in SharePoint and working with the components of the taxonomy. The students also see how to tie event receivers to the taxonomy.

Lessons

  • Managing Taxonomy in SharePoint 2013
  • Working with Content Types
  • Working with Advanced Features of Content Types

Lab : Working with Content Types

  • Create a System to Capture Vacation Requests

Lab : Working with Advanced Features of Content Types

  • Creating an Event Receiver Assembly
  • Registering an Event Receiver with a Site Content Type

After completing this module, student will be able to:

  • Work with taxonomy building blocks in SharePoint 2013
  • Create and configure content types declaratively and programmatically
  • Work with advanced features of content types

Module 13: Managing Custom Components and Site Life Cycles

This module explains how you can create custom component definitions and templates, which enable you to deploy custom sites, lists and other components across a farm.

Lessons

  • Defining Custom Lists
  • Defining Custom Sites
  • Managing SharePoint Sites

Lab : Managing Custom Components and Site Life Cycles

  • Create a Site Definition
  • Create a List Definition
  • Developing an Event Receiver

Lessons

  • Defining Custom Lists
  • Defining Custom Sites
  • Managing SharePoint Sites

After completing this module, student will be able to:

  • Define and provision custom lists
  • Define and provision custom sites
  • Manage the SharePoint site life cycle

Module 14: Customizing User Interface Elements

This module explains different ways of customizing the SharePoint user interface, such as adding buttons to the ribbon or modifying the appearance of list views.

Lessons

  • Working with Custom Actions
  • Using Client-Side User Interface Components
  • Customizing the SharePoint List User Interface

Lab : Using the Edit Control Block to Launch an App

  • Configuring an App to Display Customer Orders
  • Use a Custom Action to Launch an App

Lab : Using jQuery to Customize the SharePoint List User Interface

  • Creating a Custom List View

After completing this module, student will be able to:

  • Use custom actions to modify the SharePoint user interface
  • Use JavaScript to work with client-side SharePoint user interface components
  • Describe how to modify the appearance and behaviour of list views and forms

Module 15: Working with Branding and Navigation

This module explains ways to customize branding, designing, publishing and navigating sites in SharePoint Server 2013. The students also learn how to create devise independent sites standard web technologies, such as HTML, CSS, and JavaScript.

Lessons

  • Creating and Applying Themes
  • Branding and Designing Publishing Sites
  • Tailoring Content to Platforms and Devices
  • Configuring and Customizing Navigation

Lab : Branding and Designing Publishing Sites

  • Creating SharePoint Master Pages
  • Building Master Page Functionality
  • Publishing and Applying Design Assets

Lab : Configuring Farm-Wide Navigation

  • Creating a Custom Site Map Provider
  • Adding Custom Navigation Controls to a Master Page

After completing this module, student will be able to:

  • Create and apply themes to SharePoint sites
  • Create publishing site design assets such as master pages and page layouts
  • Use device channels and image renditions to adapt content for different devices
  • Configure and customize the navigation experience for publishing sites

Developing Microsoft SharePoint Server 2013 Advanced Solutions


Module 1: Creating Robust and Efficient Apps for SharePoint

In this module, you will review key aspects of the apps for SharePoint development platform, including capabilities, packaging and infrastructure, client-side programming for SharePoint, and app security. You will also learn about how to optimize the performance of your apps.

Lessons

  • Apps for SharePoint
  • Communicating with SharePoint from an App
  • Authenticating and Authorizing Apps for SharePoint
  • Designing Apps for Performance

Lab : Monitoring SharePoint Health Scores

  • Creating and Deploying an App Part
  • Working with Server Health Scores

After completing this module, student will be able to:

  • Describe the apps for SharePoint development platform
  • Use the client-side object models and the REST API to communicate with SharePoint.
  • Configure security for apps for SharePoint
  • Configure security for apps for SharePoint

Module 2: Developing Managed Metadata Solutions

In this module you will see metadata objects and how they are used to categorize items so that you can learn how to work with them in code. You will also see how to use the advanced features of terms and manage permissions and roles. In this way you can provide a full set of terms that users can tag content with.

Lessons

  • Managed Metadata
  • Configuring Managed Metadata Term Sets
  • Working with Managed Metadata Fields

Lab : Developing Managed Metadata Solutions (Part 1)

  • Creating and Configuring the Corporate Structure App
  • Displaying the Existing Taxonomy Groups
  • Creating a Group, a Term Set, and Terms

Lab : Developing Managed Metadata Solutions (Part 2)

  • Obtaining the Host Web
  • Adding Metadata Site Columns

After completing this module, student will be able to:

  • Explain the capabilities and applications of managed metadata in SharePoint 2013
  • Automate the creation and configuration of managed metadata term sets
  • Interact with managed metadata term sets and fields from client-side and server-side code

Module 3: Interacting with the Search Service

The module provides an overview of the search service architecture in SharePoint 2013 as it relates to developers, before describing how to construct queries using Keyword Query Language (KQL) and FAST Query Language (FQL) and submit these queries to the search service.

Lessons

  • SharePoint 2013 Search Service
  • Building Search Queries with KQL and FQL
  • Executing Search Queries from Code

Lab : Executing Search Queries from SharePoint Apps

  • Submitting Search Queries from Client-Side Code
  • Using a Custom Action to Launch A Search App

After completing this module, student will be able to:

  • Describe the SharePoint Search Architecture
  • Describe the structure of the search index
  • Describe what a crawled property is and how they are created
  • Describe what a managed property is and how they are created
  • Describe the various settings of a managed property
  • Modify the search schema at various levels

Module 4: Customizing the Search Experience

In this module you will create and modify queries as well as manage search results.

Lessons

  • Customizing Query Processing
  • Customizing Search Results
  • Configuring Result Types and Display Templates
  • Customizing Content Processing

Lab : Configuring Entity Extraction

  • Create and deploy an entity extractor

After completing this module, student will be able to:

  • Create various types of result sources
  • Create basic and complex query transforms
  • Configure query rule conditions and actions to target query intent
  • Create and modify result types
  • Create and modify display templates
  • Utilize display templates with various search web parts
  • Add managed properties as refiners with counts
  • Utilize entity extraction in your crawls
  • Extend content processing with Content Enrichment

Module 5: Implementing Enterprise Content Management

In this module, you will work with SharePoint document management features in code.

Lessons

  • Working with eDiscovery
  • Working with Content Management
  • Automating Records Management

Lab : Implementing Content Management Functionality

  • Creating a Custom Document ID Provider
  • Registering a Custom Document ID Provider
  • Applying a Custom Audit Policy

After completing this module, student will be able to:

  • Use SharePoint eDiscovery functionality in custom applications
  • Create and manage information management policies and document sets programmatically
  • Manage and customize SharePoint records management functionality

Module 6: Developing a Publishing Site for Web Content

In this module, you will learn how to utilize develop web content solutions for publishing sites.

Lessons

  • Programming with the Web Content Publishing API
  • Developing Page Components for Web Content Publishing

Lab : Customizing a SharePoint Publishing Site

  • Building a Custom Page Field Control
  • Building a Page Layout

After completing this module, student will be able to:

  • Describe the capabilities of the Publishing API
  • Describe how to access the Publishing API utilizing the server-side object model

Module 7: Structuring and Publishing Websites for All Users

This module will focus on providing you with the knowledge to build web sites that are mobile device friendly, support multiple language and with proper navigation. This will be accomplished by introducing you to SharePoint features including device channels, managed navigation and variations.

Lessons

  • Website Structure and Navigation
  • Publishing Content
  • Publishing to Mobile Devices
  • Multi-language sites using Variations

Lab : Structuring a SharePoint Publishing Site

  • Creating a Navigation Term Set

Lab : Publishing for Multiple Devices and Languages

  • Creating a Device Channel
  • Using the Device Panel Control
  • Creating a French Variation

After completing this module, student will be able to:

  • Configure website structure and navigation
  • Describe the difference between structured and metadata navigation
  • Programmatically configure site navigation
  • Utilize basic publishing features of SharePoint
  • Use the new cross-site publishing features of SharePoint 2013
  • Work with mobile devices using Device Channels
  • Configure and implement variations for multilingual sites
  • Work with human and machine translation tasks in variation sites

Module 8: Developing Optimized Internet Sites

In this module, you will learn how to optimize your site for Internet search engines, and maximize the performance of rendering your site content.

Lessons

  • Optimizing a SharePoint Site for Search Engines
  • Optimizing Performance and Scalability

Lab : Optimizing SharePoint Publishing Sites

  • Optimizing a Site for Search Engines
  • Maximizing the Performance of a Publishing Site

After completing this module, student will be able to:

  • Configure search engine optimization settings
  • Add SEO Properties to publishing pages and Managed Navigation terms
  • Configure caching to improve site rendering performance
  • Optimize site assets and resources to maximize performance

Module 9: Working with Business Connectivity Services

In this module, you will learn how to develop Business Connectivity Services (BCS) solutions.

Lessons

  • Business Connectivity Services in SharePoint 2013
  • Creating BDC Models in SharePoint Designer
  • Creating BDC Models in Visual Studio 2012

Lab : Working with Business Connectivity Services

  • Creating Farm-Scoped External Content Types
  • Creating App-Scoped External Content Types

After completing this module, student will be able to:

  • Describe the key components of Business Connectivity Services in SharePoint Server 2013
  • Create and configure BDC models by using SharePoint Designer.
  • Create and configure BDC models by using Visual Studio 2012

Module 10: Creating Advanced Business Data Connectivity Models

This module will explore how to create custom search connectors using several different methodologies and lastly, you will learn the advanced topic of the new SharePoint 2013 external event notification feature to support SharePoint list features such as alerts and event receivers when external data changes.

Lessons

  • Configuring BDC Models for Search
  • Developing Custom Connectivity Components
  • Working with External Events and Notifications

Lab : Creating and Deploying a .NET Connectivity Assembly

  • Create a .NET Connectivity Assembly
  • Implementing Entity Methods
  • Deploying and testing a .NET Connectivity Model

After completing this module, students will be able to:

  • Decide when to use BDC models to extend search
  • Describe the BCS Connector Framework
  • Describe and implement BDC search stereotyped operations
  • Configure BDC model properties for search
  • Configure custom item level security
  • Utilize techniques to optimize search indexing

Module 11: Working with Business Data In Client Applications

BCS provides a framework to access via a wide array of protocols such as WCF and OData services to a myriad of external data sources, ranging from data stored in databases to custom proprietary data stores. In this module you will work with Business Data in both custom and composite solutions.

Lessons

  • Working with Business Data in Composite Solutions
  • Working with Business Data in Custom Solutions
  • Working with Business Data in Client Applications

Lab : Working with Business Data in Apps for SharePoint

  • Reading Business Data in Client-Side Code
  • Presenting Business Data in an App for SharePoint

After completing this module, students will be able to:

  • Access business data by using composite solutions
  • Utilize the Business Data Web Parts on your Team and Publishing pages
  • Work with external data columns in lists
  • Work with Business Data in SharePoint workflows
  • Access business data by using custom solutions
  • Utilize the various APIs available such as CSOM, JSOM, and REST
  • Access business data by using client applications
  • Configure external content types for use with Office clients

Module 12: Managing and Accessing User Profile Data

In this module, you will review key aspects of the user profile service, and see how you can write client-side and server-side code to access, update and manage user profile properties.

Lessons

  • User Profile Data in SharePoint 2013
  • Options for Accessing User Profile Data
  • Managing User Profile Data
  • Managing User Profile Properties

Lab : Accessing User Profile Data

  • Add People Search Functionality to an App
  • Display User Properties in the App

Lab : Managing User Profile Properties

  • Add Code to Display User Profile Properties
  • Add Code to Manage User Profile Properties

After completing this module, students will be able to:

  • Explain how user profile data is used in SharePoint
  • Describe the options and restrictions for accessing user profile data.
  • Use client-side code to access and server-side code to access and update user profile data.
  • Configure and manage user profile properties

Module 13: Developing Microsoft SharePoint Server 2013 Advanced Solutions

In this module, you will see some of the social features in SharePoint 2013, and you will see how you can develop apps which extend and customize the social workload; tailoring the experience for your business needs.

Lessons

  • Overview of the Social Workload
  • Developing Social Solutions
  • Working with Feeds

Lab : Creating a Social App Part

  • Displaying a Project Site Newsfeed
  • Posting a Message to a Newsfeed
  • Using Search to Retrieve Newsfeed Posts

After completing this module, students will be able to:

  • Describe the main components of the social workload.
  • Develop solutions to extend the social workload
  • Create solutions which make use of the newsfeed functionality in SharePoint Server 2013

Module 14: Monitoring and Troubleshooting Custom SharePoint Solutions

This module will introduce methods that you can use to improve the performance and scalability of solutions and apps.

Lessons

  • Debugging SharePoint Apps in Visual Studio
  • Diagnosing Faults in Deployed Apps
  • Testing Performance and Scalability

Lab : Enabling ASP.NET Tracing

  • Adding a Diagnostics Page to a SharePoint App
  • Configuring ASP.NET Tracing
  • Using Trace Logs

After completing this module, students will be able to:

  • Describe how to identify, diagnose, and remove bugs in SharePoint apps during development
  • Describe how to record information about issues that arise in deployed SharePoint apps
  • Describe how developers optimize the performance of SharePoint apps by implementing best practices, measuring performance, and load testing

Zertifizierung

Sie legen folgende Prüfungen ab, welche alle Teil unserer Leistungsgarantie sind:

  • Prüfung 70-488: Developing Microsoft SharePoint Server 2013 Core Solutions
  • Prüfung 70-489: Developing Microsoft SharePoint Server 2013 Advanced Solutions

Um die MCSD: SharePoint Applications Zertifizierung zu erlangen, müssen Sie zusätzlich die folgenden zwei Prüfungen bestehen:

  • Prüfung 70-480: Programming in HTML5 with JavaScript and CSS3
  • Prüfung 70-486: Developing ASP.NET 4.5 MVC Web Applications

Legen Sie alle vier Prüfungen in unserem MCSD: SharePoint Applications Intensivkurs ab.

Leistungspaket

Microsoft Official Curriculum

  • MOC 20488: Developing Microsoft SharePoint Server 2013 Advanced Solutions
  • MOC 20489: Developing Microsoft SharePoint Server 2013 Core Solutions

Unser Kurspaket umfasst:

  • Umfassende Schulungsmaterialien
  • Praxiserfahrene Trainer, die das bewährte Lecture | Lab | ReviewTM-Konzept anwenden
  • Moderne Trainingseinrichtungen
  • 24 Stunden Zugang zur IT-Lernumgebung
  • Prüfungsgebühren*
  • Prüfungen werden während des Kurses abgelegt**
  • Bei Präsenzkursen: Unterkunft, Frühstück, Mittagessen, Abendessen, Snacks und Getränke
  • Firebrand Leistungsgarantie gemäß unseren AGB***
  • * Ausnahme: Prüfungsgutscheine sind bei folgenden Kursen nicht einbegriffen: Kurse von CREST, BSI Grundschutz Berater und GIAC. Bei diesen Kursen muss die Prüfungsgebühr direkt an den entsprechenden Partner entrichtet werden.
  • ** Ausnahme: Die Prüfungen der COBIT, Cybersecurity Audit, CCAK, IT Risk Fundamentals, IT Audit Fundamentals, CSX-P, ITCA, CET, GIAC, CCSK, CREST Kurse , MSP , BSI Grundschutz Berater sowie EC-Council CPENT werden nicht während des Kurses abgelegt.
  • *** Wenn ein Kursteilnehmer die Prüfung nicht erfolgreich bestehen sollte, kann der Trainingskurs innerhalb eines Jahres wiederholt werden. Dabei fallen nur die Kosten für die Unterkunft und Verpflegung sowie ggf. die Prüfungsgebühren an. Ausnahme: Bei Kursen von Cisco und VMware entstehen außerdem zusätzliche Kosten für die Nutzung der (digitalen) Kursunterlagen und der Lab-/Übungsumgebung.

Voraussetzungen

Als Voraussetzung für die MCSD: SharePoint Applications Zertifizierung müssen Sie bereits folgende Prüfungen bestanden haben:

  • Exam 70-480: Programming in HTML5 with JavaScript and CSS3
  • Exam 70-486: Developing ASP.NET 4.5 MVC Web Applications

Teilnehmer des Kurses verfügen üblicherweise über mehrjährige SharePoint und Webentwicklungserfahrung und sind für die individuelle Programmierung für Projekte verantwortlich, welche mit einer SharePoint Umgebung interagieren.

Die Minimalanforderungen an die Kandidaten des Kurses beinhalten:

  • Arbeitserfahrung mit der Anwendung von Visual Studio 2010 oder Visual Studio 2012/2013 zur Lösungsentwicklung
  • Grundlegende Arbeitserfahrung mit der SharePoint Lösungsentwicklung, entweder in SharePoint 2013 oder in früheren Versionen von SharePoint
  • Arbeitserfahrung mit Visual C# und dem .NET Framework 4.5
  • Grundlegendes Verständnis von ASP.NET und Server-seitige Web-Entwicklungs-Technologien, darunter Anfrage/Antwort und der Seiten-Lebenszyklus
  • Grundlegendes Verständnis von AJAX und asynchronen Programmiertechniken
  • Grundlegende Arbeitserfahrung mit Benutzer-seitigen Webtechnologien, darunter HTML, CSS und JavaScript
  • Vertrautheit mit Authentifikations- und Autorisierungsprozessen, darunter die Anspruchsbasierte Authentifizierung
  • Erfahrung mit Windows PowerShell

Darüber hinaus sollten Sie mit den SharePoint Einsatzmöglichkeiten und mit Onlinediensten wie Windows Azure und SharePoint Online, sowie der Entwicklung von Office-Client-Anwendungen vertraut sein.

Sind Sie sich unsicher, ob Sie die Voraussetzungen erfüllen? Wir besprechen gerne mit Ihnen Ihren technischen Hintergrund, Erfahrung und Qualifikation, um herauszufinden, ob dieser Intensivkurs der richtige für Sie ist.

Erfahrungsberichte

Bereits 134561 Kursteilnehmer haben seit 2001 erfolgreich einen Firebrand-Kurs absolviert. Unsere aktuellen Kundenbefragungen ergeben: Bei 96.41% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!


"Der Kurs ist sehr stark durchgetaktet, es erwarten einen lange, anstrengende und sehr lernintensive Tage. Allerdings macht dies dank einer lockeren Atmosphäre und motivierten Trainern trotzdem viel Spaß. Ich kann die Trainings nur empfehlen und werde bei Gelegenheit gern wieder kommen."
J. M.. (14.8.2016 (Sonntag) bis 19.8.2016 (Freitag))

"Toll strukturierter Kurs, tolle Umgebung zum Herumspielen. Der Trainer vermittelt die Kursinhalte und Zusammenhänge verständlich und weist auf Stolpersteine hin. Das alles in komprimierter Form, innerhalb von kürzester Zeit. Ich bin erneut beeindruckt. Vielen Dank!"
B. B., TÜV NORD Service GmbH & Co. KG. (13.12.2015 (Sonntag) bis 18.12.2015 (Freitag))

"Eine sehr intensive und gewinnbringende Erfahrung mit teils 12h Unterricht am Tag inkl. einer ausführlichen Nacharbeit am Abend. Kurzum: Ideales Power-Learning in einer abgeschotteten Umgebung fernab des Alltags. Diese "Art" des Lernens kann ich nur wärmstens weiterempfehlen."
Sebastian Zichner. (30.8.2015 (Sonntag) bis 4.9.2015 (Freitag))

"Wieder einmal ein super packender Kurs zum Thema SharePoint 2013. Beste Lernmethode: 6 Tage ohne, oder auch nur geringen Kontakt zur restlichen Aussenwelt. Voll fokusiert auf die wesentlichen Inhalte des Kurses... "
Mario Sandvoss, TÜV NORD Service GmbH & Co. KG. (30.8.2015 (Sonntag) bis 4.9.2015 (Freitag))

"Trainer, Material, Umgebung und Preis-Leistung waren top!! Meiner Meinung nach ist der Preis für eine derartig hochwertige Schulung mehr als gerechtfertigt. "
Anonym (19.4.2015 (Sonntag) bis 24.4.2015 (Freitag))

Kurstermine

Start

Ende

Verfügbarkeit

Standort

Anmelden

19.2.2024 (Montag)

24.2.2024 (Samstag)

Kurs gelaufen - Hinterlasse Kommentar

-

 

24.6.2024 (Montag)

29.6.2024 (Samstag)

Warteliste

Überregional

 

5.8.2024 (Montag)

10.8.2024 (Samstag)

Einige Plätze frei

Überregional

 

16.9.2024 (Montag)

21.9.2024 (Samstag)

Einige Plätze frei

Überregional

 

28.10.2024 (Montag)

2.11.2024 (Samstag)

Einige Plätze frei

Überregional

 

9.12.2024 (Montag)

14.12.2024 (Samstag)

Einige Plätze frei

Überregional

 

Neueste Rezensionen von unseren Kursteilnehmern