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.
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 …
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 moreI have written an article on the CodeProject describing the Composite Data Service Framework project, the article is at: …
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 moreIf you are following through the example on creating custom data service providers as on this blog: …
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 moreIf you are struggling to fetch data from a Sharepoint OData service and getting an error as below:
[DataServiceClientException: Unauthorized] …
Read moreWell 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 has been released, with some new features:
The ‘Compatibility’ namespace, which contains classes to address compatibility issues …