Question About Learning VB.Net and Threading

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steven

    #1

    Question About Learning VB.Net and Threading

    I am taking an "advanced" VB.Net course via web at a state university
    toward an information science degree. This is my second VB class and
    I am kind of disappointed in it. This week we covered threading. The
    instructor is of the opinion that threading is not very useful and
    glossed over the subject. At least he admitted that he was glossing
    it over. I've noticed that many of the postings on this board have to
    do with threading and I have until now ignored them because I thought
    that threading was beyond my skill set, which at this point it is.

    I want to learn more about threading so that I can at least have an
    intelligent conversation about it. Can anyone recommend a good book
    or other resource that covers this topic in greater detail? TIA.

    -Steve

  • Stephany Young

    #2
    Re: Question About Learning VB.Net and Threading

    If I were you I would be tackling the tutor as to whether he has covered
    Threading as set out in the curriculum or not.

    If not then I would be taking the matter further with the University
    authorities. Tutors are paid to teach what is in the curriculum rather what
    than they feel like teaching.


    "Steven" <stevethered@gm ail.comwrote in message
    news:1171756528 .098420.197530@ h3g2000cwc.goog legroups.com...
    >I am taking an "advanced" VB.Net course via web at a state university
    toward an information science degree. This is my second VB class and
    I am kind of disappointed in it. This week we covered threading. The
    instructor is of the opinion that threading is not very useful and
    glossed over the subject. At least he admitted that he was glossing
    it over. I've noticed that many of the postings on this board have to
    do with threading and I have until now ignored them because I thought
    that threading was beyond my skill set, which at this point it is.
    >
    I want to learn more about threading so that I can at least have an
    intelligent conversation about it. Can anyone recommend a good book
    or other resource that covers this topic in greater detail? TIA.
    >
    -Steve
    >

    Comment

    • ShaneO

      #3
      Re: Question About Learning VB.Net and Threading

      Steven wrote:
      I am taking an "advanced" VB.Net course via web at a state university
      toward an information science degree. This is my second VB class and
      I am kind of disappointed in it. This week we covered threading. The
      instructor is of the opinion that threading is not very useful and
      glossed over the subject. At least he admitted that he was glossing
      it over. I've noticed that many of the postings on this board have to
      do with threading and I have until now ignored them because I thought
      that threading was beyond my skill set, which at this point it is.
      >
      I want to learn more about threading so that I can at least have an
      intelligent conversation about it. Can anyone recommend a good book
      or other resource that covers this topic in greater detail? TIA.
      >
      -Steve
      >
      I would recommend Chapter 22 of "Profession al VB 2005". There are 30 or
      so pages on this topic, which I'm sure will provide a good insight into
      Threading. The book also provides some excellent assistance on VB in
      general.

      http://www.amazon.com/Professional-V.../dp/0764575368

      If I may add a comment - In my opinion, threading is becoming more and
      more relevant everyday, particularly with the advent of multi-core
      CPU's. The subject is not nearly as difficult to comprehend as many
      people may have you believe and, once mastered, can deliver outstanding
      performance benefits to your applications. It's a shame your lecturer
      is not keeping abreast of such developments.

      ShaneO

      There are 10 kinds of people - Those who understand Binary and those who
      don't.

      Comment

      • Master Programmer

        #4
        Re: Question About Learning VB.Net and Threading

        When people say something isn't useful, it's probably because they
        themselves don't understand it. I wish Windows were single threaded. ;)



        "Steven" <stevethered@gm ail.comwrote in message
        news:1171756528 .098420.197530@ h3g2000cwc.goog legroups.com...
        >I am taking an "advanced" VB.Net course via web at a state university
        toward an information science degree. This is my second VB class and
        I am kind of disappointed in it. This week we covered threading. The
        instructor is of the opinion that threading is not very useful and
        glossed over the subject. At least he admitted that he was glossing
        it over. I've noticed that many of the postings on this board have to
        do with threading and I have until now ignored them because I thought
        that threading was beyond my skill set, which at this point it is.
        >
        I want to learn more about threading so that I can at least have an
        intelligent conversation about it. Can anyone recommend a good book
        or other resource that covers this topic in greater detail? TIA.
        >
        -Steve
        >

        Comment

        • Michel Posseth  [MCP]

          #5
          Re: Question About Learning VB.Net and Threading


          Buy yourself the book "Programmin g Microsoft Visual basic .Net " it covers
          all topics of programming in visual basic .Net as it is the official core
          reference guide

          Multithreading is verry important ( on MP and SP systems ) if you want to
          be able to create programs that can run long running tasks while stil be
          repsonsive to the UI on a MP system there is also the probability of the
          Boost in perfomance

          Michel


          "Steven" <stevethered@gm ail.comschreef in bericht
          news:1171756528 .098420.197530@ h3g2000cwc.goog legroups.com...
          >I am taking an "advanced" VB.Net course via web at a state university
          toward an information science degree. This is my second VB class and
          I am kind of disappointed in it. This week we covered threading. The
          instructor is of the opinion that threading is not very useful and
          glossed over the subject. At least he admitted that he was glossing
          it over. I've noticed that many of the postings on this board have to
          do with threading and I have until now ignored them because I thought
          that threading was beyond my skill set, which at this point it is.
          >
          I want to learn more about threading so that I can at least have an
          intelligent conversation about it. Can anyone recommend a good book
          or other resource that covers this topic in greater detail? TIA.
          >
          -Steve
          >

          Comment

          Working...