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.
SharePoint Framework (SPFx) courses for full-stack developers
Voitanos started in 2017 when founder Andrew Connell launched our flagship course, Mastering the SharePoint Framework that consists of 239 lessons spanning 41+ hours of instruction.
But maybe you just need to learn how to create web parts, extensions, Adaptive Card Extensions, or another SPFx related topic? We also offer smaller & more affordable self-paced on-demand video courses on specific topics, & free email courses!
SharePoint Framework courses →
Microsoft Teams App Dev courses for full-stack developers
Microsoft Teams has taken over communication and collaboration and is turning into the cornerstone of custom apps built on the Microsoft 365 platform.
Learn with Andrew Connell in his multi-week accelerator program or start with his free email course, the Microsoft Teams AppDev OnRamp and learn what's involved in Teams app development.
Microsoft Teams App Dev courses →
Microsoft 365 Copilot courses for full-stack developers
Microsoft 365 Copilot empowers your users to get more done by bringing the power of large language models (LLMs) and AI to reason, summarize, and answer questions about your organizational data in Microsoft 365. But what about your organization data that's not in Microsoft 365?
Learn with Andrew Connell how you can bring your CRM, ERP, inventory, and other organizational data to copilot to get the most out of your Microsoft 365 Copilot investment!
Microsoft 365 Copilot development courses →
Courses from our partners for for Power Platform & Microsoft 365 Search
Looking for low-code & no-code courses? Our partner Laura Rogers & IWMentor is the best for Power Apps & Power Automate, & end users on the Microsoft 365 ecosystem of apps!
What about guidance on search for their Microsoft 365 deployments? That's why we've partnered with Agnes Molnar & Search Explained to bring you the best courses & services in this area!
View all courses from our trusted partners →
Articles
Here you'll find articles & other useful resources.
Videos (YouTube channel)
Learn about the SharePoint Framework, Microsoft 365, Microsoft Teams, Microsoft Azure, & other web development topics on our YouTube channel.
Newsletter: Full Stack Dev's Microsoft 365 Playbook
Subscribe to the The Full Stack Dev's Microsoft 365 Playbook by Andrew Connell, a bi-weekly newsletter for full stack developers who focus on Microsoft 365, Microsoft Azure, the SharePoint Framework, Microsoft Teams, and related topics.
Webinars
Here you'll find future & past webinars from Voitanos. All previously recorded webinars are available for viewing on demand.
Podcast: Full Stack Dev's Microsoft 365 Playbook
The Full Stack Dev's Microsoft 365 Playbook with Andrew Connell helps you become the irreplaceable Microsoft 365 expert developer in your organization. This podcast includes exclusive podcast episodes as well as the audio from videos published in our YouTube channel and articles published on our site, delivered straight to your favorite podcasting app!
Show: CloudDev Clarity
This show is where Andrew Connell & Julie Turner discuss, debate, and even disagree on topics specific to developers who are primarily working in the Microsoft cloud space. That includes Microsoft Azure and Microsoft 365, but it's not limited to those areas! They'll also cover topics related to these areas, like testing tools, development tools, practices, and anything else.
Join me in Seattle, WA in June 2025 for TechCon365 to get the most value from your Microsoft 365 Copilot investment, MSTeams AppDev & SPFx workshops!
Sunday, January 12, 2025
Join me in Las Vegas, Nevada in May 2025 for the Microsoft 365 Community Conference to get the most value from your Microsoft 365 Copilot investment workshop!
Friday, January 10, 2025
Learn how to remove Azure Functions and their dependencies from Microsoft Teams Toolkit React projects for simpler, more efficient tab applications.
Monday, January 6, 2025
Here you'll find articles & other useful resources. Enjoy!
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.
Microsoft clarifies that only the user code part of sandboxed solutions is deprecated, running in the sandboxed user code service.
Microsoft clarifies that only the user code part of sandboxed solutions is deprecated, running in the sandboxed user code service.
Common questions about deploying Workflow Manager 1.0 and Service Bus 1.0 for SharePoint 2013. Focus on HA, scalability, and certificates.
Common questions about deploying Workflow Manager 1.0 and Service Bus 1.0 for SharePoint 2013. Focus on HA, scalability, and certificates.
Earlier this week I watched a dialog progress between a few people: which client-side API they prefer in SharePoint 2013. In this post, I share my opinion.
In this article, I share additional thoughts from my recent sessions about workflow development and SharePoint Hosted apps at SharePoint Evolutions.
Learn how to create custom tasks in SharePoint 2013 workflows using Visual Studio 2012 with this helpful demonstration.
In this article, learn how to bypass the SharePoint 2013 workflow engine bug and create custom task outcome buttons with my workaround and tips.
In this article, I share my thoughts on the history of InfoPath 2013 as a forms solution for Microsoft Office and SharePoint.
Grace Kochavi shares SharePoint 2013 workflow updates, tips for creating workflows with Office Developer Tools, and essential undocumented publishing step.
The post discusses an easier way to understand the feature matrix for SharePoint 2013 deployment options and license types.
SharePoint REST API can’t filter lookup field by name of the item. Lookup field returns object ID only. Here’s how to filter by lookup ID
The article provides a link to a page listing all features of SharePoint 2013 and its various flavors, including Office 365 versions
Learn the changes in SharePoint 2013 workflow development that requires using JavaScript to capture & submit form values, opening up new possibilities.
Reflecting on my experience building workflows in previous versions of SharePoint, specifically the pain of building them in Visual Studio.
Despite the convenience of building apps, SharePoint 2013 RTMs developer tools have debugging issues for local sites.
Despite the convenience of building apps, SharePoint 2013 RTMs developer tools have debugging issues for local sites.
As a SharePoint dev, I share my time-saving PowerShell script for registering self-signed certificates. Learn how to speed SharePoint 2013 on-prem app dev.
As a SharePoint dev, I share my time-saving PowerShell script for registering self-signed certificates. Learn how to speed SharePoint 2013 on-prem app dev.
I explain debugging workflows in SharePoint 2013 using Fiddler and recommend recycling SharePoint services after closing Fiddler to avoid issues.
I recently ran into a weird issue with workflows in my SharePoint 2013 Beta 2 environment. In this article, learn what the issue & resolution was.
I successfully set up a provider-hosted app for SharePoint 2013 on-premises with the help of an informative MSDN article.
MSDN shared numerous SharePoint 2013 code samples, including one on creating a workflow in Visual Studio 2012 that calls an external web service.