25

Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm
Page 2: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

Five ways to improve Your

Development

Jonas Rapp

Page 3: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

The Insider’s Version

Twitter: @rappen

Email: [email protected]

Jonas Rapp var var jonas = (WhoAmIResponse)service.Execute(new WhoAmIRequest());

Enterprise Architect, Avanade

Software Developer (1994-)

100% MS Dynamics “CRM” (2009-)

Dynamics Tooling (2010-)

Microsoft MVP (2017-)

Blog: jonasrapp.net

Podcast: XrmToolCast

Page 4: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

Without safety netThe Insider’s Version

Audience var var you = (WhoAreYouResponse)service.Execute(new WhoAreYouRequest());

Customizers?

Developers?

C# Developers?

Plugin Wizards?

Solution Architects?

DevOps / CI / CD?

Page 5: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

Five ways to improve quality and productivity of your development

Visual Studio Extensions

C# Extensions

Base Classes

Azure DevOps Pipeline Extensions

XrmToolBox tools

Page 6: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

VISUAL STUDIO EXTENSIONSCustomizing Visual Studio for Dynamics 365 development

Page 7: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

VISUAL STUDIO EXTENSIONS

Microsoft D365 Developer ToolkitVS 2015

XrmToolkitExpensive 💰

D365 Developer ExtensionsOSS Dev Toolkit

CRM Code GeneratorEarly bound ⏰

Page 8: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

Let’s go Live!

Page 9: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

C# EXTENSIONSGet more functionality from standard SDK types

Page 10: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

C# EXTENSIONS

DLaB.Xrm.Source

Visual Studio extensions

Use what is available

Create what you need

Page 11: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

Let’s go Live!

Page 12: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

BASE CLASSESGeneralize behavior and structure of plugin classes

Page 13: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

BASE CLASSES

Doing the housekeeping

Initiating orgsvc, tracer, context

Logging common actions

Visual Studio extensions

Use what is available

Easy to create

Identify repeated code

Page 14: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

Let’s go Live!

Page 15: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

AZURE DEVOPS PIPELINE EXTENSIONSAutomate CI / CD for the Dynamics 365 platform

Page 16: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

AZURE DEVOPS PIPELINE EXTENSIONS

xRM CI FrameworkThe #1 D365 CI/CD package

DevOps for MS Dynamics 365The runner up - Shuffle

buildThingExtra build/deploy gadgets

Page 17: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

Let’s go Live!

Page 18: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

XRMTOOLBOX TO THE RESCUEA few tools to take your development the last kilometer

Page 19: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

XRMTOOLBOX TO THE RESCUE

Early Bound GeneratorWhen working early bound

Latebound Constants GeneratorWhen working late bound

Code NowQuickly try your code

Metadata BrowserInvestigate XRM anatomy

Page 20: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

XRMTOOLBOX TO THE RESCUE

Plugin Auto DeployerSave the clicks!

Plugin Trace ViewerAnalyzing plugin behavior

FetchXML BuilderGenerate queries

…anything else…?What are you using?

Page 21: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

Let’s go Live!

Page 23: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

You Matter To Me! Take 1 min right now to fill out the survey

Feedback gathered from the overall conference & session surveys is thoroughly evaluated every year to improve upon the attendee experience.

Submit your surveys via the eXtreme365

Austin Mobile App!

Page 24: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm

Thank You eXtreme365 Austin SponsorsPremier Sponsors

Silver Sponsors

Page 25: Five ways to improve Your - The Dynamics 365 Trenches Austin... · 2018-12-09 · 100% MS Dynamics “CRM” (2009-) Dynamics Tooling (2010-) Microsoft MVP (2017-) Blog ... DLab.Xrm