次の方法で共有


An advert for Goto100...

Mandy in marketing asked me to "Create some text that we could use on a flyer to tell folks why they might want to visit that new blog of yours on Visual Basic".

My first thought was "Cripes - I haven't got any real content yet!" - but I'm glad to say that thought was soon replaced with a "Hmmm.... I wonder if I could do it in code?" :-)

This is the draft I sent. It will be interesting to see if anything comes of it...

Select Case UKdeveloper
   Case devin.vb6, devin.vb2002, devin.vb2003, devin.vb2005, devin.vb2008
       ' Visit a ; free technical resource on Visual Basic
       ' for regular postings on the latest .NET technologies,
       ' interop and migration strategies and more
       success = Goto100("https://blogs.msdn.com/goto100")
   Case devin.somethingelse
       ' Too bad
       success = False
End Select

P.S. I would be very interested to see alternatives to the above - as long as they compile and run :-)

Comments

  • Anonymous
    June 10, 2008
    I think this site is a really good idea and about time a main stream blog appeared for VB developers. I've recently started my own little VB Blog and it's surprising how many hits you get from people like me looking for semicolon free code! Good luck and a great advert!

  • Anonymous
    June 10, 2008
    "alternatives to the above - as long as they compile and run :-)" Hmm, what about simply... Goto100 ;) We're quite new to VB.NET, but had also noticed the same trends of samples on the web pointing towards C#.  Good to see some more VB sites :)

  • Anonymous
    June 13, 2008
    Thanks for comments folks. However - would Goto100 compile? Me thinks there is a missing space :)

  • Anonymous
    June 15, 2008
    The comment has been removed