Changes to how you sideload an Outlook add-in manifest (as of Sep 2023)

What is sideloading an Outlook add-in? This is the process of installing a modern web-based add-in directly from an add-in manifest file rather than from the store (AppSource). Sideloading is a common practice for developers during the development and testing of their add-in. It can also be used for Enterprise applications which are developed in-house... Continue Reading →

Developer Sessions at Microsoft 365 Virtual Marathon Conference

I'll be giving two developer oriented sessions at the free Microsoft 365 Virtual Marathon conference May 4-6 2022. Microsoft 365 Virtual Marathon is a free, online, 60-hour event happening May 4-6, 2022. We will have content going the whole time with speakers from around the globe. This event is free for all wanting to attend.... Continue Reading →

Global Microsoft 365 Developer Bootcamp Resources (Microsoft Graph)

Thanks to everyone who joined my session at the Global Microsoft 365 Developer Bootcamp that was focused on the Microsoft Graph (Graph, Graph API, Graph SDK & Graph Toolkit). I'm making all the resources available including the recording of the presentation so that others can use this as a self-paced learning resource. The agenda for... Continue Reading →

Creating your own HTTP Chaos Monkey in 15 Minutes using Fiddler

You've written your awesome web app and you've been an awesome developer by handling those pesky intermittent connectivity issues that happen now and again when making HTTP requests. Typically you are doing this by catching the common HTTP Error Status Codes and performing retries. When it comes to testing you will want to methodically test... Continue Reading →

Wonder what a Microsoft 1:1 hackathon looks like? OnePlace Solutions Teams/Graph Engagement Experience

I was fortunate enough to be involved in a 1:1 hack engagement with Microsoft recently where OnePlace Solutions hosted some eager Microsoft engineers for a week long engagement. The intention was to see how we could harness some of Microsoft's new Teams extensibility options and the Graph API, and for Microsoft to identify limitations or... Continue Reading →

SharePoint Client Browser 1.0 released, bye bye preview!

Very handy tool that developers and admins can add to their toolbag. Similar to the SharePoint Manager 2010/2013 tool that has been a great resource for many years now. SharePoint Client Browser has the added benefit of supporting different credentials modes, remote SharePoint Sites and handy PowerShell integration.

Bram de Jager - Architect, Speaker, Author

Finally after 2 months I decided to build the 1.0 version of SharePoint Client Browser and released it to the community! Although the preview (beta) status did not prevent people from downloading it. The counter is currently set at 555 downloads since start of the project on the 2nd of July (only 2 months ago).

CodePlex project and download at https://spcb.codeplex.com/.

So what got changed? I guess almost everything changed from authentication support for default (username and password), SharePoint Online, anonymous and forms based all the way to almost complete coverage of the Client Side Object Model (CSOM). That’s a bit over the top, but the basics for Foundation are in the tool. New capabilities for future releases will focus on Server components like taxonomy.

Remote PowerShell for SharePoint Online and on-premise

A hidden gem is the PowerShell support. It’s very easy to start a PowerShell session and use…

View original post 167 more words

How to create a custom SharePoint list definition using Visual Studio 2012

In this article you will learn how to create a custom list definition (not a list instance) using the Visual Studio 2012 visual designer with step-by-step with screenshots.In Visual Studio 2012 select File | New ProjectSelect Templates | Visual C# | Office/SharePoint | SharePoint 2013 – Empty ProjectIf you don’t see this type of project... Continue Reading →

How to install a DLL to the GAC on Windows Server 2012 using only PowerShell (without having to install SDK or Visual Studio)

Prior to Windows Server 2012 I had been use to installing DLL files in the Windows Global Assembly Cache (GAC) by either opening the Windows/Assembly folder in Explorer and simply dragging and dropping the file, or by using GacUtil.exe With Windows Server 2012 unfortunately it’s not quite so easy. Being able to simply open the... Continue Reading →

More details emerge on “Agaves”– Office 15 development

The following information appeared in an article written by Tom Warren on The Verge: Microsoft is planning to allow developers to create "Agaves" web extensions to bring third-party functionality to Office clients. Web developers will be able to create an area within an Office application that lets webpages interact with documents and augment content with... Continue Reading →

Create a website or blog at WordPress.com

Up ↑