Browse by Tags

All Tags » PDC05 (RSS)
Sorry, but there are no more tags available to filter with.

And if that wasn't technical enough...

In "ADO.Net 2 Advanced Data Access Patterns", Pablo Castro demonstrates the workings of an algebraic query processor, built on top of the ADO.Net technology. I guess it is technical, but his point is that it is possible, and actually not that...
Posted by Joshua Langemann | 7 comment(s)
Filed under:

Geeking out

I'm too young for this. A bunch of industry-leading language developers and university professors talking about dynamic languages with enough acronyms and language names to share a stick at! I have an interest in the progress of IronPython, so the title...
Posted by Joshua Langemann | with no comments
Filed under:

Updating UI from long-running process without dealing with threading

Quick tidbit learned in instructor-led class - Application.DoEvents() will cause UI to be updated. You can call this in the middle of a long-running process. For example, if I am going to process a bunch of data, and want to update status/progress information...
Posted by Joshua Langemann | 4 comment(s)
Filed under:

LINQ - Wow!

This is almost unbelievable. I'm sitting in a session by Andres ("father" of C#) describing the future Language INtegrated Query implementation in C#. Here is the sample that he's dealing with (just to prove that the features go beyond just...
Posted by Joshua Langemann | 30 comment(s)
Filed under:

Email exercise design for Monday precon

Here is the simple Email design for the Monday Framework Design precon that Jim Beveridge and I worked out: Samples: // send a simple text message Email.SendMessage(" bob@mybusiness.com ", "Hey Bob, how's it going?"); // send an e...
Posted by Joshua Langemann | with no comments
Filed under:

Framework Design Guidlines, with Brad Abrams and Krzysztof Cwalina

Today's sessions of choice was "The Art of Building a Reusable Class Library" - Brad has posted so much about this that I just had to attend. One great thing about this session is that they gave away copies of their book "Framework Design...
Posted by Joshua Langemann | with no comments
Filed under:

Brad Abrams on various language features and how to use them in APIs

Brad offers some practical advice - a few highlights: don't make your consumers "archeologists" - leave artifacts that help developers understand the intent of your object model - make intent obvious Const/ReadOnly: readonly better than const...
Posted by Joshua Langemann | with no comments
Filed under:

Sunday Precon continued - Rocky on architecture

Rocky spent some valuable time discussing n-tier and n-layer architectures. A few memorable quotes: "UI is expendable" - Avalon changes things again - you will have to re-write your UI to use it. Users always change their minds about UI - make...
Posted by Joshua Langemann | with no comments
Filed under:

Trying out Windows Vista

This is cool. Over 100 desktops all running Windows Vista beta, connected to the internet, in the Windows Vista lab. I'm writing this blog entry from one of them. It is amazing the infrastructure that they have set up here - the expense and organization...
Posted by Joshua Langemann | 114 comment(s)
Filed under:

Morning precon with Rocky Lhotka

Rocky and Billy Hollis ran the morning part of their precon on ".Net Framework 2.0: The Smart Client Perspective". A few highlights: They put in a strong push towards smart client applications, with processing on the client, vs. browser-based...
Posted by Joshua Langemann | 1 comment(s)
Filed under:

Microsoft Professional Developers Conference

Microsoft PDC 05 is here! I'm in the middle of the first day of sessions preceding the conference, here in warm Los Angeles. I'll try and post here throughout the week with highlights from the conference, and things that I'm learning. Naturally there...
Posted by Joshua Langemann | with no comments
Filed under: