Showing results for October 2008 - Page 3 of 3 - Visual Basic Blog

Oct 6, 2008
0
0

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

VBTeam
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 6, 2008
0
0

Community Interview with Paul Vick (Beth Massi)

Beth Massi
Beth Massi

One of our Italian Visual Basic MVPs, Alessandro Del Sole, sent over some interview questions for the Visual Basic Team members to get our thoughts on the language and favorite features but mostly to share some of our personal interests to help you get to know us better. I also learned some fun facts about the team as well! Alessandro is also trans...

Oct 4, 2008
0
0

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

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...

Oct 2, 2008
0
0

Looking for Setup and Deployment Project Templates? (Mary Lee)

VBTeam
VBTeam

Let's say that you've developed an application using the free Visual Studio Express Edition. Now, you want to deploy your application to the masses, and you read documentation about How to: Create or Add Deployment Projects. Here's how the topic starts: To create a new deployment project In this example, I'm using Visual Basic 2008 Express Edi...