About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Category Archives: 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
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
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
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