Latest Microsoft 365 topics
All the latest Microsoft 365 pages on this site.
Microsoft 365 (formerly Office 365) is Microsoft's productivity cloud designed to help you pursue your passion and run your business. More than just apps like Word, Excel, PowerPoint, Microsoft 365 brings together best-in-class productivity apps with powerful cloud services, device management, and advanced security in one, connected experience. It includes SharePoint Online, Microsoft Teams, OneDrive for Business, and many other productivity SaaS offerings from Microsoft.
- Published on
Blog: New Resource Site - Demos & Samples for Office UI Fabric
Discover my request for Angular directives for Office UI Fabric and the similarities I’ve observed with other design languages’ directives.- Published on
Blog: ng-OfficeUIFabric: Angular Directives for Office UI Fabric
Advancing Office UI Fabric integration with Angular through community-driven projects, providing demos and references akin to Bootstrap’s ease of use.- Published on
Blog: SharePoint as Service vs Platform: A Debate between Author
My post about SharePoint not being a Platform, instead it’s a service SharePoint is a Service sparked discussion. In this post is a rebuttal to feedback.- Published on
Blog: Design language needed for Office 365 and SharePoint apps
As a developer of Office 365 & SharePoint app, I stress the importance of having a design language. Learn why it is crucial for your Add-ins & web apps.- Published on
Blog: Office Add-In Development Made Easy with Visual Studio
Office Add-in development is made easy with Visual Studio, but limited to Windows users. Developers can create add-ins and deploy them easily.- Published on
Blog: The State of SharePoint Development: 12-Year Veterans Take
As a SharePoint developer for 12 years, I share my thoughts on the current state of SharePoint development, anticipating diverse reactions.- Published on
Blog: Office 365 is an enterprise platform as a service (ePaaS)
Everyone in tech wants to be a platform, but the appeal is not new. The idea of being a development platform has been around for a while.- Published on
Blog: Node, TypeScript, AzureAD & O365 API Apps on Raspberry Pi
At Microsoft Build and Ignite, a Node.js web app demo integrated TypeScript, AzureAD, ADAL, & Office 365 APIs to run on any platform.- Published on
Blog: What Should you Make of Angular 1.x, 2.0 & Moving Forward
The Angular 2.0 announcement in 2014 caused concern about app rewrites. Poor communication was blamed, but a later conference cleared it up.- Published on
Blog: Simplifying REST API Development in SharePoint with Breeze
I explore the benefits of using Breeze with SharePoint. Simplify your code when working with REST API & learn how to maximize your results.- Published on
Blog: Auth flow options in Microsoft Entra ID for Office 365 APIs
Explore the Client Credentials Grant Flow for Microsoft Entra ID - perfect for service apps with no user interaction.- Published on
Blog: ADAL JS & CORS with Office 365 APIs (Files & SharePoint)
Microsoft introduced ADAL JS, a library supporting OAuth2 implicit flow, allowing client-side solutions to leverage Microsoft Entra ID for authentication.- Published on
Blog: Understanding Microsoft Entra ID, OAuth2 & OpenID Connect
As an app developer, I share my interest in Microsoft Entra ID (formerly Azure AD) & OpenID Connect for app auth. Join my Pluralsight course to learn more.- Published on
Blog: Understanding Microsoft Entra ID OAuth2 authentication flows
Blog post discussing three OAuth2 authentication flows supported by Microsoft Entra ID: Authorization Code, Client Credentials, and Implicit Grant.- Published on
Blog: Demystifying the Authentication Dance for Office 365 APIs
The authentication dance can be the hardest part of working with Office 365 APIs. Check out the Pluralsight course on authentication and discovery.- Published on
Blog: Create Consistent UX for Office 365 & SharePoint Challenges
Developers face challenges in creating a consistent user experience for Office 365 and SharePoint development. Varying UX can lead to issues.- Published on
Blog: Understanding the Office 365 API’s Discovery Service
The article discusses challenges in working with the Office 365 APIs and their different endpoints, and Microsoft’s future plans for more APIs.- Published on
Blog: Sneak Peek at Upcoming Microsoft Entra ID Portal Updates
I discovered changes in the Azure portal Active Directory applet while getting screenshots, later clarified as hints of future updates.- Published on
Blog: Securing Client-Side SharePoint Solutions for Business Logic
Client-side SharePoint solutions have benefits, like SPAs written in JavaScript. However, all business logic is technically open for anyone to see.- Published on
Blog: SharePoint REST API batching - exploring batch payloads
The post explains the workings of batches in OData and SharePoint, specifically focusing on the OData v3.0 specification- Published on
Blog: Part 1 - SharePoint REST API Batching - Batching Requests
A blog post discussing the pros and cons of using the client-side object model (CSOM) and the REST API to interact with data in SharePoint.- Published on
Blog: Microsoft Entra ID - single vs. multi-tenant differences
Microsoft Entra ID (formerly Azure AD), supports two types of application authentication configurations - single and multi-tenant. Learn what’s different.- Published on
Blog: Fix 'Unable to Find Version of Package' - Office 365 API
The post explains how to fix the error Unable to find version of package when doing a NuGet package restore for an Office 365 API project- Published on
Blog: Entra ID and ASP.NET MVC - Understanding ADAL and OWIN
Learn from my experience as I share tips & insights on how to authenticate and obtain access tokens for Office 365 APIs.- Published on
Blog: Authenticate ASP.NET MVC apps with Entra ID - ADAL and OWIN
Walkthrough leveraging Microsoft Entra ID Authentication Library & Open Web Interface for .NET to offload authentication to Microsoft Entra ID for web apps.- Published on
Blog: Get OAuth2 Access Tokens Microsoft 365 with Entra ID
I discuss the importance of having a OAuth2 access token for Microsoft 365 and explain how to obtain it using Microsoft Entra ID.- Published on
Blog: Create Entra ID apps for Office 365 APIs - Manual Creation
Learn to manually create a Microsoft Entra ID app for Office 365 integration with Andrew Connell’s step-by-step guide.- Published on
Blog: Create Azure App for Office 365 APIs: Part 2 (Visual Studio)
The second post in a three-part series on creating an Azure app for Office 365 APIs using a wizard in Visual Studio 2013- Published on
Blog: Office 365 API Auth with Microsoft Entra ID - What I Learned
My site offers tips and insights on Microsoft Entra ID and authentication for Office 365 APIs to help fellow developers navigate identity complexities.- Published on
Blog: How Microsoft Can Re-Do Autohosted Apps for SharePoint 2013
Learn how Microsoft can re-implement autohosted apps for SharePoint 2013 & Office 365. My proposal for Automated App Deployment & Hosting.- Published on
Blog: How Microsoft Can Re-Do Autohosted Apps for SharePoint 2013
Learn how Microsoft can re-implement autohosted apps for SharePoint 2013 & Office 365. My proposal for Automated App Deployment & Hosting.- Published on
Blog: How to Create Integrated Workflow Apps in SharePoint Online
Learn how to create integrated workflow apps in SharePoint Online and deploy them in non-AppWeb sites without using sandboxed solutions.- Published on
Blog: Create Entra ID Apps for Office 365 - New Reference Samples
Microsoft released Research Project Code Sample on OfficeDev Github, showcasing best practices for creating apps with Office 365 & SharePoint Online.- Published on
Blog: Simplify SharePoint 2013 REST API Client-Side Apps - Breeze
Learn how to simplify SharePoint 2013 REST API client-side solutions with Breeze JavaScript library through 3 blog posts.- Published on
Blog: Simplify SharePoint 2013 REST API Client-Side Apps - Breeze
Learn how to simplify SharePoint 2013 REST API client-side solutions with Breeze JavaScript library through 3 blog posts.- Published on
Blog: Publishing Custom Events to SharePoint 2013 Workflows
One of the capabilities Microsoft introduced for SharePoint 2013 workflows is the ability to publish a custom event into a running workflow instances.- Published on
Blog: Fixing HTTP 400 Bad Request Errors in SharePoint REST API
I had subscribers experience HTTP 400 Bad Request errors with SharePoint 2013 REST API. I shared how to troubleshoot the issue on my Pluralsight course.- Published on
Blog: Fixing HTTP 400 Bad Request Errors in SharePoint REST API
I had subscribers experience HTTP 400 Bad Request errors with SharePoint 2013 REST API. I shared how to troubleshoot the issue on my Pluralsight course.- Published on
Blog: Resolving SharePoint 2013 workflow development issue
Let’s tackle the SharePoint 2013 workflow development issue, recommends updating tools after creating workflow pre-Service Pack 1.- Published on
Blog: The Changing Face of SharePoint Development & Extensibility
Microsoft is promoting a new approach to SharePoint development and although some are resisting, I personally prefer this new model. Read on for more details.- Published on
Blog: Creating a Better Notification for Custom SharePoint Apps
Creating Custom Notifications in SharePoint using JavaScript: Show Loading Notifications & Create Own Message with HTML & Animated GIF.- Published on
Blog: Microsoft to End Autohosted SharePoint App Preview Program
Microsoft is ending the preview program for autohosted SharePoint apps, which were only useful for demos, not production. The change could impact some users- Published on
Blog: Getting BreezeJS to Work with the SharePoint 2013 REST API
In this post I want to explain how you can use it. This breaks down into a few different tasks: set up Breeeze, create an entity model & using it!- Published on
Blog: Understanding Challenges Using Breeze and SharePoint OOTB
In this article, I’ll explain some of the challenges you can run into when using Breeze in SharePoint projects… and how to resolve them.- Published on
Blog: BreezeJS makes client-side SharePoint REST dev easy.
In this article, I want to introduce you to BreezeJS - a library very much like Entity Framework, but for client-size solutions.- Published on
Blog: InfoPath Future Discussed at SharePoint Conference
Microsoft discussed the future of InfoPath and electronic forms at the SharePoint Conference. InfoPath has been discontinued, but is not dead- Published on
Blog: Office 365 regression issues breaking client-side solutions
Office 365 has surfaced regression issues that are breaking client-side solutions. The article discusses three examples of such issues.- Published on
Blog: Kirk Evans SharePoint 2013 Tokens Fiddler Extension
Kirk Evans created a Fiddler extension to extract and inspect OAuth tokens used in SharePoint 2013. The code is available on GitHub.- Published on
Blog: Surprise! - A Hidden SharePoint 2013 OData/REST Operator
Explore how the implementation of the operator in the OData API of SharePoint 2013 benefits developers. Join me in discussing its implementation.- Published on
Blog: Why the SharePoint REST API is Better than SharePoint's CSOM
As a SharePoint developer, I explain why I prefer REST API over CSOM despite its downsides. Learn about its advantages & access a wide range of samples.