Glavs Blog
The dotDude of .Net
-
TechEd Australia Interviews
A post or two ago I mentioned that I would be interviewing some prominent people in the industry while they are at TechEd in Australia for future ASP.NET podcats. So far, the responses have been overwhelming. Because you probably can't see the sarcasm in my typing, that means I received zero suggestions for questions.
-
Webcast - ASP.NET Podcast Show #65 - Atlas Integration with ASP.NET Services - Login/Authentication, Roles, and Profiles
Wally has done another webcast around Atlas. He also calls it a podcast although its not really. Maybe we could call it a podwebcast, or a webpodcast, or a poddedwebcast or a....... ahh bugger it. Its a video about Atlas stuff. Great for learning about a very valuable feature of the Atlas framework.
-
Questions from listeners for upcoming Podcast interviews.
As part of TechEd 2006 in Sydney Australia, I am lucky enough to have been given some time with some key presenters to do a podcast interview(s). Have a look at the list of people I'll be interviewing at TechEd below. If you have any questions that you'd like me to specifically ask any one of them, I'd love to hear from you, and I'll pass it onto the resepctive individual when I am interviewing. The list of people I am interviewing is:
-
PasswordStrength Extender control available via latest Atlas Control Toolkit Release
A little while ago, I posted about a new Atlas extender control I was developing called the PasswordStrength extender. This control utilised the Atlas Control Toolkit as a foundation from which to build. A number of people asked when this control would be released to the public, and I am proud to say that it has finally been released as one of the new components available with the Atlas Control Toolkit.
-
The book is almost out!
Yes, its almost here. The "Beginning AJAX in ASP.NET" book is ready for release. Wally points out that an advert for the book appeared on the Amazon home page which is kinda cool, and for a first time author, gives me a warm fuzzy feeling.
-
ASP.NET Podcast Show #60 - Atlas UpdatePanel - Video Special
It seems Wally is revving up that podcast engine again. He mentioned a little while ago about doing video's to accompany the podcasts which I think is helpfull, especially in code intensive podcasts. Here is his first go at it.
-
ASP.NET Podcast Show #59 - Julie Lerman
-
Overdue Podcast Post - ASP.NET Podcast Show #58 - John Papa
So this post is long overdue. Been busy and sick lately and subsequently, missed posting this much earlier. Apologies to listeners and also to Wally.
-
Future Development - Next 10-20 years
Did a post over on TechTalkBlogs today about what I think the future may look like for some application development (and thought it interesting enough to cross post to from here). No real surprises, and not real deep, but would be interested in others views.
-
Reflecting over the Page from an ASP.NET Server control at design time and some debugging pain
I am working on an ASP.NET server control, and one of the properties of that control will typically contain a name of a boolean property that the Page exposes. At runtime this boolean property is called/examined and some action is taken as a result, however at design time, I wanted my ASP.NET control to be able to reflect over the page it is hosted on, and present a dropdown list of properties to select from, based on what the page has exposed.