dotnetcorner.ch blog

Advanced fixing SharePoint 2010 large lookup dropdowns0

07 May 2011
Christoph Keller Christoph Keller

Ever tried to display a large dropdown with a source list with more than 20 entries in the source list, mapped to a single-lookup field in a custom new- / edit-form?


Tip: Debugging a SharePoint 2010 Timed Job0

03 May 2011
Christoph Keller Christoph Keller

Recently, I had to develop a timed job (an instant one-time job) on the SharePoint 2010. During the development, I asked myself how I can debug the just created job, so I started searching for a solution.


How-to: Create an easy and flexible URL-Rewriter0

30 March 2011
Christoph Keller Christoph Keller

Today, I would like to show you how you can create a small, easy and flexible URL Rewriter / Redirector Module.


SharePoint Sandboxed Solutions: Performance problems / unstable services0

18 March 2011
Christoph Keller Christoph Keller

On one of our SharePoint Servers, we got a problem on activating a Sandboxed solution in a SiteCollection. The following error occurs: The sandboxed code execution request was refused because the Sandboxed Code Host Service was too busy to handle the request.


ASP.NET MVC: Route order is really important0

25 January 2011
Christoph Keller Christoph Keller

If you have multiple MVC Routes, check carefully the route order! If a less specific rule comes first, it will be threated first.