SharePoint
Over the years, I authored many SharePoint-related posts. This category contains many posts related to Microsoft 365, Office 365, SharePoint, and related technologies.
SP 2010: How to create a PowerShell Snapin Cmdlet - Part 2 Paid Members Public
In my previous article (How to create a PowerShell Snapin – Part 1 [https://zimmergren.net/sp-2010-how-to-create-a-powershell-snapin-part-1/]) I talked about the general approach to create a custom PowerShell Cmdlet. However, in Part 1 I did not talk about how you create SharePoint 2010 specific Cmdlets. That’s what this article is
SP 2010: How to create a PowerShell Snapin - Part 1 Paid Members Public
In this article I will talk about how you can get started with creating custom PowerShell [http://technet.microsoft.com/en-us/library/ms714418(VS.85).aspx] commands for SharePoint 2010 [http://sharepoint.microsoft.com/] that you can use. You will see how easy it actually is to build a custom
Access denied by Business Data Connectivity - Solution Paid Members Public
Lately I’ve been rolling around parts of Sweden and doing training, seminars and workshops on SharePoint 2010 with a bunch of companies and people. One thing that I’ve been showing off, which I’m totally in love with by the way, is the BCS (Business Connectivity Services) functionality.
SP 2010: SharePoint Server 2010 - Creating a custom Document ID provider Paid Members Public
In this article I will talk about how you can create your custom Document ID provider for your SharePoint Server 2010 installation. Sometimes I’ve been getting the question whether or not it’s possible to change the behavior or change the way the Document IDs are generated, and some
SP 2010: Validate Sandboxed Solutions using SPSolutionValidator Paid Members Public
If you’ve been playing around with SharePoint 2010 lately, you’ve most likely noticed a new concept introduced as "Sandbox Solutions [http://msdn.microsoft.com/en-us/library/ee536577(office.14).aspx]". With sandboxed solutions (read more about them here: http://msdn.microsoft.com/en-us/library/ee536577(office.
SP 2010: Dynamically displaying messages to your users with the Notification and Status bar areas in SharePoint 2010 Paid Members Public
With the new version of SharePoint comes a full set of new and awesome features that you’ll have to indulge and learn. One of the small things that makes my day much more fun is to display messages to your users in the Status- and Notification areas. Example of
SP 2010: LINQ to SharePoint - What CAML lies behind my query? Paid Members Public
The two following questions are quite popular in my SharePoint 2010 developer training classes, so I ought to answer them right here. 1. "What does LINQ to SharePoint really do?" 2. "Can I see the CAML query generated by the LINQ to SharePoint query?" The answer
Getting started with LINQ to SharePoint in SharePoint 2010 Paid Members Public
In SharePoint 2010, you now can use LINQ syntax to fetch items from your lists instead of using the "traditional" approach of CAML queries. (Including SPSiteDataQuery and SPQuery objects) In this article, I will give you a brief introduction to how you can get started using LINQ queries
Recent comments