All posts by Julie

Rubbing elbows with Robert Redford??

Last night at about 5:30 we were headed out of Zion and there was a spectacular sunset. Because of the clouds in the sky, the red rocks were glowing red from the reflection of the sun off of the clouds. We pulled over in a spot near the entrance where there were a lot of people taking photos. I went to the bridge to try to take a picture but my camera battery was dead. Uggh. Anyway, I was standing next to some people who were all set up with the tripod etc taking pictures. I took a double take at one of the men – could that be Robert Redford? But of course – how could it be – just some man who was beautiful in the same way that Redford is (and just keeps getting better and better 😉 ). Today we realized that there is a film festival in Zion (www.ziffutah.com), so just maybe….

Posted from BLInk!

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

I have sent all of the revised powerpoints from my 4 sessions at DevConnections to be put up on the Connections website. If you were an attendee, there is information in your book on how to download these. I will be packing up the demos and getting them off to the conference organizers as well. This won’t be for a few more days though.

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!

Vermont I.T. Jobs: Two .NET positions

Technical Connection is recruiting for to full-time Burlington area direct hire .NET positions. 

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 US security clearance.

Position two is for a .Net Developer C# language Salary to $80 K and full benefits.  Must be able to pass US security clearance.

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!