Pieter is Technical Marketing Manager for Sitecore Netherlands and owner of Gaatverweg.nl. He has more than ten years experience with software developing in multiple programming languages and with different Content Management Systems. Before joining Sitecore Pieter was a lead developer for multiple Sitecore and .Net projects, he joined Sitecore in 2011 as an Solution Architect in The Netherlands, after two years as an Solution Architect he joined the Technical Marketing department. In the role as Techinical Marketing Manager he is responsible for the Global MVP program and the Sitecore technical branding strategy. You can follow Pieter on twitter: @pieterbrink123 or Google+
Website
http://newguid.net/author/pieter/
Number of Posts
173 posts

Posts by Pieter

Realization corporate website hu.nl

hogeschool utrecht

For Evident Interactive I was Lead-developer on the hu.nl project. With a team of 5 professionals we build 23 websites in 5 months. All the websites where implemented within one instance of Sitecore CMS. The websites containing Flash, Silverlight, GoogleMaps, Flick and Youtube. The project was successfully realized within the deadline.

TSQL: Nested Select with multiple results to one (comma separated) string

TSQL: Use common table expression

Asp.Net: invoke WCF method with WCF Test Client

When deploying a Silverlight application we ran into problems a WCF web-service, to find out what the problem was I wanted to invoke the method. Microsoft shipped an application for invoking methods from your Windows PC (WCFtestclient.exe). The following steps explain how to use WCFtestclient.exe. First startup Visual Studio 2008 Command Prompt. More Info »

XSL: for-each with max items

LINQ: Creating a if statement in Linq query

A lot of times I need to check a statement within my LINQ-query and I wish there was a possibility of a IF statement within LINQ. The following code is the solution to my IF problem. I use a temporary variable (let isOlderThen30) to check if a statement is true. Then in More Info »

Linq to Xml: Generate Google Sitemap with sitemap-protocol

Add meta data (keywords, description) dynamicly

Linq Casting: ToDictionary()

Playing with JQuery (fixing Intellisense in VS2008)

Set CultureCode for RDLC (SQL reporting report)

You can set the culture of a report by clicking the report and setting the Language property. If you want to support multiple cultures you can set the property to =User!Language .

Using the ViewState within the SelectMethod of a ObjectDataSource

Updated some blog posts

WCF webservice error with DBML objects

When deploying a WCF webservice for a Silverligh application I got the following error: An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.InvalidOperationException: An exception was thrown in a call to a WSDL export extension: System.ServiceModel.Description.DataContractSerializerOperationBehavior  contract: <a href="http://tempuri.org/:IWebService">http://tempuri.org/:IWebService</a> —-> System.Runtime.Serialization.InvalidDataContractException: Type 'Project.service.HU_BACH.ScPlacemark' cannot be serialized. Consider marking it with the More Info »

Asp.Net: Clear inputfields after form submit