Chris

Author of this site. Check the about page for more info.

Homepage: http://christopherdeweese.com/


Posts by Chris

“Icky” Decisions

March 12, 2010 - 8:24 am

Tags: ,
Posted in Architecture | 2 comments

@KeithDahlby posted a good question for thought the other day on “the” Twitter:
When implementing the Observer pattern, how do you handle exceptions from observers?

This seemingly harmless question should spark at least a good 15 minute debate.  An obvious question (and the one I asked):
Do you care if an observer throws an exception?

If you consider [...]

WCF 4 – Loosening the Chains of Configuration

March 8, 2010 - 8:47 pm

Tags: , ,
Posted in WCF | No comments

If you have spent anytime in WCF land the first thing you learn about is the joys of configuration.  For the coming release of .NET 4 and WCF 4 the team heard that feedback and has made configuration much easier for the development experience.
Let’s take a look at what’s changed:
Sample 1 – WCF Configuration on [...]

Reclaiming Your Identity with Windows Identity Foundation

March 1, 2010 - 9:28 am

Tags: , , , ,
Posted in WIF | No comments

Windows Identity Foundation is a new framework from Microsoft that helps to solve the identity crisis so many users face with multiple accounts for on-line services, applications, etc.  WIF (dub-eye-eff, not “wiff”), supports the notion of claims-based authentication where a user will authenticate with an external provider and return to your application with a set [...]

2010 MVP Summit Experience

February 22, 2010 - 10:45 am

Tags: , , ,
Posted in MVP | No comments

Before I get started, I’ll just say that if you are here to read about things I learned or saw at the summit you will be disappointed.  Most all of what I saw and learned was under NDA, so I won’t be talking about any content.  What I will talk about is the experience and [...]

All Quiet on the Midwestern Front

February 14, 2010 - 8:05 am

Posted in Work-Life Balance | No comments

I am having bloggers guilt.  The last few weeks have been seen a low posting volume.  I have not taken any vows of silence; my schedule has got the best of me.  I’m off to the MVP summit, my first, and I’m extremely excited to get a chance to travel to Seattle and meet fellow [...]

Calling SharePoint Services with WCF and Impersonation

February 5, 2010 - 7:56 am

Tags: , , , ,
Posted in SharePoint | No comments

After battling with error 0×80004004 the WCF client I was testing started received a new error.
Could not load file or assembly ‘System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. Either a required impersonation level was not provided, or the provided impersonation level is invalid. (Exception from HRESULT: 0×80070542)

A search yielded this post, which contained [...]

Calling SharePoint Services Over SSL with WCF (WSS 3.0)

February 4, 2010 - 11:52 am

Tags: , , ,
Posted in SharePoint | No comments

While troubleshooting another SharePoint WSS issue (related to DCOM permissions) I had to test calling the List Service against an Instance of SharePoint that was running over SSL.  I was using WCF as the client and the biggest pain was the configuration (which is usually the case with WCF).  Based on several other posts, here [...]

Troubleshooting 0×80004004 in WSS 3.0 (SharePoint)

February 3, 2010 - 8:49 am

Tags: , ,
Posted in SharePoint | 2 comments

Today I spent some time working through a few issues with SharePoint and DCOM permissions.  Hopefully this helps another developer on a quest to solve this issue.
If you’ve found 0×80004004 then you are already pretty far along to the solution.  While testing calls to the List service in SharePoint using WCF for the client I [...]

How to Make Coffee Undetected

February 3, 2010 - 6:37 am

Tags: , ,
Posted in Coffee | No comments

I love coffee.  My wife loves coffee.  Except when now that she’s pregnant (again).  A few weeks ago I received a request to cease coffee making at home because the smell was a little much for my wife to take.  Apparently baby on the way (#3) does not appreciate coffee.
This situation wasn’t going to work [...]

Back to ‘Getting Things Done’

February 2, 2010 - 9:15 pm

Tags: ,
Posted in Productivity | No comments

Years ago, when I was working in libraries, I had the chance to read David Allen’s Getting Things Done.  The impact of that book took a while to really sink in and combining that with Inbox Zero a few years later I was on my way to a GTD system.  Unfortunately after a good year [...]