SlideShare une entreprise Scribd logo
1  sur  31
www.edureka.co/microsoft-sharepoint-2013
View Microsoft SharePoint 2013 course details at www.edureka.co/microsoft-sharepoint-2013
Microsoft SharePoint 2013
The Ultimate Enterprise Collaboration Platform
For Queries:
Post on Twitter @edurekaIN: #askEdureka
Post on Facebook /edurekaIN
For more details please contact us:
US : 1800 275 9730 (toll free)
INDIA : +91 88808 62004
Email Us : sales@edureka.co
Slide 2 www.edureka.co/microsoft-sharepoint-2013
At the end of this module, you will be able to:
 Understand the Evolution of SharePoint
 Understand the Current Market Statistics
 Learn about the Job Trends
 Understand Salary Index
 Understand SharePoint Platform
» Enterprise Content Management (ECM)
» Business Process Management (BPM)
» Business Intelligence (BI)
» Enterprise Search
 Understand Logical & Physical Architecture
 Learn the Database Types
 Learn the Programming Models
 Understand Client Support
 Understand Developer Tools
 Learn about Apps Hosting Models
Objectives
Slide 3 www.edureka.co/microsoft-sharepoint-2013Slide 3
SharePoint Portal Server 2001 (SPS 2001)
Evolution of SharePoint
SharePoint Portal Server 2003 (SPS 2003)
Microsoft Office SharePoint Server 2007 (MOSS 2007)
Microsoft SharePoint Server 2010 Microsoft SharePoint Server 2013
Slide 4 www.edureka.co/microsoft-sharepoint-2013Slide 4
 More than 80% of all Fortune 500 companies use SharePoint Server in some capacity
 SharePoint adaptation by organizations peaked between 2006 and 2011, when more than 36.5 million licenses
were sold to businesses around the world
 SharePoint user licenses are added at a rate of around 20,000 new users every day currently
 Companies are adopting it worldwide to centralize knowledge, increase collaboration, develop applications on
top of it and realize actionable intelligence about their overall business health
Current Market Statistics
Slide 5 www.edureka.co/microsoft-sharepoint-2013Slide 5
Job Trends
Slide 6 www.edureka.co/microsoft-sharepoint-2013Slide 6
Salary Index
Slide 7 www.edureka.co/microsoft-sharepoint-2013
Microsoft SharePoint 2013 is an Enterprise Portal Solution which offers a wide range of integrated Services such as:
 Enterprise Content Management (ECM)
 Business Process Management (BPM)
 Business Intelligence (BI)
 Enterprise Search
 Enterprise Social Networking
SharePoint Platform
Slide 8 www.edureka.co/microsoft-sharepoint-2013
 Document Management
 Web Content Management
 Record Management
 Work Force Management
 Media Management
 Managed Management
Enterprise Content Management (ECM)
Slide 9 www.edureka.co/microsoft-sharepoint-2013
A Business Process is an activity or set of activities that will
accomplish a specific organizational goal
Business process management (BPM) is a systematic
approach to making an organization's workflow more
effective, more efficient and more capable of adapting to
an ever-changing environment
The Workflow Manager in SharePoint 2013 is build on
Windows Workflow Foundation 4.5 (WF), the powerful new
foundation for business process workflows
Business Process Management (BPM)
Slide 10 www.edureka.co/microsoft-sharepoint-2013
SharePoint 2013 workflows are powered by Windows Workflow Foundation 4.5 (WF), which in turn, is built on the messaging
functionality that is provided by Windows Communication Foundation (WCF)
Key Features in Workflow Manager are:
 Workflows are fully declarative
 Allow for high density and multi-tenancy
 Provide for workflow artifact management
 Allows for tracking and monitoring
 Provides for instance management
 Provides for expressive workflows
Designed and developed using:
 SharePoint Designer 2013
 Visual Studio 2013
 Visio 2013
Business Process Management (BPM)
Slide 11 www.edureka.co/microsoft-sharepoint-2013
Business intelligence (BI) is the set of techniques and tools for the transformation of raw data into meaningful and useful
information for business analysis purposes
Business intelligence (BI) in SharePoint 2013 provides comprehensive BI tools that integrate across Office applications and
other Microsoft technologies
These BI tools are:
 Excel 2013 BI
 Excel Services
 PerformancePoint Services
 Visio Services
 Microsoft SQL Server
Business Intelligence (BI)
Slide 12 www.edureka.co/microsoft-sharepoint-2013
In SharePoint Server 2013, Excel BI offers certain new
features to support business intelligence applications
These include the following:
 In-Memory BI Engine (IMBI):
The In Memory multidimensional data analysis engine
(IMBI), also known as the Vertipaq engine, allows for
almost instant analysis of millions of rows and is a fully
integrated feature in the Excel client
 Power View Add-in for Excel:
Power View enables users to visualize and interact with
modeled data by using highly interactive visualizations,
animations and smart querying. Power View is powered by
the BI Semantic Model and the VertiPaq engine
 Decoupled PivotChart and PivotTable reports:
Users can now create PivotChart reports without having to
include a PivotTable report on the same page
Business Intelligence (BI) – Excel BI
Slide 13 www.edureka.co/microsoft-sharepoint-2013
Enterprise Search is the practice of making content from multiple enterprise-type sources, such as databases and
intranets, searchable to a defined audience
Enterprise Search
Slide 14 www.edureka.co/microsoft-sharepoint-2013
Enterprise Search
Slide 15 www.edureka.co/microsoft-sharepoint-2013
Logical Architecture
Slide 16 www.edureka.co/microsoft-sharepoint-2013
Physical Architecture
Slide 17 www.edureka.co/microsoft-sharepoint-2013
Databases
Slide 18 www.edureka.co/microsoft-sharepoint-2013
Programming Models
 SSOM - SharePoint Server Object Model
 CSOM - .NET Framework Client Object Model
 JSOM - JavaScript Client Object Model
 REST/OData endpoints – (Representational State Transfer (REST) interface with Open Data Protocol (OData))
 Silverlight Client Object Model
 Silverlight Mobile object model
 Windows PowerShell
Slide 19 www.edureka.co/microsoft-sharepoint-2013
SharePoint Server Object Model (SSOM)
SharePoint Server offers a highly structured server-side object model. From higher-level objects, you can drill down
through the object hierarchy to obtain the object that contains the members you need to use in your code
SPFarm
SPService
SPWebApplication
SPSite
SPWeb
SPList
SPServiceApplication
Slide 20 www.edureka.co/microsoft-sharepoint-2013
Object Model Comparison
Feature
.NET CSOM or Silverlight
CSOM
JavaScript CSOM REST/OData endpoints
Object-oriented programming Yes Yes No
Batch processing Yes Yes Yes
APIs for conditional processing and
exception handling
Yes No No
Availability of LINQ syntax Yes No No
Combining list data from different
SharePoint web applications
Yes No Yes
Familiarity to experienced
REST/OData developers
No No Yes
Similarity to non-Windows
programming or JavaScript
programming
No Yes Yes
Strong typing for list item fields No (except with LINQ) No
Yes, from Windows platform
No, from JavaScript
Leveraging jQuery, Knockout, and
other JavaScript libraries
No Yes
No, from Windows platform
Yes, from JavaScript
Slide 21 www.edureka.co/microsoft-sharepoint-2013
Sandbox Apps Farm Solutions
When to use
Deprecated. Therefore, it’s
unadvisable to build new
sandboxed solutions.
Best practice. Create apps
whenever you can.
Create farm solutions when you can’t do it in an app.
1. Apps cannot call SharePoint server side code
2. Apps cannot access SharePoint components that are not on the same site
3. Apps cannot communicate with each other
4. Custom site definitions
5. Custom themes
6. Custom action groups and custom action hiding
7. User controls (.ascx files)
8. Delegate controls
Server-side
code
Runs under a strict CAS policy
and is limited in what it can do.
No SharePoint server-code. When
apps are hosted in an isolated
SharePoint site, no server-code
whatsoever is allowed.
Can run full trust code. (Custom CAS policies are not supported in SharePoint
2013. All farm solution code runs in full trust even if it is not deployed to the
GAC. Any custom CAS policies are ignored.)
Resource
throttling
Run under an advanced
resource management system
that allows resource point
allocation and automatic
shutdown for troublesome
solutions.
Apps run isolated from a
SharePoint farm, but can have an
indirect impact by leveraging the
client object model.
Can impact SharePoint server-farm stability directly
Solutions
Slide 22 www.edureka.co/microsoft-sharepoint-2013
Sandbox Apps Farm Solutions
Runs cross-domain
No, and there’s no need to since code runs
within the SharePoint farm.
Yes, which provides a very interesting way
to distribute server loads.
No, and there’s no need to since code runs
within the SharePoint farm.
Performance
Runs on the server farm, but in a
dedicated isolated process. The sandbox
architecture provides overhead.
Apps hosted on separate app servers
(even cross-domain) or in the cloud may
cause considerable overhead.
Very efficient.
Safety Very safe. Apps rely on OAuth 2.0.
Can be very safe, but this requires additional
testing, validation and potential monitoring.
Should IT pros worry
over it?
Due to the limited CAS permissions and
resource throttling system, IT pros don’t
have to worry.
Apps are able to do a lot via the CSOM.
There are some uncertainties concerning
the safety of an App running on a page
with other Apps.
Definitely. This type of solutions run on the
SharePoint farm itself and therefore can
have a profound impact.
Manageability
Easy to manage within the SharePoint
farm.
Can be managed on a dedicated
environment without SharePoint.
Dedicated app admins can take care of
this.
Easy to manage within the SharePoint farm.
Cloud support Yes Yes, also support for App MarketPlace. No, on-premises only
Solutions
Slide 23 www.edureka.co/microsoft-sharepoint-2013
Browser Supported Not supported
Internet Explorer 11 X
Internet Explorer 10 X
Internet Explorer 9 X
Internet Explorer 8 X
Internet Explorer 7 X
Internet Explorer 6 X
Google Chrome
(latest released
version)
X
Mozilla Firefox
(latest released
version)
X
Apple Safari (latest
released version)
X
Client Support
Slide 24 www.edureka.co/microsoft-sharepoint-2013
2012 | 2013
Developer Tools
SharePoint Designer 2013
Visio 2013
Slide 25 www.edureka.co/microsoft-sharepoint-2013
Tools Download
AjaxControl Toolkit http://ajaxcontroltoolkit.codeplex.com/
Silverlight Toolkit http://silverlight.codeplex.com/
Developer Dashboard https://msdn.microsoft.com/en-us/library/ff512745(v=office.14).aspx
Code Analysis Tool http://www.microsoft.com/en-us/download/details.aspx?id=5570
DebugView https://technet.microsoft.com/en-us/sysinternals/bb896647.aspx
WinDbg https://msdn.microsoft.com/en-us/windows/hardware/hh852365
LogParser https://technet.microsoft.com/en-us/scriptcenter/dd919274.aspx
NetMon https://msdn.microsoft.com/en-us/library/windows/hardware/hh451296(v=vs.85).aspx
CLR Profiler http://www.microsoft.com/en-us/download/details.aspx?id=16273
Color Palette Tool http://www.microsoft.com/en-us/download/details.aspx?id=38182
SPFastDeploy http://visualstudiogallery.msdn.microsoft.com/9e03d0f5-f931-4125-a5d1-7c1529554fbd
Developer Tools
Slide 26 www.edureka.co/microsoft-sharepoint-2013
 A SharePoint app is a custom solution for SharePoint that runs entirely outside any SharePoint server
processes
 An app for SharePoint is an easy-to-use, stand-alone app that solves a specific end-user or business need
 A framework for encapsulating functionality within a SharePoint site
 A web application that users access through a SharePoint web page
 A self-contained application that users consume through a SharePoint deployment
What are Apps?
Slide 27 www.edureka.co/microsoft-sharepoint-2013
What are Apps?
Slide 28 www.edureka.co/microsoft-sharepoint-2013
Apps Hosting Models
Slide 29 www.edureka.co/microsoft-sharepoint-2013
Course Topics
 Module 1
» SharePoint 2013 Overview
 Module 2
» Programming SharePoint Object Model
 Module 3
» Designing and Managing Features and Solutions
 Module 4
» Developing Apps in SharePoint 2013
 Module 5
» Customizing UI, Sites and Components
 Module 6
» Developing Managed Metadata Solutions (MMS)
 Module 7
» Developing Business Connectivity Services (BCS)
 Module 8
» Automating Business Processes using Workflows
 Module 9
» Customizing Enterprise Search
 Module 10
» Implementing Enterprise Content Management (ECM)
Slide 30 www.edureka.co/microsoft-sharepoint-2013
LIVE Online Class
Class Recording in LMS
24/7 Post Class Support
Module Wise Quiz
Project Work
Verifiable Certificate
How it Works
Slide 31 www.edureka.co/microsoft-sharepoint-2013

Contenu connexe

Tendances

SharePoint 2010 and Colligo for ECM
SharePoint 2010 and Colligo for ECMSharePoint 2010 and Colligo for ECM
SharePoint 2010 and Colligo for ECMlchapman
 
iOS Development Using Swift 2
iOS Development Using Swift 2iOS Development Using Swift 2
iOS Development Using Swift 2Edureka!
 
FRONT-END WEB DEVELOPMENT WITH REACTJS
FRONT-END WEB DEVELOPMENT WITH REACTJSFRONT-END WEB DEVELOPMENT WITH REACTJS
FRONT-END WEB DEVELOPMENT WITH REACTJSTran Phong Phu
 
Power Apps Advanced Training Brochure
Power Apps Advanced Training BrochurePower Apps Advanced Training Brochure
Power Apps Advanced Training BrochureShiftConsulting
 
Technical Overview of Microsoft SharePoint Online - Presented by Atidan
Technical Overview of Microsoft SharePoint Online - Presented by AtidanTechnical Overview of Microsoft SharePoint Online - Presented by Atidan
Technical Overview of Microsoft SharePoint Online - Presented by AtidanDavid J Rosenthal
 
Do Try This at Home! Extend IBM Connections using IBM Worklight
Do Try This at Home! Extend IBM Connections using IBM WorklightDo Try This at Home! Extend IBM Connections using IBM Worklight
Do Try This at Home! Extend IBM Connections using IBM WorklightProlifics
 
Training report on web developing
Training report on web developingTraining report on web developing
Training report on web developingJawhar Ali
 
Why choose the laravel php framework for enterprise web applications
Why choose the laravel php framework for enterprise web applications Why choose the laravel php framework for enterprise web applications
Why choose the laravel php framework for enterprise web applications Concetto Labs
 
Moodle integration with microsoft office 365 by enovation
Moodle integration with microsoft office 365 by enovationMoodle integration with microsoft office 365 by enovation
Moodle integration with microsoft office 365 by enovationEnovation
 
HOW CAN POWERAPPS AND MICROSOFT FLOW ALLOWS YOUR POWER USERS TO QUICKLY BUILD...
HOW CAN POWERAPPS AND MICROSOFT FLOW ALLOWS YOUR POWER USERS TO QUICKLY BUILD...HOW CAN POWERAPPS AND MICROSOFT FLOW ALLOWS YOUR POWER USERS TO QUICKLY BUILD...
HOW CAN POWERAPPS AND MICROSOFT FLOW ALLOWS YOUR POWER USERS TO QUICKLY BUILD...Sandro Pereira
 
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem. SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem. Kushan Lahiru Perera
 
Power apps portal out for public review
Power apps portal  out for public reviewPower apps portal  out for public review
Power apps portal out for public reviewConcetto Labs
 
SharePoint Developer Experience Present & Future
SharePoint Developer Experience Present & FutureSharePoint Developer Experience Present & Future
SharePoint Developer Experience Present & Futuremattbremer
 
Introduction Asp.Net Core, MVC, Docker (Linux), Postman and Swagger
Introduction Asp.Net Core, MVC, Docker (Linux), Postman and SwaggerIntroduction Asp.Net Core, MVC, Docker (Linux), Postman and Swagger
Introduction Asp.Net Core, MVC, Docker (Linux), Postman and SwaggerAgusto Sipahutar
 
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
 How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi... How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...Aimore Technologies
 
Getting Started with AngularJS
Getting Started with AngularJSGetting Started with AngularJS
Getting Started with AngularJSEdureka!
 
Jump Start: Share Point Development
Jump Start: Share Point DevelopmentJump Start: Share Point Development
Jump Start: Share Point Developmentmattbremer
 

Tendances (20)

SharePoint 2010 and Colligo for ECM
SharePoint 2010 and Colligo for ECMSharePoint 2010 and Colligo for ECM
SharePoint 2010 and Colligo for ECM
 
iOS Development Using Swift 2
iOS Development Using Swift 2iOS Development Using Swift 2
iOS Development Using Swift 2
 
FRONT-END WEB DEVELOPMENT WITH REACTJS
FRONT-END WEB DEVELOPMENT WITH REACTJSFRONT-END WEB DEVELOPMENT WITH REACTJS
FRONT-END WEB DEVELOPMENT WITH REACTJS
 
Power Apps Advanced Training Brochure
Power Apps Advanced Training BrochurePower Apps Advanced Training Brochure
Power Apps Advanced Training Brochure
 
Technical Overview of Microsoft SharePoint Online - Presented by Atidan
Technical Overview of Microsoft SharePoint Online - Presented by AtidanTechnical Overview of Microsoft SharePoint Online - Presented by Atidan
Technical Overview of Microsoft SharePoint Online - Presented by Atidan
 
Do Try This at Home! Extend IBM Connections using IBM Worklight
Do Try This at Home! Extend IBM Connections using IBM WorklightDo Try This at Home! Extend IBM Connections using IBM Worklight
Do Try This at Home! Extend IBM Connections using IBM Worklight
 
Training report on web developing
Training report on web developingTraining report on web developing
Training report on web developing
 
Why choose the laravel php framework for enterprise web applications
Why choose the laravel php framework for enterprise web applications Why choose the laravel php framework for enterprise web applications
Why choose the laravel php framework for enterprise web applications
 
RPA with UIPath and Flaui
RPA with UIPath and FlauiRPA with UIPath and Flaui
RPA with UIPath and Flaui
 
Moodle integration with microsoft office 365 by enovation
Moodle integration with microsoft office 365 by enovationMoodle integration with microsoft office 365 by enovation
Moodle integration with microsoft office 365 by enovation
 
Intro to power apps
Intro to power appsIntro to power apps
Intro to power apps
 
HOW CAN POWERAPPS AND MICROSOFT FLOW ALLOWS YOUR POWER USERS TO QUICKLY BUILD...
HOW CAN POWERAPPS AND MICROSOFT FLOW ALLOWS YOUR POWER USERS TO QUICKLY BUILD...HOW CAN POWERAPPS AND MICROSOFT FLOW ALLOWS YOUR POWER USERS TO QUICKLY BUILD...
HOW CAN POWERAPPS AND MICROSOFT FLOW ALLOWS YOUR POWER USERS TO QUICKLY BUILD...
 
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem. SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
 
PowerApps
PowerAppsPowerApps
PowerApps
 
Power apps portal out for public review
Power apps portal  out for public reviewPower apps portal  out for public review
Power apps portal out for public review
 
SharePoint Developer Experience Present & Future
SharePoint Developer Experience Present & FutureSharePoint Developer Experience Present & Future
SharePoint Developer Experience Present & Future
 
Introduction Asp.Net Core, MVC, Docker (Linux), Postman and Swagger
Introduction Asp.Net Core, MVC, Docker (Linux), Postman and SwaggerIntroduction Asp.Net Core, MVC, Docker (Linux), Postman and Swagger
Introduction Asp.Net Core, MVC, Docker (Linux), Postman and Swagger
 
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
 How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi... How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
 
Getting Started with AngularJS
Getting Started with AngularJSGetting Started with AngularJS
Getting Started with AngularJS
 
Jump Start: Share Point Development
Jump Start: Share Point DevelopmentJump Start: Share Point Development
Jump Start: Share Point Development
 

En vedette

Webinar: Tailored Big Data Solutions using MapReduce Design Patterns
Webinar: Tailored Big Data Solutions using MapReduce Design Patterns   Webinar: Tailored Big Data Solutions using MapReduce Design Patterns
Webinar: Tailored Big Data Solutions using MapReduce Design Patterns Edureka!
 
SharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid WorldSharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid WorldJason Himmelstein
 
Spring Web Views
Spring Web ViewsSpring Web Views
Spring Web ViewsEmprovise
 
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...Jonathan Ralton
 
Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013Dinusha Kumarasiri
 
7 Key Things for Building a Highly-Scalable SharePoint 2013 App
7 Key Things for Building a Highly-Scalable SharePoint 2013 App7 Key Things for Building a Highly-Scalable SharePoint 2013 App
7 Key Things for Building a Highly-Scalable SharePoint 2013 AppEdin Kapic
 
Websphere portal vs. liferay by gartner v1.0
Websphere portal vs. liferay by gartner v1.0Websphere portal vs. liferay by gartner v1.0
Websphere portal vs. liferay by gartner v1.0Marco Cimino
 
Best Practice SharePoint Architecture
Best Practice SharePoint ArchitectureBest Practice SharePoint Architecture
Best Practice SharePoint ArchitectureMichael Noel
 
Introduction to Intranet Planning
Introduction to Intranet PlanningIntroduction to Intranet Planning
Introduction to Intranet PlanningHaaron Gonzalez
 
The Very Best Intranets & Digital Workplace from the 2016 Intranet Global Forum
The Very Best Intranets & Digital Workplace from the 2016 Intranet Global ForumThe Very Best Intranets & Digital Workplace from the 2016 Intranet Global Forum
The Very Best Intranets & Digital Workplace from the 2016 Intranet Global ForumPrescient Digital Media
 
Becoming a SharePoint Design Ninja
Becoming a SharePoint Design NinjaBecoming a SharePoint Design Ninja
Becoming a SharePoint Design NinjaKanwal Khipple
 
Secrets of successful SharePoint Intranets
Secrets of successful SharePoint IntranetsSecrets of successful SharePoint Intranets
Secrets of successful SharePoint IntranetsMichal Pisarek
 
31 intranet homepage design examples, with screenshots
31 intranet homepage design examples, with screenshots31 intranet homepage design examples, with screenshots
31 intranet homepage design examples, with screenshotsDigital Workplace Group
 
Introduction To Microsoft SharePoint 2013
Introduction To Microsoft SharePoint 2013Introduction To Microsoft SharePoint 2013
Introduction To Microsoft SharePoint 2013Vishal Pawar
 

En vedette (15)

Webinar: Tailored Big Data Solutions using MapReduce Design Patterns
Webinar: Tailored Big Data Solutions using MapReduce Design Patterns   Webinar: Tailored Big Data Solutions using MapReduce Design Patterns
Webinar: Tailored Big Data Solutions using MapReduce Design Patterns
 
SharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid WorldSharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid World
 
Spring Web Views
Spring Web ViewsSpring Web Views
Spring Web Views
 
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
 
Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013
 
7 Key Things for Building a Highly-Scalable SharePoint 2013 App
7 Key Things for Building a Highly-Scalable SharePoint 2013 App7 Key Things for Building a Highly-Scalable SharePoint 2013 App
7 Key Things for Building a Highly-Scalable SharePoint 2013 App
 
Websphere portal vs. liferay by gartner v1.0
Websphere portal vs. liferay by gartner v1.0Websphere portal vs. liferay by gartner v1.0
Websphere portal vs. liferay by gartner v1.0
 
Best Practice SharePoint Architecture
Best Practice SharePoint ArchitectureBest Practice SharePoint Architecture
Best Practice SharePoint Architecture
 
Introduction to Intranet Planning
Introduction to Intranet PlanningIntroduction to Intranet Planning
Introduction to Intranet Planning
 
The Very Best Intranets & Digital Workplace from the 2016 Intranet Global Forum
The Very Best Intranets & Digital Workplace from the 2016 Intranet Global ForumThe Very Best Intranets & Digital Workplace from the 2016 Intranet Global Forum
The Very Best Intranets & Digital Workplace from the 2016 Intranet Global Forum
 
Becoming a SharePoint Design Ninja
Becoming a SharePoint Design NinjaBecoming a SharePoint Design Ninja
Becoming a SharePoint Design Ninja
 
Secrets of successful SharePoint Intranets
Secrets of successful SharePoint IntranetsSecrets of successful SharePoint Intranets
Secrets of successful SharePoint Intranets
 
4+1 view model
4+1 view model4+1 view model
4+1 view model
 
31 intranet homepage design examples, with screenshots
31 intranet homepage design examples, with screenshots31 intranet homepage design examples, with screenshots
31 intranet homepage design examples, with screenshots
 
Introduction To Microsoft SharePoint 2013
Introduction To Microsoft SharePoint 2013Introduction To Microsoft SharePoint 2013
Introduction To Microsoft SharePoint 2013
 

Similaire à Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform

Microsoft SharePoint - Edureka Webinar
Microsoft SharePoint - Edureka WebinarMicrosoft SharePoint - Edureka Webinar
Microsoft SharePoint - Edureka WebinarEdureka!
 
Microsoft Sharepoint 2013 : The Ultimate Enterprise Collaboration Platform
Microsoft Sharepoint 2013 : The Ultimate Enterprise Collaboration PlatformMicrosoft Sharepoint 2013 : The Ultimate Enterprise Collaboration Platform
Microsoft Sharepoint 2013 : The Ultimate Enterprise Collaboration PlatformEdureka!
 
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014Asif Rehmani
 
Intro to SharePoint for Developers
Intro to SharePoint for DevelopersIntro to SharePoint for Developers
Intro to SharePoint for DevelopersRob Wilson
 
Office 365 SUGUK march 2011
Office 365 SUGUK march 2011Office 365 SUGUK march 2011
Office 365 SUGUK march 2011pearce.alex
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013Folio3 Software
 
Microsoft Convergence DayOne: Leveraging SharePoint within Your Dynamics GP W...
Microsoft Convergence DayOne: Leveraging SharePoint within Your Dynamics GP W...Microsoft Convergence DayOne: Leveraging SharePoint within Your Dynamics GP W...
Microsoft Convergence DayOne: Leveraging SharePoint within Your Dynamics GP W...Marie-Michelle Strah, PhD
 
A SharePoint Developers Guide to Project Server
A SharePoint Developers Guide to Project ServerA SharePoint Developers Guide to Project Server
A SharePoint Developers Guide to Project ServerAlexander Burton
 
No-code developer options in Office 365 and SharePoint 2013
No-code developer options in Office 365 and SharePoint 2013No-code developer options in Office 365 and SharePoint 2013
No-code developer options in Office 365 and SharePoint 2013Asif Rehmani
 
CVNUG - Share Point Development
CVNUG - Share Point DevelopmentCVNUG - Share Point Development
CVNUG - Share Point Developmentryanaoliveira
 
SharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementSharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementChris McNulty
 
Technical Lead (Azure , SharePoint, ASP.Net ), 12+ years exp.
Technical Lead (Azure , SharePoint, ASP.Net ), 12+ years exp.Technical Lead (Azure , SharePoint, ASP.Net ), 12+ years exp.
Technical Lead (Azure , SharePoint, ASP.Net ), 12+ years exp.Basant Kumar Yadav
 
Introduction to MSBI
Introduction to MSBIIntroduction to MSBI
Introduction to MSBIEdureka!
 
SAP Microsoft Interoperability - Business Process Solutions
SAP Microsoft Interoperability - Business Process SolutionsSAP Microsoft Interoperability - Business Process Solutions
SAP Microsoft Interoperability - Business Process SolutionsKristian Kalsing
 
Irw Generic Power Point
Irw Generic Power PointIrw Generic Power Point
Irw Generic Power PointNatashaIRWS
 
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2Sayed Ali
 
Seminar On Share Point By Maroof Ahmad
Seminar On Share Point By Maroof AhmadSeminar On Share Point By Maroof Ahmad
Seminar On Share Point By Maroof AhmadMaroofAhmad
 

Similaire à Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform (20)

Microsoft SharePoint - Edureka Webinar
Microsoft SharePoint - Edureka WebinarMicrosoft SharePoint - Edureka Webinar
Microsoft SharePoint - Edureka Webinar
 
Microsoft Sharepoint 2013 : The Ultimate Enterprise Collaboration Platform
Microsoft Sharepoint 2013 : The Ultimate Enterprise Collaboration PlatformMicrosoft Sharepoint 2013 : The Ultimate Enterprise Collaboration Platform
Microsoft Sharepoint 2013 : The Ultimate Enterprise Collaboration Platform
 
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
 
Intro to SharePoint for Developers
Intro to SharePoint for DevelopersIntro to SharePoint for Developers
Intro to SharePoint for Developers
 
Office 365 SUGUK march 2011
Office 365 SUGUK march 2011Office 365 SUGUK march 2011
Office 365 SUGUK march 2011
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013
 
Microsoft Convergence DayOne: Leveraging SharePoint within Your Dynamics GP W...
Microsoft Convergence DayOne: Leveraging SharePoint within Your Dynamics GP W...Microsoft Convergence DayOne: Leveraging SharePoint within Your Dynamics GP W...
Microsoft Convergence DayOne: Leveraging SharePoint within Your Dynamics GP W...
 
Rajiv_Khobragade_Resume
Rajiv_Khobragade_ResumeRajiv_Khobragade_Resume
Rajiv_Khobragade_Resume
 
Microsoft power platform
Microsoft power platformMicrosoft power platform
Microsoft power platform
 
A SharePoint Developers Guide to Project Server
A SharePoint Developers Guide to Project ServerA SharePoint Developers Guide to Project Server
A SharePoint Developers Guide to Project Server
 
No-code developer options in Office 365 and SharePoint 2013
No-code developer options in Office 365 and SharePoint 2013No-code developer options in Office 365 and SharePoint 2013
No-code developer options in Office 365 and SharePoint 2013
 
CVNUG - Share Point Development
CVNUG - Share Point DevelopmentCVNUG - Share Point Development
CVNUG - Share Point Development
 
SharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementSharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and Management
 
Technical Lead (Azure , SharePoint, ASP.Net ), 12+ years exp.
Technical Lead (Azure , SharePoint, ASP.Net ), 12+ years exp.Technical Lead (Azure , SharePoint, ASP.Net ), 12+ years exp.
Technical Lead (Azure , SharePoint, ASP.Net ), 12+ years exp.
 
Introduction to MSBI
Introduction to MSBIIntroduction to MSBI
Introduction to MSBI
 
SAP Microsoft Interoperability - Business Process Solutions
SAP Microsoft Interoperability - Business Process SolutionsSAP Microsoft Interoperability - Business Process Solutions
SAP Microsoft Interoperability - Business Process Solutions
 
Hands-on Microsoft Flow
Hands-on Microsoft FlowHands-on Microsoft Flow
Hands-on Microsoft Flow
 
Irw Generic Power Point
Irw Generic Power PointIrw Generic Power Point
Irw Generic Power Point
 
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
 
Seminar On Share Point By Maroof Ahmad
Seminar On Share Point By Maroof AhmadSeminar On Share Point By Maroof Ahmad
Seminar On Share Point By Maroof Ahmad
 

Plus de Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaEdureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaEdureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaEdureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaEdureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaEdureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaEdureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaEdureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaEdureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaEdureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaEdureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | EdurekaEdureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEdureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEdureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaEdureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaEdureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaEdureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaEdureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | EdurekaEdureka!
 

Plus de Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Dernier

What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 

Dernier (20)

What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 

Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform

  • 1. www.edureka.co/microsoft-sharepoint-2013 View Microsoft SharePoint 2013 course details at www.edureka.co/microsoft-sharepoint-2013 Microsoft SharePoint 2013 The Ultimate Enterprise Collaboration Platform For Queries: Post on Twitter @edurekaIN: #askEdureka Post on Facebook /edurekaIN For more details please contact us: US : 1800 275 9730 (toll free) INDIA : +91 88808 62004 Email Us : sales@edureka.co
  • 2. Slide 2 www.edureka.co/microsoft-sharepoint-2013 At the end of this module, you will be able to:  Understand the Evolution of SharePoint  Understand the Current Market Statistics  Learn about the Job Trends  Understand Salary Index  Understand SharePoint Platform » Enterprise Content Management (ECM) » Business Process Management (BPM) » Business Intelligence (BI) » Enterprise Search  Understand Logical & Physical Architecture  Learn the Database Types  Learn the Programming Models  Understand Client Support  Understand Developer Tools  Learn about Apps Hosting Models Objectives
  • 3. Slide 3 www.edureka.co/microsoft-sharepoint-2013Slide 3 SharePoint Portal Server 2001 (SPS 2001) Evolution of SharePoint SharePoint Portal Server 2003 (SPS 2003) Microsoft Office SharePoint Server 2007 (MOSS 2007) Microsoft SharePoint Server 2010 Microsoft SharePoint Server 2013
  • 4. Slide 4 www.edureka.co/microsoft-sharepoint-2013Slide 4  More than 80% of all Fortune 500 companies use SharePoint Server in some capacity  SharePoint adaptation by organizations peaked between 2006 and 2011, when more than 36.5 million licenses were sold to businesses around the world  SharePoint user licenses are added at a rate of around 20,000 new users every day currently  Companies are adopting it worldwide to centralize knowledge, increase collaboration, develop applications on top of it and realize actionable intelligence about their overall business health Current Market Statistics
  • 7. Slide 7 www.edureka.co/microsoft-sharepoint-2013 Microsoft SharePoint 2013 is an Enterprise Portal Solution which offers a wide range of integrated Services such as:  Enterprise Content Management (ECM)  Business Process Management (BPM)  Business Intelligence (BI)  Enterprise Search  Enterprise Social Networking SharePoint Platform
  • 8. Slide 8 www.edureka.co/microsoft-sharepoint-2013  Document Management  Web Content Management  Record Management  Work Force Management  Media Management  Managed Management Enterprise Content Management (ECM)
  • 9. Slide 9 www.edureka.co/microsoft-sharepoint-2013 A Business Process is an activity or set of activities that will accomplish a specific organizational goal Business process management (BPM) is a systematic approach to making an organization's workflow more effective, more efficient and more capable of adapting to an ever-changing environment The Workflow Manager in SharePoint 2013 is build on Windows Workflow Foundation 4.5 (WF), the powerful new foundation for business process workflows Business Process Management (BPM)
  • 10. Slide 10 www.edureka.co/microsoft-sharepoint-2013 SharePoint 2013 workflows are powered by Windows Workflow Foundation 4.5 (WF), which in turn, is built on the messaging functionality that is provided by Windows Communication Foundation (WCF) Key Features in Workflow Manager are:  Workflows are fully declarative  Allow for high density and multi-tenancy  Provide for workflow artifact management  Allows for tracking and monitoring  Provides for instance management  Provides for expressive workflows Designed and developed using:  SharePoint Designer 2013  Visual Studio 2013  Visio 2013 Business Process Management (BPM)
  • 11. Slide 11 www.edureka.co/microsoft-sharepoint-2013 Business intelligence (BI) is the set of techniques and tools for the transformation of raw data into meaningful and useful information for business analysis purposes Business intelligence (BI) in SharePoint 2013 provides comprehensive BI tools that integrate across Office applications and other Microsoft technologies These BI tools are:  Excel 2013 BI  Excel Services  PerformancePoint Services  Visio Services  Microsoft SQL Server Business Intelligence (BI)
  • 12. Slide 12 www.edureka.co/microsoft-sharepoint-2013 In SharePoint Server 2013, Excel BI offers certain new features to support business intelligence applications These include the following:  In-Memory BI Engine (IMBI): The In Memory multidimensional data analysis engine (IMBI), also known as the Vertipaq engine, allows for almost instant analysis of millions of rows and is a fully integrated feature in the Excel client  Power View Add-in for Excel: Power View enables users to visualize and interact with modeled data by using highly interactive visualizations, animations and smart querying. Power View is powered by the BI Semantic Model and the VertiPaq engine  Decoupled PivotChart and PivotTable reports: Users can now create PivotChart reports without having to include a PivotTable report on the same page Business Intelligence (BI) – Excel BI
  • 13. Slide 13 www.edureka.co/microsoft-sharepoint-2013 Enterprise Search is the practice of making content from multiple enterprise-type sources, such as databases and intranets, searchable to a defined audience Enterprise Search
  • 18. Slide 18 www.edureka.co/microsoft-sharepoint-2013 Programming Models  SSOM - SharePoint Server Object Model  CSOM - .NET Framework Client Object Model  JSOM - JavaScript Client Object Model  REST/OData endpoints – (Representational State Transfer (REST) interface with Open Data Protocol (OData))  Silverlight Client Object Model  Silverlight Mobile object model  Windows PowerShell
  • 19. Slide 19 www.edureka.co/microsoft-sharepoint-2013 SharePoint Server Object Model (SSOM) SharePoint Server offers a highly structured server-side object model. From higher-level objects, you can drill down through the object hierarchy to obtain the object that contains the members you need to use in your code SPFarm SPService SPWebApplication SPSite SPWeb SPList SPServiceApplication
  • 20. Slide 20 www.edureka.co/microsoft-sharepoint-2013 Object Model Comparison Feature .NET CSOM or Silverlight CSOM JavaScript CSOM REST/OData endpoints Object-oriented programming Yes Yes No Batch processing Yes Yes Yes APIs for conditional processing and exception handling Yes No No Availability of LINQ syntax Yes No No Combining list data from different SharePoint web applications Yes No Yes Familiarity to experienced REST/OData developers No No Yes Similarity to non-Windows programming or JavaScript programming No Yes Yes Strong typing for list item fields No (except with LINQ) No Yes, from Windows platform No, from JavaScript Leveraging jQuery, Knockout, and other JavaScript libraries No Yes No, from Windows platform Yes, from JavaScript
  • 21. Slide 21 www.edureka.co/microsoft-sharepoint-2013 Sandbox Apps Farm Solutions When to use Deprecated. Therefore, it’s unadvisable to build new sandboxed solutions. Best practice. Create apps whenever you can. Create farm solutions when you can’t do it in an app. 1. Apps cannot call SharePoint server side code 2. Apps cannot access SharePoint components that are not on the same site 3. Apps cannot communicate with each other 4. Custom site definitions 5. Custom themes 6. Custom action groups and custom action hiding 7. User controls (.ascx files) 8. Delegate controls Server-side code Runs under a strict CAS policy and is limited in what it can do. No SharePoint server-code. When apps are hosted in an isolated SharePoint site, no server-code whatsoever is allowed. Can run full trust code. (Custom CAS policies are not supported in SharePoint 2013. All farm solution code runs in full trust even if it is not deployed to the GAC. Any custom CAS policies are ignored.) Resource throttling Run under an advanced resource management system that allows resource point allocation and automatic shutdown for troublesome solutions. Apps run isolated from a SharePoint farm, but can have an indirect impact by leveraging the client object model. Can impact SharePoint server-farm stability directly Solutions
  • 22. Slide 22 www.edureka.co/microsoft-sharepoint-2013 Sandbox Apps Farm Solutions Runs cross-domain No, and there’s no need to since code runs within the SharePoint farm. Yes, which provides a very interesting way to distribute server loads. No, and there’s no need to since code runs within the SharePoint farm. Performance Runs on the server farm, but in a dedicated isolated process. The sandbox architecture provides overhead. Apps hosted on separate app servers (even cross-domain) or in the cloud may cause considerable overhead. Very efficient. Safety Very safe. Apps rely on OAuth 2.0. Can be very safe, but this requires additional testing, validation and potential monitoring. Should IT pros worry over it? Due to the limited CAS permissions and resource throttling system, IT pros don’t have to worry. Apps are able to do a lot via the CSOM. There are some uncertainties concerning the safety of an App running on a page with other Apps. Definitely. This type of solutions run on the SharePoint farm itself and therefore can have a profound impact. Manageability Easy to manage within the SharePoint farm. Can be managed on a dedicated environment without SharePoint. Dedicated app admins can take care of this. Easy to manage within the SharePoint farm. Cloud support Yes Yes, also support for App MarketPlace. No, on-premises only Solutions
  • 23. Slide 23 www.edureka.co/microsoft-sharepoint-2013 Browser Supported Not supported Internet Explorer 11 X Internet Explorer 10 X Internet Explorer 9 X Internet Explorer 8 X Internet Explorer 7 X Internet Explorer 6 X Google Chrome (latest released version) X Mozilla Firefox (latest released version) X Apple Safari (latest released version) X Client Support
  • 24. Slide 24 www.edureka.co/microsoft-sharepoint-2013 2012 | 2013 Developer Tools SharePoint Designer 2013 Visio 2013
  • 25. Slide 25 www.edureka.co/microsoft-sharepoint-2013 Tools Download AjaxControl Toolkit http://ajaxcontroltoolkit.codeplex.com/ Silverlight Toolkit http://silverlight.codeplex.com/ Developer Dashboard https://msdn.microsoft.com/en-us/library/ff512745(v=office.14).aspx Code Analysis Tool http://www.microsoft.com/en-us/download/details.aspx?id=5570 DebugView https://technet.microsoft.com/en-us/sysinternals/bb896647.aspx WinDbg https://msdn.microsoft.com/en-us/windows/hardware/hh852365 LogParser https://technet.microsoft.com/en-us/scriptcenter/dd919274.aspx NetMon https://msdn.microsoft.com/en-us/library/windows/hardware/hh451296(v=vs.85).aspx CLR Profiler http://www.microsoft.com/en-us/download/details.aspx?id=16273 Color Palette Tool http://www.microsoft.com/en-us/download/details.aspx?id=38182 SPFastDeploy http://visualstudiogallery.msdn.microsoft.com/9e03d0f5-f931-4125-a5d1-7c1529554fbd Developer Tools
  • 26. Slide 26 www.edureka.co/microsoft-sharepoint-2013  A SharePoint app is a custom solution for SharePoint that runs entirely outside any SharePoint server processes  An app for SharePoint is an easy-to-use, stand-alone app that solves a specific end-user or business need  A framework for encapsulating functionality within a SharePoint site  A web application that users access through a SharePoint web page  A self-contained application that users consume through a SharePoint deployment What are Apps?
  • 29. Slide 29 www.edureka.co/microsoft-sharepoint-2013 Course Topics  Module 1 » SharePoint 2013 Overview  Module 2 » Programming SharePoint Object Model  Module 3 » Designing and Managing Features and Solutions  Module 4 » Developing Apps in SharePoint 2013  Module 5 » Customizing UI, Sites and Components  Module 6 » Developing Managed Metadata Solutions (MMS)  Module 7 » Developing Business Connectivity Services (BCS)  Module 8 » Automating Business Processes using Workflows  Module 9 » Customizing Enterprise Search  Module 10 » Implementing Enterprise Content Management (ECM)
  • 30. Slide 30 www.edureka.co/microsoft-sharepoint-2013 LIVE Online Class Class Recording in LMS 24/7 Post Class Support Module Wise Quiz Project Work Verifiable Certificate How it Works