Category Archives: Development

Dotnet development

Ask google

In my case I ended up on a number of stackoverflow pages. Unit testing error, could not load file or assembly To reproduce a bug I created a unit test with Rhino mocks. The testclass inherited from the testObject which … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Disable LoadUserProfile on IIS Applicationpool

We’re using IIS Metabase (6.0) to administer IIS from our application. For IIS 7 and above we use the IIS Metabase and IIS 6 configuration compatibility Windows feature. After introducing the creation of an application pool per web application we … Continue reading

Posted in Development | Tagged , , | Leave a comment

Don’t use VS2013 Roslyn Preview

Imagine the following class diagram and what the compiler would do with the code below. VS2013 Compiling the source in VS2013 will succeed. Running the ObjectHelper.ThisIsDifferent() in the Immediate Window will print do something base object. So we can conclude … Continue reading

Posted in Development | Tagged , , | Leave a comment

OData third look

This is a follow up on my OData first look and OData second look post. The sample code builds on the previous post and shows projection, data formats, batch processing and actions. Every part has the exceptions and how I … Continue reading

Posted in Development | Tagged , , , | 1 Comment

OData second look

This is a follow up on my OData first look post. Since then I’ve moved the service to IIS for better fiddler support. The sample code builds on the previous post and shows how to load related data in one … Continue reading

Posted in Development | Tagged , , , , | 1 Comment