Monday, June 12, 2006

I am still in Vermont and missed Pablo's ADO.NET 3.0 talk. Kent Tegels was there though... [read more ...]

[A DevLife post]

Monday, June 12, 2006 11:34:13 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
 Sunday, June 11, 2006

Geeze -I had my aggregator filtered on TechEd so I could see what was going on and missed the stream of blog posts about Robert making a big move. It does not surprise me, considering all that he wrote surrounding his mother's recent death wrt "not waiting for life to happen". If you want the scoop, I recommend reading Robert's perspective, not everyone else's interpretations. I was hoping that they would be moving east so I could see Maryam more often. You know, like to Vermont! Now I don't even get to see her on my next trip to Seattle. :-( 

Sunday, June 11, 2006 10:28:34 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

Okay, that's just kind of a joke (and a bit of an attention grab!), although I do expect to be surrounded by about 10,000 men at TechEd. But truly the issue is "so much to do, so little time". Here are some of the gazillion things I am hoping to do during my three short days at TechEd this week:  [read more ...]

[A DevLife post]

Sunday, June 11, 2006 9:36:59 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

www.virtualteched.com

Live video, including the keynote, all week!



Don't Forget: www.acehaid.org
Sunday, June 11, 2006 1:00:00 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
 Saturday, June 10, 2006

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!

Saturday, June 10, 2006 3:09:58 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [1]  | 

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!

Saturday, June 10, 2006 6:56:29 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
I've seen a few posts like Jeff, suggesting that you bring an extra bag in your suitcase to bring swag home. Heck TechEd is in my backyard this year and I'm driving. So if I were a swaghound - I would have the ability to bring home a lot of cubic yards of stuff! I'll definitely go trolling a little for my user group,but that will be about it.

Don't Forget: www.acehaid.org
Saturday, June 10, 2006 1:00:00 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
 Friday, June 09, 2006

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...

Friday, June 09, 2006 10:56:01 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

Yes you read that right and no I will not be participating. ;-)

Friday, June 09, 2006 7:15:12 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [2]  | 
 Thursday, June 08, 2006

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]

Thursday, June 08, 2006 6:03:19 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [1]  | 

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.

 

Thursday, June 08, 2006 2:53:52 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

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)

WSE
Thursday, June 08, 2006 2:08:56 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [1]  | 

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.]

Thursday, June 08, 2006 12:55:56 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

I did an MSDN Webcast today on Introducing WSE 3.0. Since I had an unusually short amount of time to get through all of my demos,I practiced them over and over (even though they were old hat to me ;-)) just to make sure nothing unexpected happen.

On the very last demo, where I created a new Policy that had "SecureConversation" turned on, it threw an error when I ran the client side app. There was not time to deal with the error and since I knew I had done everything correctly, I moved on, highlighting the key take-away of the demo (which was not seeing "Hello World" on a black screen, but what SC is and how easy it is to implement.)

Now I have just gone back to see what wasn't lined up. I ran the demo again so that I could see what the error was and make sure the code was a-ok before I posted it.... and wouldn't you know, it just friggin worked. And I hadn't touched anything yet.

As my grandmother and all of her grandmothers before her would say: Oy Vey!

[update: see this post for information on the sample code, etc. and this post for more info on the SecureConversation demo]

Thursday, June 08, 2006 12:24:46 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [1]  | 
 Wednesday, June 07, 2006

Sergei Serdyuk writes about last night's first Vermont Ruby User Group meeting in Burlington.

Wednesday, June 07, 2006 7:17:50 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

As part of the Web Services Webcast Series, I'll be doing an Intro to WSE 3.0 tomorrow morning at 11am.

It will be a 1 hour session on the key features of WSE 3.0 with as many demos as I can cram in!

There's an MP3 raffle for attendees of this series. Check it out!

Here is the whole series. Please don't ask me why the series of web casts on Web Services (WSE, ASMX, and lot of WCF, of course) is called "Windows Vista: Improve your Deployment and Security Strategy", but at least it's under the WCF section, since it's like a WCF starter kit for those who can't wait until WCF is live!

See you tomorrow!

WSE
Wednesday, June 07, 2006 5:53:24 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

I seem to be having a time stamp problem when I post to my blog from my blogging tool (here) that I use 98% of the time to write my posts. Hopefully I'll get it figured out. In the meantime, I am blogging right online in dasblog.

Wednesday, June 07, 2006 10:26:41 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

Twice, I spent some time googling around for some way of having "copy file name" in my context menu in Windows. I saw a few utilities, but couldn't find anything (along the lines of Scott Haneslman's Ultimate Tools list) recommending any of them. So I happened to blog "wouldn't it be nice" and out of the woodwork come a lot comments and emails with tool (and key-combo - which I have been using but somehow I prefer the ol' right-click) recommendations. There is even a still-functioning in XP Windows 95 PowerToy.

Mike Gunderloy, googled and emailed me a suggestion. My reponse was "hey, *you* try it first, Mikey and let me know if it blows up your computer or not." ;-)

Here's the list of recommendations that have come through my blog and Mike's post. Some of these people are using, others have said "found this on Google for you"

Win95 PowerToy

Ninotech PathCopy

keyboard F2 (rename) ; Ctrl+C

Clipname

ClipPath

keyboard F2; Ctrl+A; Ctrl+C

Clickie

CopyFileNames

Go forth and conquer. Let me know what your faves are.

Wednesday, June 07, 2006 6:33:33 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [6]  | 
 Monday, June 05, 2006
I have definitely had this screen and fuddled my way through making it go away. I wish I had seen this article!

Monday, June 05, 2006 8:11:58 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [1]  |