Microsoft 365 Community / Getting Started with SharePoint and Office 365 development

Add meeting Rate page Subscribe

Microsoft 365 Community / Getting Started with SharePoint and Office 365 development

These are all the meetings we have in "Getting Started with…" (part of the organization "Microsoft 365 Community"). Click into individual meeting pages to watch the recording and search or read the transcript.

29 Aug 2019

In this video Elio Struyf (Valo Intranet) is showing how to get started with using reusable PnP SharePoint Framework controls in your SharePoint Framework solution.

There are two types of controls: Web part property controls and react content controls.

Presenter - Elio Struyf (Valo Intranet) – @eliostruyf

Property controls can be used with any web part implementation to provide polished Office UI Fabric styled experience. They are automatically connecting to the data sources, so developers don't need to worry about where the data is coming.

React content controls are for React based solutions. They provide reusable experiences for SharePoint Framework implementation and are also using Office UI Fabric for the consistent look and feel.

More details on the reusable property controls from https://sharepoint.github.io/sp-dev-fx-property-controls/

More details on the reusable react controls from https://sharepoint.github.io/sp-dev-fx-controls-react/

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 9 minutes
sharepoint
controls
webparts
pmp
configuration
placeholder
methods
components
render
property
youtube image

31 Jul 2019

In this video Paolo Pialorsi (PiaSys.com) is demonstrating how to securely call Azure AD secured WebAPI from your SharePoint Framework solution by using provided automation. This model provides you flexibility to surface any business data in the SharePoint Online or to provide input from the SharePoint Online or Microsoft Teams towards your systems.

Presenter - Paolo Pialorsi (PiaSys.com) @paolopia

See more details on securely calling Azure AD secured APIs from the official SharePoint documentation - https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aadhttpclient

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 10 minutes
client
ai
provider
customs
framework
coni
consume
domain
tespi
resiti
youtube image

30 Jul 2019

In this video Velin Georgiev (Pramerica) is showing how to submit a pull request to SharePoint community repositories in GitHub. We welcome community samples which are promoted then using our community channels. You are also more than welcome to do a live demo in our community calls, if you are interested. In this video Velin explains how you can submit your samples to SharePoint GitHub organization.

Presenter - Velin Georgiev (Pramerica) @VelinGeorgiev

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 8 minutes
git
sharepoint
github
upload
download
repository
setup
clone
contribute
customizer
youtube image

25 Jul 2019

In this video Bert Jansen (Microsoft) is showing how to get started with modernizing your classic SharePoint sites to modern experiences. Modern SharePoint has countless of benefits and in this video we go through the process of transformation by demonstrating available tooling and how they can be used.

Presenter - Bert Jansen (Microsoft) @o365bert

See more detailed on the modernization options from https://docs.microsoft.com/en-us/sharepoint/dev/transform/modernize-classic-sites

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 7 minutes
come
scanning
content
posts
critique
presque
hobby
care
likes
jansen
youtube image

23 Jul 2019

In this video Paolo Pialorsi (PiaSys.com) is demonstrating how to create domain isolated web part with SharePoint Framework and how to configure the different isolated permissions this web part can then have.

Presenter - Paolo Pialorsi (PiaSys.com) @paolopia

See more details on domain isolated web parts from the official SharePoint dev documentation - https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/isolated-web-parts

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 7 minutes
solutions
provision
dissolution
generators
nations
subisca
management
boat
process
dei
youtube image

22 Jul 2019

In this video Andrew Connell (Voitanos) is showing how to contribute to official SharePoint developer documentation hosted at http://aka.ms/spdev-docs. These docs are maintained in GitHub and we do welcome edits on them as you notice any areas which should be updated.

Presenter - Andrew Connell (Voitanos) @andrewconnell

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 12 minutes
sharepoint
git
edits
submitting
repository
download
commit
copy
backup
remote
youtube image

19 Jul 2019

In this video Vesa Juvonen (Microsoft) is showing how to get started on creating SharePoint Framework solutions for SharePoint 2019. SharePoint 2019 supports SPFx web parts and extensions created with the specific environmental switch in the Yeoman generator. This video shows the required steps on creating a solution and also what are the requirements in the SharePoint 2019 farm configuration to use SharePoint Framework solutions.

Presenter - Vesa Juvonen (Microsoft) - @vesajuvonen

See more details on the SharePoint 2019 developer capabilities from official SharePoint documentation - https://docs.microsoft.com/en-us/sharepoint/dev/general-development/sharepoint-2019-development-platform

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 16 minutes
sharepoint
setup
package
framework
making
deployments
configure
version
2019
kanerva
youtube image

18 Jul 2019

In this video Laura Kokkarinen (Sulava) is demonstrating how to get started with the Site Designs in SharePoint Online. She demonstrates how the capability works and how you can build your own custom site designs to control the provisioning flow of your sites.

Presenter - Laura Kokkarinen (Sulava) @laurakokkarinen

More on Site Designs and Site Scripts from the official SharePoint documentation - https://docs.microsoft.com/sharepoint/dev/declarative-customization/site-design-overview?WT.mc_id=m365-15744-cxa

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 8 minutes
sharepoint
configuration
design
settings
project
workspaces
manage
deploying
users
markup
youtube image

17 Jul 2019

In this video Paolo Pialorsi (PiaSys.com) is demonstrating how to take advantage of the tenant wide deployment of SharePoint Framework solutions. This capability will enable you to deploy your web parts to all sites in your tenant just by adding the SharePoint Framework solution package to app catalog.

Presenter - Paolo Pialorsi (PiaSys.com) @paolopia

See more on the tenant-scoped deployment option from official SharePoint documentation - https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tenant-scoped-deployment

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 6 minutes
deployment
tenant
sharepoint
provide
solution
package
use
framer
pad
domains
youtube image

15 Jul 2019

In this video Bert Jansen (Microsoft) shows how to get started on using PnP CSOM NuGet package in your C# solution. PnP CSOM NuGet package contains countless of extension methods and capabilities on top of native CSOM to further increase productivity of developers.

Presenter - Bert Jansen (Microsoft) @o365bert

See more details on the PnP CSOM Core NuGet package from https://github.com/SharePoint/PnP-Sites-Core

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 6 minutes
package
wat
workshop
eyeworks
manage
assistance
posted
bbc
pc
mpeg2
youtube image

12 Jul 2019

In this video Velin Georgiev (Pramerica) is showing how get started on using Office 365 CLI to manage your Office 365 tenant or adjust settings in the SharePoint Online sites.

Presenter - Velin Georgiev (Pramerica) @VelinGeorgiev

See more details around the Office 365 CLI is available from https://pnp.github.io/office365-cli/

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 9 minutes
execute
command
office
automated
administrator
spo
application
azure
sharepoint
cli
youtube image

11 Jul 2019

In this video Laura Kokkarinen (Sulava) is demonstrating how to get started with the modern themes in SharePoint Online. She demonstrates the different UI capabilities and also how to create your own custom theme and apply that to your tenant.

Presenter - Laura Kokkarinen (Sulava) @laurakokkarinen

More on modern themes from the official SharePoint documentation - https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 8 minutes
designer
multicolored
theme
creating
make
palettes
sharepoint
cogwheel
guidelines
box
youtube image

10 Jul 2019

In this video Paolo Pialorsi (PiaSys.com) is demonstrating how to get started on creating custom list view command sets using SharePoint Framework. List View Command Sets give you an opportunity to add new buttons and menu items in lists and libraries, which can execute any JavaScript code as they are clicked.

Presenter - Paolo Pialorsi (PiaSys.com) @paolopia

List view command set tutorial in official SharePoint documentation - https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/building-simple-cmdset-with-dialog-api

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 5 minutes
bahia
issue
17
takes
seven
85
headline
bar
broadcast
nexion
youtube image

9 Jul 2019

In this video Andrew Connell (Voitanos) is showing how to get started with SharePoint Framework Application customizers, which provide you an option to embed JavaScript to any modern page in SharePoint Online or in SharePoint 2019. You can also use application customizers to include your custom functionalities in the UI of the modern pages.

Presenter - Andrew Connell (Voitanos) @andrewconnell

More on SharePoint Framework application customizers from official SharePoint developer documentation - https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 10 minutes
app
application
customizers
sharepoint
interface
creating
user
editing
project
launch
youtube image

8 Jul 2019

In this video Vesa Juvonen (Microsoft) is covering the different extensibility options for SharePoint and their differences. He covers farm solutions, sandbox solutions, add-ins/apps, script embedding and SharePoint Framework. Each extensibility option has different advantages and disadvantages which are covered in this video.

Presenter - Vesa Juvonen (Microsoft) - @vesajuvonen

More details on the SharePoint developer community from http://aka.ms/sppnp.
  • 1 participant
  • 19 minutes
sharepoint
share
extensibility
farm
hosted
deploying
maintain
version
xml
management
youtube image