Downtime

More than 14 years old

Hi All, There will be some downtime on dwmkerr.com for the next 48 hours as I transfer the site and domain to another service.

Extending Visual Studio Part 1 - Code Snippets

More than 14 years old

I have published the first of a series of articles on extending Visual Studio on the CodeProject. Part 1 deals with Code Snippets, the article link is …

How to Debug a Visual Studio Extension

More than 14 years old

Here are a few tips for debugging Visual Studio Extensions. Visual Studio 2008/2010 If you need to debug your Visual Studio extension, you may find …
Read more

Composite Data Service Framework on CodeProject

More than 14 years old

I have written an article on the CodeProject describing the Composite Data Service Framework project, the article is at: …

Getting Source Code Metrics from SVN

More than 14 years old

Lets say that we need to find out how many lines of code exist in a branch, or how many lines are checked in by a specific user. Let's ignore the …
Read more

IDataServiceMetadataProvider Entities Missing in $metadata

More than 14 years old

If you are following through the example on creating custom data service providers as on this blog: …

Composite Data Service Framework

More than 14 years old

Today I start a new project - the Composite Data Service Framework. The Composite Data Service Framework is a project that aims to obviate some …
Read more

Data Service Exception "Unauthorised" when connecting to Sharepoint OData

More than 14 years old

If you are struggling to fetch data from a Sharepoint OData service and getting an error as below: [DataServiceClientException: Unauthorized] …
Read more

The "Name attribute is invalid" when adding a Service Reference to a Sharepoint OData Service

More than 14 years old

Well this little issue took me a while to investigate, but the skinny is this: If you are going to add a service reference to a Sharepoint OData …

Apex 1.2 Released

More than 14 years old

Apex 1.2 has been released, with some new features: The ‘Compatibility’ namespace, which contains classes to address compatibility issues …