Posts tagged .NET
Wiring Taxonomy Fields in the Sandbox in SharePoint 2010 using PowerShell
Jul 30th
A while ago I did a series of blog posts about Taxonomy Fields. You can find those posts here: Part I, Part II, Part III. Most of the code in those posts is not usable when working in the Sandbox, since the Microsoft.SharePoint.Taxonomy namespace is not available when writing solutions for the sandbox.
I’m speaking on the TechDays 2012 in The Hague
Feb 14th
On thursday the 16th of february I’m speaking on the TechDays 2012 NL in The Hague. I’m doing a level 200 session called SharePoint 2010 for ASP.NET developers together with my collegue Donald Hessing. Hope to meet you there!
Implementing logging in SharePoint 2010 using the SharePoint Guidance library
Dec 4th
In this post I will talk about a way to implement a logging component in SharePoint 2010 that uses the Microsoft SharePoint Guidance Patterns and Practices library. The SharePoint Guidance library contains a lot of cool and very useful components. I will only focus on the logging component in this post and how to use it in practice to create your own logging component. In this post I am creating a Farm Solution. In a later post I will talk about how to do this in a sandboxed solution.
Taxonomy fields revisited: Getting the Term Store programmatically
Nov 4th
In my series of posts about using Taxonomy Fields in SharePoint 2010 I am using code to do all kinds of stuff with Taxonomy Fields and Terms from code. Because I can´t leave those fascinating Taxonomy Fields for what they are, here is yet another post about this subject
Creating a sortable CoreResultsWebPart in SharePoint 2010
Feb 16th
If you are using the out of the box SharePoint CoreResultsWebParts to show your search query results, you are limited to two options for sorting your results: Relevance (Rank) and Modified Date. What if we want to sort our search results to some other column? This post describes how to write code to create a custom CoreResultsWebPart that lets you sort search result on any column you want. Pretty sweet, so let’s get to it!
Using taxonomy fields in SharePoint 2010: Part III
Jan 13th
This is part III in my series about using TaxonomyFields in SharePoint 2010. In this part I will talk about how to search TaxonomyFields. I will show how to set up the metadata properties and how to search TaxonomyFields programmatically. This post continues on my previous posts about this subject:
Using taxonomy fields in SharePoint 2010: Part II
Nov 21st
In this series of posts I will talk about using Taxonomy fields in SharePoint 2010 development. They are a funky bunch and don´t work quite as you would expect. I will talk about the following subjects:
Using taxonomyfields in Sharepoint 2010: Part I
Nov 5th
In this series of posts I will talk about using Taxonomy fields in SharePoint 2010 development. They are a funky bunch and don´t work quite as you would expect. I will talk about the following subjects: