Visual Basic Blog

A group blog from members of the VB team

MIX 09 Video: Making XML Really, Really Easy with Microsoft Visual Basic (Alex Turner, Lisa Feigenbaum)

Alex Turner presented VB XML yesterday here at MIX 09. Check out the video from his session! Video link: https://channel9.msdn.com/events/mix(The powerpoint slides are attached.) Making XML Really, Really Easy with Microsoft Visual Basic 9 MIX09-T72M Wednesday March 18 |11:55 AM-12:15 PM | San Polo 3401 By: Alex Turner Tags: Languages See ...

VB XML Literals with ASP.NET MVC (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 ...

Visual Basic at MIX ’09 (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 ...

Channel 9 Interview: ASP.NET MVC using Visual Basic XML Literals (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 ...

Panel: Developers moving to VB.Net for projects using XML (Lisa Feigenbaum)

Visual Basic 9.0 introduces a feature called XML Literals, which makes programming against XML a lot more natural, and dramatically decreases the number of lines of code you need to write. In fact, it makes working with XML in Visual Basic *so* much easier that many C# developers are moving to VB.Net for their XML work! To learn more...

TechEd Barcelona: Session Materials (Lisa Feigenbaum)

I'm here at TechEd Barcelona, and the week has gotten off to a great start. Jason Zander did the keynote this afternoon, and announced lots of great tooling support that will be included in Visual Studio 2010! Exciting stuff.I have 4 sessions here, starting tomorrow. I've attached the materials at the end of this post, in case ...

Visual Basic at TechEd SouthEast Asia (Lisa Feigenbaum)

This is a follow-up to my presentations at TechEd SouthEast Asia. Please find all the descriptions and materials for the presentations on the following resource page: http://code.msdn.microsoft.com/techedsea Here are some direct links to the materials: TLA 314 - Visual Basic 2008 Tips and Tricks TLA 323 - Best Practices for the VB9.0 and ...

Visual Basic at TechEd South Africa 2008 (Lisa Feigenbaum)

Thanks to those of you who attended my sessions at TechEd South Africa 2008. As promised here are the presentation materials I used, so you try out the examples yourself! I've created a Code Gallery resource page to host the material, with all the session abstracts, powerpoints, and solutions. That resource page is available here: ...

VB 2008 Language Deep Dive – Presentation Materials (Jonathan Aneja)

Last week I got the chance to visit the Toronto .NET User Group and give a talk on all the great new language features in VB2008.  It was great to see so much excitement around LINQ and especially XML Literals!   The slides and demo code are posted at the link below; here’s the session abstract (with links inserted so you can find ...

Channel 9 Interview: XML Schema Explorer in Visual Studio 2008 SP1 (Beth Massi)

Today I posted an interview on Channel 9 with Yang Xiao, a tester on the VB IDE. In this interview Yang shows us the new XML Schema Explorer in Visual Studio 2008 Service Pack 1. This new window is invoked when you right-click on an XML literal element or namespace and select "Show in XML Schema Explorer" in Visual Basic programs. It's a nice ...