Episodes
Episodes
Thursday Mar 17, 2016
Thursday Mar 17, 2016
In this episode, Jeremy Thake talks to James McQuillan about the Moodle Office 365 integration open source project.
Weekly Updates
SharePoint 2016 RTM and the Future of SharePoint event
Show notes
moodle.org/plugins/local_office365github.com/Microsoft/o365-moodle
twitter.com/jamesmcq
Got questions or comments about the show? Join the O365 Dev Podcast on the Office 365 Technical Network.
The podcast RSS is available iTunes or search for it on “Office 365 Developer Podcast” or add directly with the RSS http://feeds.feedburner.com/Office365DeveloperPodcast.
About James McQuillan
James McQuillan is the lead developer for the Office 365 suite of plug-ins for Moodle, the world’s most popular open-source learning management system. James is a team lead at Remote-Learner, building products and integrations for e-Learning. James is a seasoned developer with over 10 years’ experience in both back-end and front-end web development. James is an eager builder of solutions, and has tackled numerous difficult projects within his company. In addition to his work with Remote-Learner, he also built and shared many personal projects back to the open-source community. James works remotely from Toronto, Canada.
About the hosts
Jeremy is a technical product manager at Microsoft responsible for the Visual Studio Developer story for Office 365 development. Previously he worked at AvePoint Inc., a large ISV, as the chief architect shipping two apps to the Office Store. He has been heavily involved in the SharePoint community since 2006 and was awarded the SharePoint MVP award four years in a row before retiring the title to move to Microsoft.
You can find Jeremy blogging at www.jeremythake.com and tweeting at @jthake.
Richard is a software engineer in Microsoft’s Developer Experience (DX) group, where he helps developers and software vendors maximize their use of Microsoft cloud services in Office 365 and Azure. Richard has spent a good portion of the last decade architecting Office-centric solutions, many that span Microsoft’s diverse technology portfolio. He is a passionate technology evangelist and frequent speaker are worldwide conferences, trainings and events. Richard is highly active in the Office 365 community, popular blogger at www.richdizz.com and can be found on Twitter at @richdizz. Richard is born, raised and based in Dallas, TX, but works on a worldwide team based in Redmond. Richard is an avid builder of things (BoT), musician and lightning-fast runner.
Thursday Mar 10, 2016
Episode 088 with Sen Wu on their BlackCompass Visualizer SharePoint Hosted add-in
Thursday Mar 10, 2016
Thursday Mar 10, 2016
In this episode, Jeremy Thake talks to BlackCompass architects Sen Wu and Jesper Simensen about how they built their SharePoint Hosted add-in Visualizer product.
Audio Player
00:00
00:00
Use Up/Down Arrow keys to increase or decrease volume.
Download the podcast.
Show notes
store.office.com/blackcompass-visualizer-for-sharepoint-WA104107263.aspx
BlackCompass YouTube demo video
Got questions or comments about the show? Join the O365 Dev Podcast on the Office 365 Technical Network.
The podcast RSS is available iTunes or search for it on “Office 365 Developer Podcast” or add directly with the RSS http://feeds.feedburner.com/Office365DeveloperPodcast.
About Sen Wu
Sen is one of the directors at BlackCompass Software. Sen studied software engineering at university and have been a professional developer for many years before BlackCompass. Sen comes from a development background and has been involved in SharePoint full time since 2007. At BlackCompass, Sen is responsible for product development and overall product strategy. As a technology professional, Sen specializes in SharePoint, Office 365 cloud, JavaScript, Data Visualization and general Microsoft development.
About Jesper Simensen
Jesper is the director of Channel Sales & Strategic Alliances at BlackCompass Software and the primary point of contact in the U.S. Jesper studied International Business at Copenhagen Business School back in Denmark, but started working in the IT industry straight out of college. He has more than 15 years of experience, primarily in sales, consulting and technical delivery capacities. Jesper started specializing in SharePoint after moving to the U.S. back in 2003. Jesper is a certified SharePoint professional comprehensively familiar with the Microsoft stack. Based out of Charlotte, North Carolina, Jesper is responsible for promoting BlackCompass Visualizer, supporting Partner Sales and establishing Strategic Alliances.
About the hosts
Jeremy is a technical product manager at Microsoft responsible for the Visual Studio Developer story for Office 365 development. Previously he worked at AvePoint Inc., a large ISV, as the chief architect shipping two apps to the Office Store. He has been heavily involved in the SharePoint community since 2006 and was awarded the SharePoint MVP award four years in a row before retiring the title to move to Microsoft.
You can find Jeremy blogging at www.jeremythake.com and tweeting at @jthake.
Richard is a software engineer in Microsoft’s Developer Experience (DX) group, where he helps developers and software vendors maximize their use of Microsoft cloud services in Office 365 and Azure. Richard has spent a good portion of the last decade architecting Office-centric solutions, many that span Microsoft’s diverse technology portfolio. He is a passionate technology evangelist and frequent speaker are worldwide conferences, trainings and events. Richard is highly active in the Office 365 community, popular blogger at www.richdizz.com and can be found on Twitter at @richdizz. Richard is born, raised and based in Dallas, TX, but works on a worldwide team based in Redmond. Richard is an avid builder of things (BoT), musician and lightning-fast runner
Thursday Mar 03, 2016
Episode 087 with Todd Baginski on the Property Manager Hero Demo updates
Thursday Mar 03, 2016
Thursday Mar 03, 2016
In this episode, Jeremy Thake and Richard DiZerega with Todd Baginski on the Property Manager Hero Demo.
Audio Player
00:00
00:00
Use Up/Down Arrow keys to increase or decrease volume.
Download the podcast.
Weekly updates
Debugging Office add-ins with Vorlon.js by Sebastien Pertus
Outlook.com—out of preview and better than ever with Office add-ins
A Xamarin and Microsoft future on the Xamarin blog
Updates to Office 365 Groups on Microsoft Mechanics
How to use the Office UI Fabric directives ngOffice UI Fabric in a Windows 10 Universal App by Rolando Oldengarm
CRUD with the Microsoft Graph by Andrew Coates
Show notes
We are happy to announce we have shipped v3 of the Property Manager Hero Demo to the OfficeDev repository on Github.com. We’ve had a lot of success with previous versions of this Hero Demo. This was demonstrated in our Office 365 kick off sessions at both the Build 2015 session and Ignite 2015 session. The demo was also showcased in the Integrating web apps with Office 365 and iOS, Cordova, and Android Apps with Office 365 sessions at Build 2015.
In Version 3, we updated the Property Manager Hero Demo to work with the GA version of the Microsoft Graph and fixed any associated breaking changes. We also enhanced the Property Manager Hero Demo to use the new functionality in the Microsoft Graph including the ability to create, read and update tasks in the plans for an Office 365 Group associated with a property/incident.
Here you can see the tasks displayed in the web app:
And here’s what the tasks look like in the out-of-the-box Plan page in Office 365:
We also incorporated Office UI Fabric components into the web application. We created persona cards for people in the members list and bound the persona cards to data obtained via the Microsoft Graph.
We also created and pop out cards for files in the OneDrive lists. The pop out cards showcase the new file thumbnail capabilities.
Here you can see a thumbnail for a .jpg image:
Here you can see a thumbnail for a Word document:
Version 3 also include updates to all of the mobile apps to ensure they work with the Microsoft Graph GA release. Other updates include fine-tuning the user interface of the web app and mobile apps, streamlining the installation process by automatically provisioning several components that previously were not able to be provisioned automatically, and updating all screenshots, .md installation instruction files, and the demo walk through slide deck.
Finally, we fixed the issue where installation could fail in certain versions of Internet Explorer and we refactored the provisioning code to make it easier to understand, simpler, and quicker by running on separate threads.
This cutting edge code sample continues to evolve and demonstrate the latest and greatest Office 365 technologies. So what are you waiting for? Check out the Property Manager the code samples directory.
We work hard to provide as many code samples as possible to help you develop your own apps. Please check out dev.office.com/code-samples for more!
Got questions or comments about the show? Join the O365 Dev Podcast on the Office 365 Technical Network.
The podcast RSS is available iTunes or search for it on “Office 365 Developer Podcast” or add directly with the RSS http://feeds.feedburner.com/Office365DeveloperPodcast.
About Todd Baginski
Todd Baginski is an nine-time Microsoft SharePoint Server MVP and SharePoint Top 25 Influencer who uses Microsoft SharePoint, Office 365, Azure, Mobile, Office and cloud technologies to create Internet websites, mobile apps and line of business applications for businesses of all sizes. Todd works closely with Microsoft to create demos, code samples and articles to help developers around the world learn how to properly implement SharePoint, Office, mobile, and cloud technologies. In his free time Todd enjoys playing with his son, relaxing with his wife, and playing a variety of sports like skiing, lacrosse, hockey and softball.
About the hosts
Jeremy is a technical product manager at Microsoft responsible for the Visual Studio Developer story for Office 365 development. Previously he worked at AvePoint Inc., a large ISV, as the chief architect shipping two apps to the Office Store. He has been heavily involved in the SharePoint community since 2006 and was awarded the SharePoint MVP award four years in a row before retiring the title to move to Microsoft.
You can find Jeremy blogging at www.jeremythake.com and tweeting at @jthake.
Richard is a software engineer in Microsoft’s Developer Experience (DX) group, where he helps developers and software vendors maximize their use of Microsoft cloud services in Office 365 and Azure. Richard has spent a good portion of the last decade architecting Office-centric solutions, many that span Microsoft’s diverse technology portfolio. He is a passionate technology evangelist and frequent speaker are worldwide conferences, trainings and events. Richard is highly active in the Office 365 community, popular blogger at www.richdizz.com and can be found on Twitter at @richdizz. Richard is born, raised and based in Dallas, TX, but works on a worldwide team based in Redmond. Richard is an avid builder of things (BoT), musician and lightning-fast runner
Thursday Feb 25, 2016
Episode 086 panel at SPTechCon—Office 365 Developer Podcast
Thursday Feb 25, 2016
Thursday Feb 25, 2016
In this episode, Jeremy Thake sits on an Office 365/SharePoint user group panel discussion with Ben Niaulin, Todd Klindt, Sue Hanley and David Feldman.
Got questions or comments about the show? Join the O365 Dev Podcast on the Office 365 Technical Network.
The podcast RSS is available iTunes or search for it on “Office 365 Developer Podcast” or add directly with the RSS http://feeds.feedburner.com/Office365DeveloperPodcast.
About the hosts
Jeremy is a technical product manager at Microsoft responsible for the Visual Studio Developer story for Office 365 development. Previously he worked at AvePoint Inc., a large ISV, as the chief architect shipping two apps to the Office Store. He has been heavily involved in the SharePoint community since 2006 and was awarded the SharePoint MVP award four years in a row before retiring the title to move to Microsoft.
You can find Jeremy blogging at www.jeremythake.com and tweeting at @jthake.
Richard is a software engineer in Microsoft’s Developer Experience (DX) group, where he helps developers and software vendors maximize their use of Microsoft cloud services in Office 365 and Azure. Richard has spent a good portion of the last decade architecting Office-centric solutions, many that span Microsoft’s diverse technology portfolio. He is a passionate technology evangelist and frequent speaker are worldwide conferences, trainings and events. Richard is highly active in the Office 365 community, popular blogger at www.richdizz.com and can be found on Twitter at @richdizz. Richard is born, raised and based in Dallas, TX, but works on a worldwide team based in Redmond. Richard is an avid builder of things (BoT), musician and lightning-fast runner.
Thursday Feb 18, 2016
Episode 085 on best practices for Office add-ins
Thursday Feb 18, 2016
Thursday Feb 18, 2016
In this episode, Jeremy Thake talks to Dean Slawson and Jeffrey Dunn on best practices for Office add-ins.
Weekly updates
Use OAuth authentication in an Office add-in
Microsoft Graph: Outlook Extensions by Simon Jaeger
Announcing Fabric Explorer by David Mann
Microsoft Graph in Ruby on Rails app (Office Dev Show) by Richard diZerega
Show notes
Office add-in development best practices
Office add-in training
Got questions or comments about the show? Join the O365 Dev Podcast on the Office 365 Technical Network.
The podcast RSS is available iTunes or search for it on “Office 365 Developer Podcast” or add directly with the RSS http://feeds.feedburner.com/Office365DeveloperPodcast.
About the hosts
Jeremy is a technical product manager at Microsoft responsible for the Visual Studio Developer story for Office 365 development. Previously he worked at AvePoint Inc., a large ISV, as the chief architect shipping two apps to the Office Store. He has been heavily involved in the SharePoint community since 2006 and was awarded the SharePoint MVP award four years in a row before retiring the title to move to Microsoft.
You can find Jeremy blogging at www.jeremythake.com and tweeting at @jthake.
Richard is a software engineer in Microsoft’s Developer Experience (DX) group, where he helps developers and software vendors maximize their use of Microsoft cloud services in Office 365 and Azure. Richard has spent a good portion of the last decade architecting Office-centric solutions, many that span Microsoft’s diverse technology portfolio. He is a passionate technology evangelist and frequent speaker are worldwide conferences, trainings and events. Richard is highly active in the Office 365 community, popular blogger at www.richdizz.com and can be found on Twitter at @richdizz. Richard is born, raised and based in Dallas, TX, but works on a worldwide team based in Redmond. Richard is an avid builder of things (BoT), musician and lightning-fast runner
Thursday Feb 11, 2016
Episode 084 on Clause Library Word add-in—Office 365 Developer Podcast
Thursday Feb 11, 2016
Thursday Feb 11, 2016
In this episode, Jeremy Thake talks to Brendon Ford from Provoke Solutions on the Clause Library Word add-in that integrates with SharePoint Online.
The Clause Library app is a cloud-based information repository that can be accessed, searched, edited and retrieved directly from Microsoft Word. Whether you’re working on legal contracts, RFP/RFQ responses or sales proposal, your organization probably has certain phrases or clauses that are used repeatedly across multiple documents. After a painstaking review to get the perfect wording, it is difficult to ensure that information is always up-to-date and available for others.
Clause Library solves this problem, using the power of Office 365 and SharePoint Online:
Robust search functionality makes it easy to find the needed clause; with one click it can be added to the Word document you’re currently working in.
New clauses can be added and existing clauses can be edited in the central cloud-based library—all from within Word.
The library can easily be shared with approved people internal and external to the organization.
Professional service organizations such as law firms, management consultants, agencies and architects can benefit from Clause Library:
Attorneys can access the most current version of legal clauses while writing the contracts within Word.
Salespeople can develop formal proposals and statements of work utilizing corporate approved messaging.
Businesses can respond to Requests for Information (RFPs) quickly utilizing phrasing that helped win prior projects.
Weekly updates
Postman and Office 365 by Liam Cleary
Retrying calls to the Microsoft Graph by Paul Schaeflein
The New Azure Converged Auth Model and Office 365 APIs by Steve Peschka
Speed up development in ‘Yo Office’ through browser-sync by Stefan Bauer
Office Dev PnP webcast—Introduction to Microsoft Graph for Office 365 developer by Vesa Juvonen
Office 365 Developer Patterns and Practices—February 2016 release by Vesa Juvonen
ngOfficeUiFabric v0.4.0 Released—two new directives and one breaking change by Andrew Connell
Angular 2 and OpenID Connect with Azure Active Directory by Scot Hillier
Show notes
Clause Library on GitHub.com
Got questions or comments about the show? Join the O365 Dev Podcast on the Office 365 Technical Network.
The podcast RSS is available iTunes or search for it on “Office 365 Developer Podcast” or add directly with the RSS http://feeds.feedburner.com/Office365DeveloperPodcast.
About the hosts
Jeremy is a technical product manager at Microsoft responsible for the Visual Studio Developer story for Office 365 development. Previously he worked at AvePoint Inc., a large ISV, as the chief architect shipping two apps to the Office Store. He has been heavily involved in the SharePoint community since 2006 and was awarded the SharePoint MVP award four years in a row before retiring the title to move to Microsoft.
You can find Jeremy blogging at www.jeremythake.com and tweeting at @jthake.
Richard is a software engineer in Microsoft’s Developer Experience (DX) group, where he helps developers and software vendors maximize their use of Microsoft cloud services in Office 365 and Azure. Richard has spent a good portion of the last decade architecting Office-centric solutions, many that span Microsoft’s diverse technology portfolio. He is a passionate technology evangelist and frequent speaker are worldwide conferences, trainings and events. Richard is highly active in the Office 365 community, popular blogger at www.richdizz.com and can be found on Twitter at @richdizz. Richard is born, raised and based in Dallas, TX, but works on a worldwide team based in Redmond. Richard is an avid builder of things (BoT), musician and lightning-fast runner
Thursday Feb 04, 2016
Episode 083 on Office 365 PNP updates with Vesa Juvonen
Thursday Feb 04, 2016
Thursday Feb 04, 2016
In this episode, Jeremy Thake speaks to Vesa Juvonen on the latest updates from Office 365 PNP.
Audio Player
00:00
00:00
Use Up/Down Arrow keys to increase or decrease volume.
Download the podcast.
Weekly updates
New cloud storage options for Office mobile and Office Online
How Lotus F1 Team built custom #Office365 integrated apps to manage race team logistics
Office Outlook MailApp Manifest Uploader
Office Mechanics on Office 365 Extensibility
Build a SharePoint add-In with Angular2 and TypeScript by Scot Hillier
Group API Explorer by Paul Schaeflein
Offset classes are coming to Office UI Fabric by Elio Struyf
What’s new in SharePoint 2016 Remote API Part 4 (Web) by Steven Curran
C# Console Application and Office 365 by Liam Cleary
Show notes
The Microsoft Patterns and Practices (PnP) team is working hard to release samples to show the power of SharePoint add-ins and Office 365 APIs with Microsoft Graph. Don’t forget to join the monthly community calls to hear the updates from them directly, with demos on the latest released samples and solutions.Here are the latest updates from the team:
PnP January 2015 monthly release notes at dev.office.com
New PnP webcast series released with the following recordings now available:
Office Dev PnP webcast—building Help Desk application with Microsoft Graph
Office Dev PnP webcast—property bag trick for CSOM to enable additional configurations
Office Dev PnP webcast—Azure AD for Office 365 developer
Office Dev PnP webcast—throttling mechanisms in SharePoint Online
Office Dev PnP webcast—SharePoint Nuget Packages and PnP Core Component
Office Dev PnP webcast—provisioning engine and reference solution with AngularJS
Office Dev PnP webcast—JavaScript performance considerations with SharePoint
Office Dev PnP webcast—asynchronous operations with Office 365 using Azure WebJobs
Office Dev PnP webcast—branding SharePoint using add-in model techniques
Office Dev PnP webcast—JavaScript Development Patterns with SharePoint
Numerous updates and new articles to PnP section in MSDN at OfficeDevPnPMSDN
For more on patterns and practices check out dev.office.com/patterns-and-practices. All questions related on released materials and guidance can be added to our Yammer group at OfficeDevPnPYammer.
Got questions or comments about the show? Join the O365 Dev Podcast on the Office 365 Technical Network.
The podcast RSS is available iTunes or search for it on “Office 365 Developer Podcast” or add directly with the RSS http://feeds.feedburner.com/Office365DeveloperPodcast.
About Vesa Juvenon
Vesa Juvonen is a senior program manager within Office 365 engineering and more precisely in the SharePoint Customer Experience team. Prior to being a member of the CXP team, Vesa was a principal consultant with Microsoft Services for eight years before moving to product group. Vesa was also SharePoint Microsoft Certified Master (MCM) instructor for the life cycle of the program and is considered an industry expert on the use of the app/add-in model and more specifically on the transformation from farm solutions to the app/add-in model. Vesa leads the virtual team that created the Office 365 Developer Patterns and Practice (PnP) to help customers to learn how to use SharePoint add-in model and other Office 365 related technologies. Vesa is also a frequent speaker at SharePoint conferences and events. You can read Vesa’s blog here and follow him on twitter on @vesajuvonen.
About the hosts
Jeremy is a technical product manager at Microsoft responsible for the Visual Studio Developer story for Office 365 development. Previously he worked at AvePoint Inc., a large ISV, as the chief architect shipping two apps to the Office Store. He has been heavily involved in the SharePoint community since 2006 and was awarded the SharePoint MVP award four years in a row before retiring the title to move to Microsoft. You can find Jeremy blogging at www.jeremythake.com and tweeting at @jthake.
Richard is a software engineer in Microsoft’s Developer Experience (DX) group, where he helps developers and software vendors maximize their use of Microsoft cloud services in Office 365 and Azure. Richard has spent a good portion of the last decade architecting Office-centric solutions, many that span Microsoft’s diverse technology portfolio. He is a passionate technology evangelist and frequent speaker are worldwide conferences, trainings and events. Richard is highly active in the Office 365 community, popular blogger at www.richdizz.com and can be found on Twitter at @richdizz. Richard is born, raised and based in Dallas, TX, but works on a worldwide team based in Redmond. Richard is an avid builder of things (BoT), musician and lightning-fast runner
Thursday Jan 28, 2016
Episode 082 on PowerApps with Chris McNulty—Office 365 Developer Podcast
Thursday Jan 28, 2016
Thursday Jan 28, 2016
In this episode, Jeremy Thake speaks to Chris McNulty on PowerApps.
Weekly updates
#SharePoint Server 2016 and Project Server 2016 Release Candidate available
office.com/code-samples-detail/7212
office.com/2016/01/21/office-365-monthly-dev-digest-for-january/
com/MicrosoftDX/kurvejs
manifoldjs.com/
Developing Outlook add-ins–where to integrate and what you can do
Microsoft Graph: Authentication with the converged model (preview)
Office UI Fabric responsive grid: breakpoints, push/pull and other available classes
How to handle table component of Office UI Fabric
Publishing Office add-ins to the Office Store
Office Dev Show:Episode 21—Getting Started with Native iOS Development
Show notes
powerapps.com
Got questions or comments about the show? Join the O365 Dev Podcast on the Office 365 Technical Network.
The podcast RSS is available iTunes or search for it on “Office 365 Developer Podcast” or add directly with the RSS http://feeds.feedburner.com/Office365DeveloperPodcast.
About Chris McNulty
Chris McNulty is a senior product marketing manager for SharePoint and Office 365 at Microsoft. Chris’s experience as CTO includes companies as diverse as Dell Software/Quest, and Cryptzone/HiSoftware. He was first recognized as a SharePoint MVP in 2013, and led the SharePoint consulting practice at KMA, a Boston-based Microsoft Gold Partner. A frequent speaker at events around the globe, Chris is the author of the “SharePoint 2013 Consultant’s Handbook” among other works. He also blogs at www.chrismcnulty.net/blog Recently, he was recognized by Harmon.ie at the Ignite Conference as one of the Top 25 Office 365 Influencers in the community today. Chris holds an MBA from Boston College in Investment Management and has over 20 years’ experience in financial services technology with John Hancock, State Street, GMO and Santander.
About the hosts
Jeremy is a technical product manager at Microsoft responsible for the Visual Studio Developer story for Office 365 development. Previously he worked at AvePoint Inc., a large ISV, as the chief architect shipping two apps to the Office Store. He has been heavily involved in the SharePoint community since 2006 and was awarded the SharePoint MVP award four years in a row before retiring the title to move to Microsoft. You can find Jeremy blogging at www.jeremythake.com and tweeting at @jthake.
Richard is a software engineer in Microsoft’s Developer Experience (DX) group, where he helps developers and software vendors maximize their use of Microsoft cloud services in Office 365 and Azure. Richard has spent a good portion of the last decade architecting Office-centric solutions, many that span Microsoft’s diverse technology portfolio. He is a passionate technology evangelist and frequent speaker are worldwide conferences, trainings and events. Richard is highly active in the Office 365 community, popular blogger at www.richdizz.com and can be found on Twitter at @richdizz. Richard is born, raised and based in Dallas, TX, but works on a worldwide team based in Redmond. Richard is an avid builder of things (BoT), musician and lightning-fast runner.