Freigeben über


Crashing a DotNet Rocks show

Joel Pobar invited me to crash his chat with DotNet Rocks tomorrow (or is that later today now…) I am really looking forward to it… I download their shows all the time.. It should be really fun to be on. My understanding is that Joel and I are going to talk about the early days of the CLR\.NET Framework… Does COM+ 2.0 or NGWS mean anything to you folks?

For those of you that have been on before, any tips of dealing with Carl and Richard? What should I do if they give me a hard time? ;-)

And for you listeners out there, what do you want to hear about.. given the causal style of DNR I suspect we could work in a wide range of topics. Let me know what you want to hear!

Comments

  • Anonymous
    August 18, 2005
    At the end of the show you will be asked: "What is the coolest thing you have downloaded lately?". If you are a blue-badge then you can't say "MSN desktop search" etc.

    I think you should tell folks about how they can weave quality into their applications through the use of FxCop, code coverage, refactoring, tests etc. How you can use attributes in the code for exclusions etc. so that all these rules stay with the code like the documentation and not held seperately.

    I think some folks would also like some cleanup on partial classes. People have often talked lately about how they are using events or other systems to get away from the fact that they don't know what methods have been implemented into another fragments of the class (perhaps created by a designer etc.).

    Explain the principles of why you have design guidelines and how they improve applications. Also plug your books of course :o)

    Frankly, you need to be a regular guest on their show!!
  • Anonymous
    August 19, 2005
    The comment has been removed
  • Anonymous
    August 19, 2005
    The comment has been removed
  • Anonymous
    August 19, 2005
    I would be interested to know how much, if any, the MFC and J++ projects had on the CLR's developement.

    Delegates first shipped in J++, correct?
  • Anonymous
    August 19, 2005
    1)when C# was being architected, what platform was in mind? was it always generating MSIL?
    2)who first proposed the idea of open sourcing .net in form of rotor? And were there any opponents to this idea?