Glavs Blog
The dotDude of .Net
-
Another XBox dies, yet again.
A little while back, I posted about my only slightly older than 1 year old XBox dying. I was a bit peeved, but I had faith in MS and the XBox, given I make my living from MSFT technology. So I bought a new XBox, and its been good.... until today.
-
TechEd on the Gold Coast
Well TechEd is finally about to start here in Australia, on the sunny Gold Coast. There is a huge amount of sessions available this year, many more than last year. I'll be hosting a Web Dev discussion in Cabana Room B on Thursday at 3:45 along with Brad Millington, Philipo Beadle and Sam Spencer. Come along and join in this open forum about all things related to Web dev in ASP.NET.
-
ASP.NET Podcast - Show #13: Accessibility
Wally is back in the latest ASP.NET Podcast, show #13 which features :-
-
ASP.NET Podcast - Show #12: Interview with Greg Low.
The latest ASP.NET Podcast is out. This one I do the whole introduction, as well as interview and give Wally a bit of a break. Hopefully you like it. As usual we welcome all feedback.
-
ASP.NET Podcast - Show #11: Wally's Intro to AJAX
ASP.NET Podcast Show #11 is out.
-
SecureString class in .Net V2 (Part 2)
A couple of days ago I blogged about the SecureString class in .Net V2. I mentioned briefly about some of its features and why it exists, then proceeded to measure some of the cost of its functionality in terms of performance. I took some liberties with how I was accessing the SecureString contents to make it simple to measure performance.
-
Update to AsyncClientConnector control for ASP.NET V2
A little while ago I released a control that makes it easier to use Asynchronous Client Script callbacks within ASP.NET V2. The original post is here ( http://weblogs.asp.net/pglavich/archive/2005/05/11/406348.aspx ).
-
SecureString in .Net V2
I have been playing with the SecureString class in .Net V2 lately (System.Security.SecureString). Its one of those incremental changes to the framework that is nice to have.
-
ASP.NET Podcast Show #10 - Interviews with Sahil Malik and Hilary Cotter
Show #10 of the ASP.NET Podcast is now available for your listening pleasure. This week is a double interview special with Sahil Malik and Hilary Cotter. Wally McClure does all the hard work with this show and he does it well.
-
Asynchronous Client Script Callbacks Article
An article by on Asynchronous Client Script Callbacks in ASP.NET V2 and a starter on how to use them, with source code included, is available here (http://www.simple-talk.com/2005/08/10/asynchronous-client-script-callbacks/)