Posted from BLInk!
All posts by Julie
Another Conference, another adventure
Last year, prior to the fall DevConnections conference in Las Vegas, I spent a few days in Zion National Park with Kathleen Dollard. I loved it so much that I promised myself that if I was invited back to Las Vegas, I would return to Zion and bring my husband with me. So, here I am in Zion where we have had a few great days already. One thing that I really wanted to do this time was hike up the Zion Narrows – the canyon river. So this morning we rented the proper gear and did it. What a great experience!
Here are two photos from the Narrows.

DevConnections session powerpoints
Posted from BLInk!
Doing evals at conferences
If you are doing evals for sessions at DevConnections or any conference, comments are really helpful in addition to filling out the checkboxes. If you liked our talk – what did you like about it? If you didn’t like it – it is extremely useful to know why! The same goes for the other questions that are asked, such as about presentation skills. The goal is to always improve… as it benefits everyone … so metadata (even if it is not love) is very helpful!
Posted from BLInk!
WSE3 RTM – should I or shouldn’t I
Posted from BLInk!
Casing in C#… a chat with some C# developers
Dan Appelman and I had a fun time talking about casing with some C# developers over lunch at DevConnections yesterday… [read more...]
[A DevLife post]
Posted from BLInk!
Raw Fish and Raw Brains
Sushi with Charles Petzold, Kathleen Dollard and Esther Schindler … [read more …]
[A DevLife post]
Posted from BLInk!
Vermont I.T. Jobs: Two .NET positions
Technical Connection is recruiting for to full-time
Position one is for Project Manager/Quality Assurance Manager full software development lifecycle in a .NET environment. Salary in $70 K range with full benefits. Must be able to pass
Position two is for a .Net Developer C# language Salary to $80 K and full benefits. Must be able to pass
Contact:
Chris Johnson
Technical Connection, Inc.
Vermontjobs@aol.com
802-658-TECH
Posted from BLInk!
DevConnections Speaker Cocktail Hour
Shirley & Gary Brothers (who run DevConnections) invited the speakers up their amazing suite in “THE Hotel” at Mandalay Bay for cocktail hour this evening. Here are some photos… We are such good and reponsible speakers though and had to leave so we could work on our talks!

Evjens

Active Nick, Brian Noyes, Paul Litwin, Juval Lowy, Robert Green

Kathleen Dollard, Dan Appelman

Charles Petzold, Kate Gregory, Torsten Grabs, Active Nick

Robert Green, Shirley Brothers, Bernard Wong, Ken Getz

Our Wine Steward!
SqlRequestNotification followed by SqlCacheDependency – strange problem
In my Sql Query Notification session, I had an odd problem. My SqlCacheDependency demo did not receive it’s invalidation. This happened when I set it up in code and also when I set it up in <%Cache> directive on the page. This is a demo that I have done many times in the past year so I was not only mystified, but a little heartbroken.
The only thing that was different was that I had run a SqlRequestNotification demo right before it. This demo listens for the notification on a separate thread.
Now playing with it some more, I see that after I end the first demo (SqlRequestNotification) and start up the SqlCacheDependency… when I change the data, I hit the event handler in the first demo. So that was still hanging around.
What I think is happening is that even when I end the demo and close the page, the file based web server is still there (I can even see it in my system tray right now). The app was still alive and the listener was still listening. So now I am going to have to dig further into SqlRequestNotification in a real scenario even though it is not something I think I will not use frequently. If it wasn’t the web app, it is likely that in this non-best practices demo code, I am not disposing enough things (though the listener’s main task is within a using statement) or something along those lines. Most importantly, it is not a likely scenario to run these two things back to back and therefore this is an unusual problem that I encountered.
I couldn’t really take the time to think this through in the session and probably wouldn’t have come to this conclusion under the small pressure of the clock ticking and those expectant faces in the audience. So I just had to go with “I promise you this works! This is the right code for you to use…” and move on to wrap up the session.
Posted from BLInk!