About UsCommunityTrainingContent DevelopmentContact

Blogs
Pluralsight
Course Schedule
Scott Allen
Craig Andera
Mark Baciak
Don Box
Keith Brown
John CJ
Tim Ewald
Jon Fancey
Jon Flanders
Vijay Gajjala
Kirill Gavrylyuk
Ian Griffiths
Martin Gudgin
Jim Johnson
John Justice
Mike Henderson
Joe Hummel
Matt Milner
Ted Neward
Fritz Onion
Brian Randell
Jeffrey Schlimmer
Aaron Skonnard
Dan Sullivan
Herb Sutter
Doug Walter
Jim Wilson
Mike Woodring

My Links
Home
Contact
Login

Blog Stats
Posts - 72
Stories - 0
Comments - 150
Trackbacks - 39

Bloggers
Don Box(rss)
Jeff Schlimmer(rss)

Archives
Mar, 2008 (1)
Nov, 2007 (1)
Jun, 2006 (1)
May, 2006 (2)
Apr, 2006 (2)
Nov, 2005 (1)
Oct, 2005 (1)
Sep, 2005 (4)
Aug, 2005 (8)
Jul, 2005 (2)
Jun, 2005 (2)
May, 2005 (9)
Apr, 2005 (3)
Mar, 2005 (2)
Feb, 2005 (1)
Jan, 2005 (8)
Nov, 2004 (7)
Oct, 2004 (15)
Sep, 2004 (2)

Post Categories
Bikes(rss)
Indigo(rss)
Personal(rss)
Protocols(rss)
Sailing(rss)
Security(rss)
Work(rss)
XAML(rss)

Image Galleries
CBR600FY Parts
MVP Summit, Rio de Janeiro, 2004
My CBR600
Travel Photos



Thursday, March 13, 2008

The design surface of the shipping Windows Workflow Designer can be re-hosted in applications other than Visual Studio. The team that owns building the vNext designer is looking for input around re-hosting scenarios. If you have an interest in this feature, you can help shape its future by filling out this survey, on or before March 19.
posted @ 11:05 PM | Feedback (0)

Tuesday, November 20, 2007

Given that my grand-boss has exhorted me to update this page, I thought I'd better do something... 

I've been working with all the folks Doug mentions since I re-located to Washington state from the UK, in August last year. I love working on this team, it's dynamic, exciting, there's plenty of variety, the people on the team are really smart (I'm learning lots) and the one month milestone approach really works well.

I've personally been doing a lot of work with XAML over the last 6-8 months (which I think is OK to mention) and will likely be working with XAML for the first half of 2008 too. I'll try to come up with some XAML related posts sometime soon.

posted @ 4:10 PM | Feedback (2)

Monday, June 19, 2006

A couple of folks were giving talks at TechEd this week and used a little Security Token Service (STS) prototype I'd put together. I'm posting a version here so that folks can download it and play with it at their leisure. Any suggestions for improvements, new features, bug reports, post a comment.
 
Thanks to Tomek for posting the file. I was too inept to be able to figure out how to upload using winscp…
 
BTW - You'll need a fairly recent build of Indigo to compile and run this code.
posted @ 10:20 PM | Feedback (13)

Wednesday, May 24, 2006

One of the devs on my team pointed me at this
 
Priceless!
posted @ 2:46 AM | Feedback (1)

Tuesday, May 16, 2006

A while back, I wrote a couple of entries on httpcfg and using it to configure certificates when self-hosting Indigo services. The second entry talked about the various flags that could be passed using the -f parameter.
 
Unfortunately, I neglected to mention that you can't actually use the syntax with preceding 0x and zeros, despite the fact that the usage help you get from just typing httpcfg at the command line would lead you to believe that such syntax would work just fine.
 
It turns out you actually need to specify the values as straight decimal numbers, like this;
 
httpcfg <otheroptions> -f 1 (Gives you cert mapping to windows accounts)
httpcfg <otheroptions> -f 2 (Gives you client cert support)
httpcfg <otheroptions> -f 3 (Gives you both client cert support and mapping to windows accounts)
httpcfg <otheroptions> -f 4 (Turns off ISAPI routing)
httpcfg <otheroptions> -f 5 (Turns off ISAPI routing and gives you cert mapping to windows accounts)
httpcfg <otheroptions> -f 6 (Turns off ISAPI routing and gives you client cert support)
httpcfg <otheroptions> -f 7 (Turns off ISAPI routing and gives you both client cert support and mapping to windows accounts)
 
So if you want to use client certs you need -f 2 on the command line ( and NOT -f 0x00000002 )
posted @ 1:18 PM | Feedback (2)

Wednesday, April 19, 2006

Jason has an entry giving more details on the Service Factory.

posted @ 1:45 AM | Feedback (2)
 

My friends and colleagues Jason Hogg and Don Smith, along with some other smart folk have recently opened up the Service Factory over on GotDotNet. They have a some cool Visual Studio 2005 tooling that provides guidance around building and securing web services. Their latest drops have WCF support. Go check it out!

posted @ 1:30 AM | Feedback (2)

Tuesday, November 08, 2005

WSE 3.0 has shipped. Hurrah! And congratulations to the team.
posted @ 9:26 PM | Feedback (2)

Thursday, October 20, 2005

I seem to remember Steve Swartz had a blog here at PluralSight for a while, but the content was somewhat, well, lacking ( and now gone ). I've recently found out why. The blog Steve devotes his time to is actually here.
posted @ 5:13 PM | Feedback (1)

Thursday, September 29, 2005

My friend and colleague Doug Walter now has a blog on this esteemed site.
 
Doug is the lead development lead on the Indigo security team and I've had the pleasure of working with him on a bunch of things, including WS-SecurityPolicy and our claims-based authorization story in Indigo, over the past year or so.
 
I'm fairly sure that Doug and I will both be posting entries related to authorization over the next few weeks. It promises to be an interesting ride, so hop aboard!
posted @ 8:42 AM | Feedback (2)


 
   
 
© 2004 Pluralsight.
Visual Design by Studio Creativa
Privacy Policy