Live video, including the keynote, all week!
Don’t Forget: www.acehaid.org
It seems everyone I talked to today was heading to the airport for TechEd!
I’ll be heading down Tuesday morning. My husband is laughing heartily at my idea of getting on the road by 6am. We’ll see how it goes!
Jonathan Bruce from DataDirect has organized a data access geek meetup with ADO.NET Technical Lead Pablo Castro (who’s name I must mention 10 times every time I do an ADO.NET talk!) and Bob Beauchemin on Tuesday afternoon from 4pm to 6pm. There is limited space at this event, so head over to his blog for details!
Don’t Forget: www.acehaid.org
I am looking forward to being able to get my hands on the RTM version of the ASP.NET 2.0 book that Alex Homer & Dave Sussman have coming out TechEd. The previous versions (alpha and beta) were also co-authored by Rob Howard. I have great expectations for this final version, that is written against the final release of ASP.NET 2.0. Developers are fortunate to have so many great ASP.NET 2.0 books at our disposal.
update: here’s the inside scoop on the book from Dave who says it’s not just a polished up version of the beta book…
Yes you read that right and no I will not be participating. 😉
I just did my first solo MSDN webcast today. Being the worrywart that I am, I was a little nervous. Here’s the lowdown …hopefully useful for other first timers! [read more….]
[A DevLife post]
So I’m flipping through the local weekly, Seven Days, and I did a double take when I thought I saw Bruce Schneier’s name in big letters at the top of the page. Here’s the article.
Yep it’s him and yep he’s coming to Vermont. There’s an ACLU meeting on Tuesday and he’s speaking at it.
When? You ask? On Tuesday, the day I will be in Boston at TechEd. I will be driving past Montpelier at about 7am.
It’s not like I pay attention to his speaking schedule, which has this event on it!
Aaaaargh.
I have posted my version of the powerpoint (not the pretty MSDN version since I don’t have that) and the sample code from today’s Intro to WSE 3.0 webcast.
You can find them on my TALKS page. Scroll down to Introduction to…. and you’ll see the zip and ppt files.
Thanks to all who attended!
I hear there was a snafu with the survey and MP3 Raffle and that emails will be sent out to attendees on how to get back in the game (within 24 hours, they told me)
Rather than paste miles (271 lines) of angle brackets in here, I am posting the section of my trace files here from today’s webcast and have renamed it so you can view it in your browser if you want. Note that in general, these trace files will contain your UNSECURED raw data as well (I have stripped those sections out in mine) so you don’t normally want to do this!
I have put comments in the file to point out what is of interest.
Here is the basic story.
Because our policy indicates SecureConversation, WSE will know that before it can make that HelloWorld call, it needs to request a security context token. So you will see not one, but TWO outgoing messages, one right afte the other. THe first is the request for an SCT that WSE deemed necessary (based on the policy). That request sends the usernameToken with the login and password we provided in code. The user is authenticated against the db and the SCT is created and sent back to the cient. Then the client creates the HelloWorld request, but instead of using the username/password for authentcation, it uses the SCT!
I have put comments in the key spots of the file so you can see the differences between the first and second request. I.E. renders them as gray. Don’t be afraid to look at this goo because it’s a good arrow to have in your problem-solving quiver! I promise you won’t have angle-bracket filled nightmares. If you do, I recommend Dr. Ewald’s CureAll Tonic for Angle Brackets.
I’m packing up the code and will write another post when it is on the presentations page of website.
[update: see this post for information on the sample code, etc.]