Showing category results for Featured

Oct 23, 2008
Post comments count0
Post likes count0

Community Article: Enabling Speech Recognition in Microsoft Word 2007 with Visual Studio 2008 (Beth Massi)

Beth Massi

If you missed it, this week a new community submitted article was released onto the Visual Basic Developer Center and the Office Development with Visual Studio Portal by Visual Basic MVP Alessandro Del Sole. In this article learn how to control the Vista operating system's speech recognition engine in .NET from a custom task pane in Microsoft Word ...

Oct 18, 2008
Post comments count0
Post likes count0

A VS plugin to background-run your code and see the output (Lucian Wischik)

VBTeam

Say you're demonstrating some code at a conference. What's the best way to do it? If you show only the code window, then you're counting on the audience's imagination about how the code will work (and their trust that it does!). But if you hit F5 to run it then this breaks the flow. And I find it hard to keep both the code and t...

Oct 11, 2008
Post comments count0
Post likes count0

VB Video Tutorials on ASP.Net Dynamic Data (Lisa Feigenbaum)

Lisa Feigenbaum

Bill Burrows, VB MVP, has released some great videos on the ASP.Net Dynamic Data features that were added in VS2008 SP1. What is Dynamic Data?"ASP.Net Dynamic Data provides a framework that enables you to quickly build a functional data-driven application, based on a LINQ to SQL or Entity Framework data model. It also adds great flexibility and fun...

Oct 9, 2008
Post comments count0
Post likes count0

TechEd Online: .Net, A Multi-Language Platform (Lisa Feigenbaum)

VBTeam

Bart and Lisa Simpson - well actually, Bart de Smet and I recorded an interview about the .Net Managed Languages. :) You can find that interview on the TechEd Online South Africa library page. Otherwise, you can also launch the video directly from here. Below is the abstract from our discussion:.NET, A Multi-Language Platform In this...

Oct 9, 2008
Post comments count0
Post likes count0

VB Catch … When: Why so special?

VBTeam

The VB Catch syntax has a unique feature: When.  It allows users to filter expressions based on something other than their type.  Any arbitrary code can enter a When block to decide whether or not to handle an Exception. Newsgroups often ask, "Why's this so special? I could effectively get the same behavior out of C# by doing the followin...

Oct 7, 2008
Post comments count0
Post likes count0

Are you using Silverlight with Visual Basic? (Lisa Feigenbaum)

Lisa Feigenbaum

There are a bunch of great How-Do-I videos on the http://silverlight.net site to get you started! There are four different categories of videos, and they all include Visual Basic code available for download.Silverlight 2 BasicsControlsWeb Services and DataData

Oct 6, 2008
Post comments count0
Post likes count0

VB XML Cookbook, Recipe 6: Writing an XSLT Transform in VB (Doug Rothaus)

VBTeam

Most XSLT programmers are familiar with this XSLT transform to copy an XML file. <?xml version="1.0" encoding="utf-8"?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">    <xsl:output method="xml" indent="yes"/>     <xsl:template match="@* | node()">  ...

Oct 4, 2008
Post comments count0
Post likes count0

Microsoft Announces Visual Studio 2010 and .Net Framework 4.0 (Lisa Feigenbaum)

Lisa Feigenbaum

Microsoft has announced the names Visual Studio 10 and .Net Framework 4.0 for the next versions of these two products! Here are a number of references where you can look to find more information about this announcement:http://www.microsoft.com/presspass/press/2008/sep08/09-29VS10PR.mspxhttp://www.eweek.com/c/a/Application-Development/Microsoft...

Sep 28, 2008
Post comments count0
Post likes count0

Where is the VB Team going to be over the next few months? (Lisa Feigenbaum)

Beth Massi

We have quite a few trips coming up over the next couple months, and we want to connect with you while we’re on the road. Here is our plan. Let us know where we can find you. ;-)  October 6-7, 2008 Software Development Conference 2008: http://www.sdc.nl/ Beth Massi October 8-10, 2008TechEd Hong Kong: http://www.microsoft.com/hk/tech...

Sep 23, 2008
Post comments count0
Post likes count0

To compare two filenames (Lucian Wischik)

VBTeam

I once visited an ancient tower in China. A sign said "tread carefully for you bear the weight of history on your shoulders". Our guide explained that the tower was over 800 years old! Oh yes, he said, it was built 800 years ago, had burnt to the ground three times in its history, had been moved to completely different locations twice, but it ...