BloggingAbout.NET
Thoughts of developers

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
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 difficult. I find it interesting to see the methods...
    Posted to Joshua's .Net Tips by Joshua Langemann on Fri, Sep 16 2005
    Filed under: 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 "Scripting and Dynamic Languages in the CLR"...
    Posted to Joshua's .Net Tips by Joshua Langemann on Fri, Sep 16 2005
    Filed under: 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, the "cheaters" way to do it is...
    Posted to Joshua's .Net Tips by Joshua Langemann on Tue, Sep 13 2005
    Filed under: 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 databsae queries) var q = from m in typeof(string...
    Posted to Joshua's .Net Tips by Joshua Langemann on Tue, Sep 13 2005
    Filed under: 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-mail with attachments Email email = new Email(); email...
    Posted to Joshua's .Net Tips by Joshua Langemann on Mon, Sep 12 2005
    Filed under: 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 Guidelines" to most attendees. It's great...
    Posted to Joshua's .Net Tips by Joshua Langemann on Mon, Sep 12 2005
    Filed under: 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 if values might change Namespaces: use to organize...
    Posted to Joshua's .Net Tips by Joshua Langemann on Mon, Sep 12 2005
    Filed under: 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 it easy to change and keep business logic out of...
    Posted to Joshua's .Net Tips by Joshua Langemann on Sun, Sep 11 2005
    Filed under: 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 that they must have gone to! Anyways, there are...
    Posted to Joshua's .Net Tips by Joshua Langemann on Sun, Sep 11 2005
    Filed under: 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 applications, in order to utilize the power of the...
    Posted to Joshua's .Net Tips by Joshua Langemann on Sun, Sep 11 2005
    Filed under: 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's a focus on .Net 2, SQL Server 2005, and Windows...
    Posted to Joshua's .Net Tips by Joshua Langemann on Sun, Sep 11 2005
    Filed under: Filed under:
Page 1 of 1 (11 items)
Copyright © 2003-2010 BloggingAbout.NET