Showing results for February 2009 - Visual Basic Blog

Feb 27, 2009
Post comments count1
Post likes count0

Veni, MIDI, Vici: Generating a simple MIDI file using VB, part 1 (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

As I’ve alluded to in previous blogs, music has always been a big part of my life, particularly performance music.  I’ve been a clarinet and saxophone player for many years, am an avid singer, and (with the help of friends) I’ve done my best to teach myself piano and drums.  Composition of music, however, has always been...

Feb 26, 2009
Post comments count0
Post likes count0

Concurrent Basic on Channel 9 (Lucian Wischik, Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Concurrency is an important topic on everyone's mind, when considering future trends for computing and programming languages. Concurrent Basic is a variant of the Visual Basic language, with new constructs baked in to help handle concurrency and parallelism, in a very natural way. Watch this high-energy video with language guru Erik Meijer, VB spec...

Feb 25, 2009
Post comments count0
Post likes count0

VB XML Literals with ASP.NET MVC (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Have you been following the buzz on VB XML Literals with ASP.NET MVC?! Last week, Beth Massi posted a Channel 9 video with ASP.NET Product Unit Manager Dmitry Robsman. You can find a written description of the topic on Dmitry's blog:ASP.NET MVC View Engine using VB.NET XML LiteralsThere has been an interesting discussion about this technique on ASP...

Feb 23, 2009
Post comments count0
Post likes count0

Visual Basic at MIX ’09 (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

For the Visual Basic web developers, be sure to check out MIX this year! The conference will be taking place March 18-20, at the Venetian hotel in Las Vegas.https://www.microsoft.com/en-us/store/locations/eventsThe list of sessions is posted here. Included in the agenda will be the following Visual Basic session.Making XML Really, Really Easy with ...

Feb 22, 2009
Post comments count0
Post likes count0

Visual Basic 10 on the 10-4 Channel9 Series! (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Check out the latest video in the 10-4 Channel 9 series, on Visual Basic 10: Episode 9: Visual Basic 10 In this ninth episode of 10-4, we introduce some of the new features and functionality coming to the Visual Basic language with the release of Visual Basic 10. We'll cover a whole range of features from Auto-Properties, to Multiline Lambdas, ...

Feb 20, 2009
Post comments count0
Post likes count0

Web-scraping using Visual Basic's XML support

VBTeam
VBTeam

We've just had a fascinating article about using VB's XML literals to produce web pages.I've been interested in the other side of the process: using VB's XML support to scrape web-pages for data. Here's the essential bit of code, which looks for something like <div class="content"><h2>Title</h2> <table><tr>&l...

Feb 16, 2009
Post comments count0
Post likes count0

Channel 9 Interview: ASP.NET MVC using Visual Basic XML Literals (Beth Massi)

Beth Massi
Beth Massi

Today I posted an interview on Channel 9 with Dmitry Robsman, the Product Unit Manager for ASP.NET. In this interview he shows us how he implemented ASP.NET MVC views using Visual Basic's XML Literals instead of .aspx pages. Dmitry shows us how this makes coding the views much cleaner using standard OOP principals. He also makes some very interesti...