Introduction to SharePoint Development. for.net developers

Size: px
Start display at page:

Download "Introduction to SharePoint Development. for.net developers"

Transcription

1 Introduction to SharePoint Development for.net developers

2 About me Rob Wilson MCT, SharePoint MCTS/MCITP SharePoint Blog(s):

3 Agenda Introduction to SharePoint Platform Overview of SharePoint Development Tools.NET Development Environment for SharePoint Visual Studio Solutions for SharePoint 2010 SharePoint 2010 Solution Architectures Some New SharePoint 2010 Features

4 The SharePoint Platform SharePoint Foundation 2010 (f.k.a. WSS 3.0) SharePoint Server 2010 (f.k.a. MOSS 2007) Why should I develop on a platform? Which edition is right for me?

5 Why Platforms? Custom Code Business Apps Search Error Handling Content Management Administration Area Menus Authorization Authentication 10-15% of the effort. Lost projects because of one-time costs. MVC Framework Significant cost reduction and standardization. Business Apps RAD SEO Friendly Standards-Based Separation of Roles Uniformity Error Handling Menus (Menu Control) Authorization Authentication Platform Business Apps Much Other Stuff RAD SEO Friendly Standards-Based Separation of Roles Uniformity Search Administration Area Content Management Error Handling Menus Authorization Authentication

6 When the requirements call for it Not a brochure site Authentication and search required Does not have to be a large-scale project No-brainer for most intranets

7 When you need self-service Web Parts (re-usability) Subscriptions and alerts RSS Recycle Bin My Site Connecting with peers Publishing

8 When you need personalization/socialization From a webmaster s perspective Targeted content From a visitor s perspective Ability to customize look and feel Tagging and newsfeeds Organizational chart and peer suggestions

9 When you need workflow Based on Workflow Foundation In addition: SharePoint front-end Document libraries and task lists Workflow history lists

10 When you want flexible development options Web Parts Object model Client object model (managed code, JavaScript, SilverLight) Web services Separation of development roles GUI expert, workflow developer, reports and queries, event handlers Varying levels of experience on a project team

11 When you want focus on the business requirements Do not worry about how someone will find your application or how it integrates with the security model Eliminate the headache of external content repositories

12 When you want consistency in your support footprint Common user interface Vocabulary Standardized code base

13 When you want to take advantage of the inherent features of the platform Collaboration Portal Content Management Search Business Intelligence Forms and Business Processes

14 When you want to offset the cost of development More time spent in the planning and design stages should surface more out-of-the-box features [that should save time later] Out-of-the-box features should reduce the cost of custom software development Developer focus should shift immediately to the business needs and extending the out-ofthe-box features

15 When you need SOA Rest API expose SharePoint content Use the object model to create your own web services/wcfs

16 When you need composite applications Dashboards, Mash-ups Business Connectivity Services All levels of your organization

17 When you need composite applications Before SharePoint ERP CRM Middleware Legacy Systems

18 When you need composite applications ERP SharePoint CRM Legacy Systems

19 When you need Single Sign On Multiple built-in authentication options Support for third-party authentication providers Built-in SSO provider Manages credentials for other apps on your intranet

20 When you need off-line support of your data Office Integration Importing/exporting lists from/to excel Linked tables with Access Calendar/Task List integration with Outlook Groove/SharePoint Workspace

21 When you need auditing and retention policies Log just the events you need for what lists are of interest to you Develop auditing reports using SSRS Develop/customize workflows for content retention and disposal

22 When a development community is important to you Blogs and forums Community video tutorials User Groups CodePlex Commercial/Open Source Features and Web Parts

23 When you can no longer resist Up to 92% satisfaction rating in the categories of functionality, end user experience, total cost of ownership and end user acceptance Up to 59% of all companies are projected to have SharePoint or an equivalent platform by the end of this 2008 and that number was projected to increase 19% between 2009 and 2011

24 Demand Dice.com: 2,800 jobs (JUL 2010) Monster.com: 1,000+ jobs (JUL 2010) HotJobs.com: ~500 jobs (JUL 2010)

25 Editions

26 Overview of SharePoint Development Tools InfoPath 2010 smtp4dev

27 SharePoint Development Environment for.net SharePoint no longer required on development machine in some cases, but recommended Virtual environment 64-bit is a must RAM is your friend Upcoming session at devlink

28 Visual Studio Solutions Formerly 2 Gaps filled with CodePlex add-ons Now 14 OOB for SharePoint

29 SharePoint Solution Architectures Object Model Web Services *Client Object Model Web Parts Event Handlers Workflows Desktop Apps * New Client Object Model exists for Managed.NET, Silverlight and ECMA Script

30 Object Model Server Architecture

31 1. SPSite 2.SPWeb 3. SPList 4.SPField 5. SPItem Object Model Site Architecture

32 Demo Feature Activated List Definition with Event Handler

33 Feature Activated

34 Feature Deactivated

35

36 Client Object Model Demo

37 Client Object Model Files Managed Client (CLR based) C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI Microsoft.SharePoint.Client (281 kb) Microsoft.SharePoint.Client.Runtime (145 kb) FYI: Microsoft.SharePoint.dll is 15.3 mb JavaScript Client C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\Layouts SP.js (380 kb) SP.Core.js (13 kb) SP.Runtime.js (68 kb)

38 Client Object Model Files Silverlight Client C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\Layouts\ClientBin Microsoft.SharePoint.Client.Silverlight (262 kb) Microsoft.SharePoint.Client.Silverlight.Runtime (138 kb)

39 Client Object Model Allows you to write SharePoint applications that run on different platforms w/o using web services Traditional.NET, Web/JavaScript and Silverlight developers can use familiar syntax

40 New Features Ease of deployment Publish and run if SharePoint on local host Package and deploy if SharePoint remote Debugging Step through code if SharePoint on local host Sandbox solutions Allow applications to be deployed at the site collection level by a site collection administrator (as opposed to farm-level equivalent)

41 New Features LINQ Support No longer restricted to just CAML queries if writing server-based code Create strongly typed SharePoint objects using SPMetal utility

42 New Features Dialog framework External Lists Looks and behaves like a SharePoint list Stored in SQL Server or some other data source

43 For More Information Hands On Labs: =c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&displaylang=en Or Developer Training Kit MSDN Training Videos

Best of SharePoint 2010. Composites

Best of SharePoint 2010. Composites Best of SharePoint 2010 Composites Agenda Overview Composite Applications Developer Investments Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web Microsoft SharePoint

More information

SharePoint 2013 Syllabus

SharePoint 2013 Syllabus General Introduction What is IIS IIS Website & Web Application Steps to Create Multiple Website on Port 80 What is Application Pool What is AppDomain What is ISAPI Filter / Extension Web Garden & Web Farm

More information

Intro to Developing for SharePoint Online: What Tools Can I Use?

Intro to Developing for SharePoint Online: What Tools Can I Use? Intro to Developing for SharePoint Online: What Tools Can I Use? Paul Papanek Stork Chief Architect for ShareSquared, Inc http://www.sharesquared.com Contributing Author Developer s Guide to WSS 3.0 MOSS

More information

SharePoint 2010/2013 Course

SharePoint 2010/2013 Course *Must Have Knowledge SharePoint 2010/2013 Course SQL and DBMS Concepts ASP.net web application development using c# and Visual studio 2008 or above Client Server and three tier Architecture Basic knowledge

More information

Getting Started with SharePoint: The Basics

Getting Started with SharePoint: The Basics Getting Started with SharePoint: The Basics A White Paper for IT Administrators AXCELER 600 Unicorn Park Drive Woburn, MA 01801 Ph: 866.499.7092 Fax: 781.287.0180 questions@axceler.com www.axceler.com

More information

SharePoint 2010 Advanced Foundation Development

SharePoint 2010 Advanced Foundation Development Course 50478B: SharePoint 2010 Advanced Foundation Development Course Length: 5 Days Overview This 5-day Instructor led, group-paced, classroom-delivery learning model with structured hands-on activities.

More information

Microsoft Office SharePoint Server (MOSS) 2007 Overview

Microsoft Office SharePoint Server (MOSS) 2007 Overview Microsoft Office SharePoint Server (MOSS) 2007 Overview for Technology Manager Wei Wang MOSS Technical Expert Consultant shangmeizhai@hotmail.commsiw 17.04.2010 - Seite 1 Agenda Collaboration Portal Search

More information

Microsoft SharePoint Server 2010: What s New and What s Changed?

Microsoft SharePoint Server 2010: What s New and What s Changed? ASPE RESOURCE SERIES Microsoft SharePoint Server 2010: What s New and What s Changed? Prepared for ASPE by Global Knowledge's Marcellus Duffy, MCT, MCSD, MCTS, MCAD Real Skills. Real Results. Real IT.

More information

Eamon Barker RKM Solutions

Eamon Barker RKM Solutions Eamon Barker RKM Solutions Identify the differences between WSS 3.0 and MOSS 2007 Identify the differences between MOSS 2007 Standard and Enterprise editions Understand which solution is best for my organisation

More information

SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD. Faraz Khan Senior Consultant RBA Consulting

SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD. Faraz Khan Senior Consultant RBA Consulting SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD Faraz Khan Senior Consultant RBA Consulting AGENDA Intro to SharePoint Online SharePoint Hosting Options Feature Comparison with Public/Private/On-Premise Customization

More information

Implementing and Administering an Enterprise SharePoint Environment

Implementing and Administering an Enterprise SharePoint Environment Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified

More information

SharePoint Development for.net Developers

SharePoint Development for.net Developers SharePoint Development for.net Developers About This Course Description Objectives Audience Prerequisites At least six month s experience developing solutions on the.net platform Proficiency in either

More information

SharePoint 2010 Performance and Capacity Planning Best Practices

SharePoint 2010 Performance and Capacity Planning Best Practices Information Technology Solutions SharePoint 2010 Performance and Capacity Planning Best Practices Eric Shupps SharePoint Server MVP About Information Me Technology Solutions SharePoint Server MVP President,

More information

CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1

CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 INTRODUCTION xxv CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 What s New in the SharePoint Platform and Tools 1 Language Integrated Query 2 List Enhancements 2 Business Connectivity Services 2 Silverlight

More information

SharePoint 2010 Intranet Case Study. Presented by Peter Carson President, Envision IT

SharePoint 2010 Intranet Case Study. Presented by Peter Carson President, Envision IT SharePoint 2010 Intranet Case Study Presented by Peter Carson President, Envision IT Peter Carson President, Envision IT Virtual Technical Specialist, Microsoft Canada Computer Engineering, UW peter@envisionit.com

More information

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc.

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc. SharePoint Specialists and Trainers SharePoint Specialists and Trainers SPT2O1O - Course Description Developing Solutions with SharePoint Server 2010 Tél 1 - DEVELOPING SOLUTIONS SHAREPOINT SERVER 2010

More information

Presented by Nicholas Bisciotti Saturday, April 12, 2014

Presented by Nicholas Bisciotti Saturday, April 12, 2014 Presented by Nicholas Bisciotti Saturday, April 12, 2014 Quantech Services, Inc. o o Have done several projects involving SharePoint with SSRS and SSIS Have used design patterns with ERP (PeopleSoft, Deltek,

More information

CRM Accelerators Overview

CRM Accelerators Overview CRM Accelerators Overview Microsoft Dynamics CRM November 2008 CRM Accelerators are a range of free-of-charge add-on solutions which are being developed for Microsoft Dynamics CRM 4.0 customers and partners.

More information

Local Touch Global Reach. SharePoint. www.wright.edu/idse. www.us.sogeti.com

Local Touch Global Reach. SharePoint. www.wright.edu/idse. www.us.sogeti.com SharePoint Why no lab? Requirements Server 2008 R2 x64 6GB RAM (8 recommended) IIS, SQL, Active Directory, Development can run on Windows 7 or Vista Entire presentation devoted to setting up SharePoint

More information

Up, Up & Away with Microsoft Dynamics CRM and SharePoint 2013

Up, Up & Away with Microsoft Dynamics CRM and SharePoint 2013 Up, Up & Away with Microsoft Dynamics CRM and SharePoint 2013 Robert Shear Wednesday, May 7, 2014 Boston, MA Agenda Why CRM + SharePoint: The Big Picture Dynamics CRM 2013 Capabilities SharePoint 2013

More information

MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Overview This course provides students with the knowledge and skills to work with the server-side and client-side object models,

More information

Derek Burney General Manager Microsoft SharePoint Platform Microsoft Corporation

Derek Burney General Manager Microsoft SharePoint Platform Microsoft Corporation Derek Burney General Manager Microsoft SharePoint Platform Microsoft Corporation Over 2300 Attendees from over 60 countries! Nearly 4 times the size of last year s Munich SharePoint Conference! Nearly

More information

SharePoint 2010 End User - Level II

SharePoint 2010 End User - Level II Course Outline Module 1: Overview A simple introduction module. Understand your course, classroom, classmates, facility and instructor. Module 2: Server Site Definitions In this module we will explore

More information

The knowledge of ASP.NET 2.0 is a must. Knowledge of Sharepoint Portal Server (SPS 2003) would be an added advantage.

The knowledge of ASP.NET 2.0 is a must. Knowledge of Sharepoint Portal Server (SPS 2003) would be an added advantage. Course Title : SharePoint Portal Server Development(MOSS 2010) Duration : 5 days Microsoft Office SharePoint Server 2010 is a set of integrated server platform technologies used for connecting people,

More information

Office SharePoint Server 2007

Office SharePoint Server 2007 Top 10 Benefits of WSS 3.0 Office SharePoint Server 2007 1. Improve team productivity with easy-to-use collaborative tools Connect people with the information and resources they need. Users can create

More information

Microsoft Technology Practice Capability document. MOSS / WSS Building Portal based Information Worker Solutions. Overview

Microsoft Technology Practice Capability document. MOSS / WSS Building Portal based Information Worker Solutions. Overview Microsoft Technology Practice Capability document Overview Microsoft Office SharePoint Server (MOSS) and Windows SharePoint Services (WSS) facilitate rapid website creation that supports specific content

More information

A brief introduction on SharePoint

A brief introduction on SharePoint A brief introduction on SharePoint Raizel Consulting 11/09/2007 SharePoint is an enterprise information portal, from Microsoft, that can be configured to run Intranet, Extranet and Internet sites. SharePoint

More information

Installation & User Guide

Installation & User Guide CRM-SharePoint Connector Installation & User Guide Copyright 2005 KWizCom LTD. All rights reserved. Company Headquarters P.O. Box # 38514 North York, Ontario M2K 2Y5 Canada E-mail: info@kwizcom.com Web

More information

Day 1 - Technology Introduction & Digital Asset Management

Day 1 - Technology Introduction & Digital Asset Management SharePoint Developers Academy 2010 Course Syllabus Introduction Day 1 - Technology Introduction & Digital Asset Management 1. Kick Start a. Participant Introductions b. Course Overview c. Training Goals

More information

David Chou. david.chou@microsoft.com Architect Microsoft

David Chou. david.chou@microsoft.com Architect Microsoft David Chou david.chou@microsoft.com Architect Microsoft Business Online Services from Microsoft Services Services Estimate custom design Unstructured Get specs from customer Validate specs with Tech

More information

Office 365 SharePoint Online

Office 365 SharePoint Online Office 365 SharePoint Online May 8, 2012 Statera Consultants: Erin Giffin Thomas Baer Agenda Overview of SharePoint Online capabilities Demo User Experience Admin Experience Online vs. OnPrem Hybrid Scenario

More information

1703 Discovering SharePoint 2007 for Developers

1703 Discovering SharePoint 2007 for Developers 1703 Discovering SharePoint 2007 for Developers Custom Authentication SharePoint = ASP.NET Application ASP.NET Providers Microsoft Single Sign-On Demonstration: Custom Authentication o Lab : Custom Authentication

More information

JapanCert 専 門 IT 認 証 試 験 問 題 集 提 供 者

JapanCert 専 門 IT 認 証 試 験 問 題 集 提 供 者 JapanCert 専 門 IT 認 証 試 験 問 題 集 提 供 者 http://www.japancert.com 1 年 で 無 料 進 級 することに 提 供 する Exam : 70-488 Title : Developing Microsoft SharePoint Server 2013 Core Solutions Vendor : Microsoft Version : DEMO

More information

The Business Case For SharePoint 2010. Ian Woodgate

The Business Case For SharePoint 2010. Ian Woodgate The Business Case For SharePoint 2010 Ian Woodgate What I can t do Agenda Quick introduction to SharePoint 2010 How are other organisations using SharePoint? Components of a SharePoint business case Three

More information

Getting Started With Your LearnDevNow Learning

Getting Started With Your LearnDevNow Learning Learning Roadmaps Getting Started With Your LearnDevNow Learning LearnDevNow provides practical online learning videos for Microsoft developers worldwide. Our learning libraries feature self-paced training

More information

New Features of SharePoint 2013

New Features of SharePoint 2013 With the recent release of the 2013 Preview, Microsoft has yet again improved its offering in enterprise content management, collaboration, social computing, enterprise search and the business intelligence

More information

SharePoint 2010. A practical approach for CPAs

SharePoint 2010. A practical approach for CPAs SharePoint 2010 A practical approach for CPAs Bright ideas. Smart solutions. technology-solutions.gma-cpa.com Agenda SharePoint overview and editions Sites and document management ERP integration and workflow

More information

Please contact Cyber and Technology Training at (410)777-1333/technologytraining@aacc.edu for registration and pricing information.

Please contact Cyber and Technology Training at (410)777-1333/technologytraining@aacc.edu for registration and pricing information. Course Name Start Date End Date Start Time End Time Active Directory Services with Windows Server 8/31/2015 9/4/2015 9:00 AM 5:00 PM Active Directory Services with Windows Server 9/28/2015 10/2/2015 9:00

More information

SharePoint a User s s Perspective Jefferson County s s PVA Implementation of Microsoft Office SharePoint Server 2007

SharePoint a User s s Perspective Jefferson County s s PVA Implementation of Microsoft Office SharePoint Server 2007 SharePoint a User s s Perspective Jefferson County s s PVA Implementation of Microsoft Office SharePoint Server 2007 Jefferson County Property Valuation Administration Tax Assessor in most localities.

More information

Securely. Mobilize Any Business Application. Rapidly. The Challenge KEY BENEFITS

Securely. Mobilize Any Business Application. Rapidly. The Challenge KEY BENEFITS Mobilize Any Business Application. Rapidly. Securely. The Challenge Today's enterprises are increasingly leveraging mobility solutions to improve productivity, decrease response times and streamline operational

More information

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com SharePoint 2010 Bootcamp This five-day course is designed to equip Systems Administrators, Integrators and Developers with a strong foundation for implementing solutions on Microsoft SharePoint 2010. Attendees

More information

SharePoint Training Program. Topics Covered. SharePoint 2010 Developer Training

SharePoint Training Program. Topics Covered. SharePoint 2010 Developer Training SharePoint Training Program Duration: 80 Hrs Training Mode: Class Room/On-line Training Methodology: Real-time Project oriented Training Features: 1. Trainers from Corporate 2. Unlimited Lab facility 3.

More information

SharePoint 2013 DEV. David Čamdžić Kompas Xnet d.o.o.

SharePoint 2013 DEV. David Čamdžić Kompas Xnet d.o.o. SharePoint 2013 DEV David Čamdžić Kompas Xnet d.o.o. David Čamdžić Sharepoint Solutions developer since 2007 on and off Developing mostly intranet SharePoint solutions Currently working on about 10 Sharepoint

More information

SharePoint Training. Yes-M Systems LLC. Length: 85-90 Hours Course

SharePoint Training. Yes-M Systems LLC. Length: 85-90 Hours Course SharePoint Training From Length: 85-90 Hours Course Student Location: To students from around the world Delivery Method: Instructor-Led Live Training Classroom and/or Online Phone: 678-643-7777, 678-248-0302

More information

The Single Source For Your Business Technology Needs. SharePoint Services at

The Single Source For Your Business Technology Needs. SharePoint Services at SharePoint Services at SHAREPOINT SERVICES Consulting Intranet / Extranet Portal Business Intelligence Scorecard Workflow Branding SHAREPOINT SERVICES InfoPath Form Social Network Integration LOB Application

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489

Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489 Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489 Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key aspects of the apps

More information

SSRS Reporting Using Report Builder 3.0. By Laura Rogers Senior SharePoint Consultant Rackspace Hosting

SSRS Reporting Using Report Builder 3.0. By Laura Rogers Senior SharePoint Consultant Rackspace Hosting SSRS Reporting Using Report Builder 3.0 By Laura Rogers Senior SharePoint Consultant Rackspace Hosting About Me Laura Rogers, Microsoft MVP I live in Birmingham, Alabama Company: Rackspace Hosting Author

More information

10174 - SharePoint 2010

10174 - SharePoint 2010 Configuring and Managing Microsoft SharePoint 2010 Introduction The course teaches students how to install, configure and administer SharePoint, and also manage and monitor sites and users by using SharePoint

More information

Windows SharePoint Services

Windows SharePoint Services Wisdom InfoTech Windows SharePoint Services COLLABORATION TOOL FOR PROJECT TEAMS August 2007 ROBERT MOSES Principal Consultant Wisdom InfoTech 18650 W. Corporate Drive Suite 120 Brookfield WI 53045 Phone:

More information

"Charting the Course...... to Your Success!" MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary

Charting the Course...... to Your Success! MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary Description Course Summary This five-day instructor-led course teaches students how to install, configure, and administer Microsoft SharePoint and also how to manage and monitor sites and users by using

More information

ITMC 2079 MCTS Configuring and Administering Microsoft SharePoint 2010

ITMC 2079 MCTS Configuring and Administering Microsoft SharePoint 2010 ITMC 2079 MCTS Configuring and Administering Microsoft SharePoint 2010 Length: 48 Hours Delivery Method: Instructor-led (classroom); MOC 10174 Course Description The course teaches students how to install,

More information

Office 365 SharePoint Online White Paper

Office 365 SharePoint Online White Paper Office 365 SharePoint Online White Paper Introduction Overview Cloud computing is slowly changing the way IT companies are offering their software solutions and services. Through cloud computing, IT companies

More information

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. 20486B: Developing ASP.NET MVC 4 Web Applications Course Overview This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. Course Introduction Course Introduction

More information

Microsoft SharePoint Products & Technologies

Microsoft SharePoint Products & Technologies Tips & Tricks / SharePoint Page 1 of 2 Microsoft SharePoint Products & Technologies SharePoint Products and Technologies provide you enterprise-scale capabilities to meet businesscritical needs such as

More information

Client Requirement. Why SharePoint

Client Requirement. Why SharePoint Client Requirement Client wanted a sharepoint system that could meet their document and record management needs. It should also improve client s information management systems. To support existing and

More information

SharePoint Training DVD Videos

SharePoint Training DVD Videos SharePoint Training DVD Videos SharePoint 2013 Administration Intended for: Prerequisites: Hours: Enterprise Content Managers / Administrators Planners / Project managers None 16 hours of video + 18 hours

More information

SharePoint work by Adapt Software --- Preview --- www.adapt-india.com

SharePoint work by Adapt Software --- Preview --- www.adapt-india.com SharePoint work by Adapt Software --- Preview --- www.adapt-india.com Project Management System Keep track of all the on-going projects. Create projects, assign team, allocate task and keep a track of

More information

DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory

DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory DottsConnected SHAREPOINT 2010 ADMIN TRAINING Module 1 - Getting started with SharePoint 2010 This introductory module introduces students to the fundamental terminology and architecture of SharePoint

More information

SHAREPOINT ARCHITECTURE FUNDAMENTALS

SHAREPOINT ARCHITECTURE FUNDAMENTALS CHAPTER 4 SHAREPOINT ARCHITECTURE FUNDAMENTALS Whether you re a business user, manager, architect, developer, or IT pro, you ll want to understand the fundamental structure and core terminology of SharePoint

More information

MS-55052: SharePoint 2013 End User Level II

MS-55052: SharePoint 2013 End User Level II MS-55052: SharePoint 2013 End User Level II Description This 3-day Instructor led course Explore several advanced topics of working with SharePoint 2013 sites. Topics include SharePoint Server site definitions

More information

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 Disclaimer The complete content of this document is subject to the general terms and conditions of Colygon as of April 2011. The

More information

Executive Summary WHO SHOULD READ THIS PAPER?

Executive Summary WHO SHOULD READ THIS PAPER? The Business Value of Business Intelligence in SharePoint 2010 Executive Summary SharePoint 2010 is The Business Collaboration Platform for the Enterprise & the Web that enables you to connect & empower

More information

Professional SharePoint 2013 Development

Professional SharePoint 2013 Development Brochure More information from http://www.researchandmarkets.com/reports/2330693/ Professional SharePoint 2013 Development Description: Thorough coverage of SharePoint 2013 development Completely updated

More information

SharePoint 2010 Pragmatic implementation and use at a corporate level. Carol Van der Donck

SharePoint 2010 Pragmatic implementation and use at a corporate level. Carol Van der Donck SharePoint 2010 Pragmatic implementation and use at a corporate level Carol Van der Donck Agenda What is SP2010 Some facts SharePoint Governance Conclusion Agenda What is SP2010 Some facts SharePoint Governance

More information

xrm Framework and Microsoft SharePoint

xrm Framework and Microsoft SharePoint MICROSOFT DYNAMICS CRM POSITIONING WHITE PAPER xrm Framework and Microsoft SharePoint Contents Executive Summary... 3 xrm and Microsoft Dynamics CRM... 4 xrm Framework... 5 xrm Manages Customer-Like Relationships...

More information

APPENDIX A Web Redesign Infrastructure. Deployment Overview

APPENDIX A Web Redesign Infrastructure. Deployment Overview APPENDIX A Web Redesign Infrastructure Deployment Overview Last Updated: 02/22/2010 New Products Glossary IBM Server Components IBM WebSphere Portal: IBM WebSphere Portal Server extends the WebSphere platform

More information

SharePoint Composites. Do-It-Yourself SharePoint solutions

SharePoint Composites. Do-It-Yourself SharePoint solutions SharePoint Composites Do-It-Yourself SharePoint solutions Executive Summary SharePoint Composites, the newest set of capabilities in Microsoft SharePoint Server 2010, enables do-it-yourself collaborative

More information

Microsoft Project Server Integration with SharePoint 2010

Microsoft Project Server Integration with SharePoint 2010 Microsoft Project Server Integration with SharePoint 2010 Microsoft Project Server 2010: brings together the business collaboration platform services of SharePoint Server 2010 with structured execution

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Offline Database Development and Unit Testing with SSDT. Andrey Zavadskiy

Offline Database Development and Unit Testing with SSDT. Andrey Zavadskiy Offline Database Development and Unit Testing with SSDT Andrey Zavadskiy Thank You Presenting Sponsors Gain insights through familiar tools while balancing monitoring and managing user created content

More information

Document Management. Document Management for the Agile Enterprise. AuraTech Pte Ltd

Document Management. Document Management for the Agile Enterprise. AuraTech Pte Ltd Document Management Document Management for the Agile Enterprise AuraTech Pte Ltd 30 Robinson Road, #04-01B Robinson Towers, Singapore 048546 http://www.consultaura.com PH: 6224 9238 Try it! Call AuraTech

More information

Microsoft SQL Server 2012 - Review

Microsoft SQL Server 2012 - Review Microsoft Cert Kit Catalogue 1 Microsoft Cert Kit Page 3 Windows Page 4 Server 2012 and 2008 Page 5 SQL Server 2012 Page 6 Page 7 Page 8 Page 9 Page 10 Page 11 Page 12 Cloud Messaging Communication SharePoint

More information

CRM UNIVERSITY - 2016 COURSE CATALOG

CRM UNIVERSITY - 2016 COURSE CATALOG 2016 COURSE CATALOG CRM UNIVERSITY - 2016 COURSE CATALOG 2 4 9 17 Contents About CRM University Certificates CRM Administrator Certificate CRM Trainer Certificate CRM Developer Certificate Trainings Individual

More information

What is SharePoint? Dux Raymond Sy, PMP

What is SharePoint? Dux Raymond Sy, PMP What is SharePoint? Dux Raymond Sy, PMP The Reality of Information Management On a piece of paper, identify three challenges you ve faced in managing information For example: Multiple tools Difficult to

More information

Mobilize Your ERP with ADF Mobile

Mobilize Your ERP with ADF Mobile Mobilize Your ERP with ADF Mobile Ramesh Kumar ealliance Corp Founder & CEO rkumar@ealliancecorp.com 630-618-0916 1 ealliance Background ealliance started in 1998 as an Oracle Partner specializing in Oracle

More information

SharePoint for Digital Asset Management

SharePoint for Digital Asset Management SharePoint for Digital Asset Management Solution Architect with 18 years experience in marketing, visual production and technology. AIIM Certified Enterprise Content Management Practitioner Currently Director,

More information

Microsoft SharePoint 2010, Application Development Course Outline

Microsoft SharePoint 2010, Application Development Course Outline Course 10175A: Microsoft SharePoint 2010, Application Development Course Outline Module 1: Introduction to the SharePoint 2010 Development Platform This module describes the SharePoint 2010 development

More information

Scalability and Performance Report - Analyzer 2007

Scalability and Performance Report - Analyzer 2007 - Analyzer 2007 Executive Summary Strategy Companion s Analyzer 2007 is enterprise Business Intelligence (BI) software that is designed and engineered to scale to the requirements of large global deployments.

More information

> Define the different phases of K2 development, including: understand, model, build, maintain and extend

> Define the different phases of K2 development, including: understand, model, build, maintain and extend This course concentrates on K2 blackpoint from a SharePoint Site Collection owners perspective, that is, a person who already has a basic understanding of SharePoint concepts and terms before attending

More information

MS 50547B Microsoft SharePoint 2010 Collection and Site Administration

MS 50547B Microsoft SharePoint 2010 Collection and Site Administration MS 50547B Microsoft SharePoint 2010 Collection and Site Administration Description: Days: 5 Prerequisites: This five-day instructor-led Site Collection and Site Administrator course gives students who

More information

Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers. Steve Smith Combined Knowledge MVP SharePoint Server

Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers. Steve Smith Combined Knowledge MVP SharePoint Server Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers Steve Smith Combined Knowledge MVP SharePoint Server Scaling out a SharePoint Farm and Configuring Network Load Balancing

More information

Extending Microsoft Dynamics CRM 2011

Extending Microsoft Dynamics CRM 2011 Extending Microsoft Dynamics CRM 2011 Course 80295; 3 Days, Instructor-led Course Description: This course offers detailed and interactive information on how to develop extensions for Microsoft Dynamics

More information

Myriad Technologies Training 5 Day Level 200 Introduction

Myriad Technologies Training 5 Day Level 200 Introduction Myriad Technologies Training 5 Day Level 200 Introduction The course teaches students how to install, configure and administer SharePoint, and also manage and monitor sites and users by using SharePoint

More information

Layer2 Business Data List Connector for SharePoint

Layer2 Business Data List Connector for SharePoint Layer2 Business Data List Connector for SharePoint Frank Daske Business Development Manager Layer2 Layer2 Successful for more than 20 years in the fields of SharePoint,.NET-programming and IT-Infrastructure

More information

Exploring the options to deploy Microsoft SharePoint in the Cloud.

Exploring the options to deploy Microsoft SharePoint in the Cloud. Exploring the options to deploy Microsoft SharePoint in the Cloud. Carlos Camacho NWN Corporation Overview of Office 365 Overview of SharePoint Online Demo of SharePoint Online Admin Console Overview of

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Course Details Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key

More information

Presented by Sam Gill Innovative Solutions Inc.

Presented by Sam Gill Innovative Solutions Inc. Presented by Sam Gill Innovative Solutions Inc. ISInc Serving the business community since 1982 Technical and Desktop Training Networking and Software Consulting Partnerships ISInc Technical and Desktop

More information

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1 SENSE/NET 6.0 Open Source ECMS for the.net platform www.sensenet.com 1 ABOUT THE PRODUCT: SENSE/NET 6.0 About the product 2 KEY FEATURES Workspaces-based collaboration Document management Office integration

More information

SHAREPOINT 2010 CLIENT SIDE OBJECT MODEL

SHAREPOINT 2010 CLIENT SIDE OBJECT MODEL SHAREPOINT 2010 CLIENT SIDE OBJECT MODEL Phil Wicklund SharePoint FREEWARE Agenda Introduction / Why COM? COM Architecture Coding Samples DEMO.NET COM Questions SharePoint FREEWARE Intro to the SP 2010

More information

Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S

Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S HP Education Services course data sheet Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S Course Overview The course teaches students how to install, configure and administer SharePoint,

More information

DISASTER RECOVERY PLANNING

DISASTER RECOVERY PLANNING CHAPTER 7 DISASTER RECOVERY PLANNING SharePoint is a great aggregator of information. From semistructured content such as documents and images to unstructured content such as blog entries and discussion

More information

The Webcast will begin at 1:00pm EST. www.gig-werks.com

The Webcast will begin at 1:00pm EST. www.gig-werks.com Workflow throughout the Enterprise for Legal Firms and Departments The Webcast will begin at 1:00pm EST www.gig-werks.com Today s Presentation: Introduction & About Gig Werks Gig Werks Experience with

More information

A SharePoint Developer Introduction

A SharePoint Developer Introduction A SharePoint Developer Introduction Hands-On Lab Lab Manual HOL7 - Developing a SharePoint 2010 Workflow with Initiation Form in Visual Studio 2010 C# Information in this document, including URL and other

More information

Entwickler. SharePoint Foundation. Standard Edition. Enterprise Edition

Entwickler. SharePoint Foundation. Standard Edition. Enterprise Edition Entwickler Access Services nein nein ja App Catalog () App Deployment: Autohosted Apps nein nein nein App Deployment: Cloud-Hosted Apps App Deployment: -Hosted Apps App Management Services BCS: Alerts

More information

Course Code NCS2013: SharePoint 2013 No-code Solutions for Office 365 and On-premises

Course Code NCS2013: SharePoint 2013 No-code Solutions for Office 365 and On-premises 4 DAYS SHAREPOINT FOR THE POWER USER AND SOLUTIONS BUILDER Course Code NCS: SharePoint No-code Solutions for Office 365 and On-premises AUDIENCE FORMAT COURSE DESCRIPTION Power Users Instructor led training

More information

Microsoft SharePoint 2010 Site Collection and Site Administration Course 50547A; 5 Days, Instructor-led

Microsoft SharePoint 2010 Site Collection and Site Administration Course 50547A; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Microsoft SharePoint 2010 Site Collection and Site Administration Course

More information

Getting started with your AppDev Microsoft Development Library

Getting started with your AppDev Microsoft Development Library Getting started with your AppDev Microsoft Development Library Learning Roadmaps AppDev s comprehensive Microsoft Development learning library allows you or your team to have access to in-depth courses

More information

Understanding SharePoint Development Choices

Understanding SharePoint Development Choices Understanding SharePoint Development Choices SharePoint is an incredibly powerful platform that can support a wide variety of business scenarios. While many solutions can be configured using out of the

More information

Enterprise Solutions IT Services 4132 Heartleaf Ln Naperville, IL 60564

Enterprise Solutions IT Services 4132 Heartleaf Ln Naperville, IL 60564 Who we are Ensar Solutions Inc. is a Microsoft focused IT Services company. Our business is built around an exclusive focus on Microsoft SharePoint, Dynamics CRM, AX, Social, Azure and Mobile solutions.

More information

A SharePoint Developer Introduction. Hands-On Lab. Lab Manual SPCHOL306 Using Silverlight with the Client Object Model VB

A SharePoint Developer Introduction. Hands-On Lab. Lab Manual SPCHOL306 Using Silverlight with the Client Object Model VB A SharePoint Developer Introduction Hands-On Lab Lab Manual SPCHOL306 Using Silverlight with the Client Object Model VB This document is provided as-is. Information and views expressed in this document,

More information