SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

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
David J Rosenthal
 
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
 

Was ist angesagt? (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
 

Andere mochten auch

Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013Logical architecture considerations for SharePoint 2013
Logical architecture considerations for SharePoint 2013
Dinusha Kumarasiri
 
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
Marco Cimino
 

Andere mochten auch (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
 

Ähnlich wie Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform

Office 365 SUGUK march 2011
Office 365 SUGUK march 2011Office 365 SUGUK march 2011
Office 365 SUGUK march 2011
pearce.alex
 
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
Alexander Burton
 
CVNUG - Share Point Development
CVNUG - Share Point DevelopmentCVNUG - Share Point Development
CVNUG - Share Point Development
ryanaoliveira
 
Introduction to MSBI
Introduction to MSBIIntroduction to MSBI
Introduction to MSBI
Edureka!
 

Ähnlich wie 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
 

Mehr von Edureka!

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

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Kürzlich hochgeladen (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 

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