Showing results for October 2007 - Visual Basic Blog

Oct 30, 2007
Post comments count0
Post likes count0

Silverlight Ux Musings: Controlling Alignment of UI Elements [Corrina Barber]

VBTeam
VBTeam

This is my first post on the VB blog! I’m a designer on the team with a background in visual and interaction design, and I also have some .NET coding experience. I plan to start blogging on the VB blog on a regular basis, and my goal is to share some of my thoughts on and explorations with Silverlight.I’m sych'd about the possibilities ...

Oct 30, 2007
Post comments count0
Post likes count0

Let the Music Play! (Matt Gertz)

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

Oh, boy.  Sorry I haven’t written any posts lately, but I’ve transitioned to a new job within Visual Studio and have been getting my sea legs there.  One of the job tasks is getting Visual Studio 2008 out to you folks, and while I’ve always been involved with that aspect of the product in the past, it was always to a les...

Oct 23, 2007
Post comments count0
Post likes count0

Channel 9 Interview: Matt Gertz Plays Cards with Visual Basic (Beth Massi)

Beth Massi
Beth Massi

I just posted an interview on Channel 9 with Matt Gertz, Development Manager on the Visual Basic team (well former Dev Manager, I'll let him explain <g>) where he shows off a Euchre game he's developed in Visual Basic that includes speech and sound. Matt is one of our best bloggers on the VB Team and he loves game programming as well as ...

Oct 19, 2007
Post comments count0
Post likes count0

Visual Basic 9.0 Language Specification Released (Beth Massi)

Beth Massi
Beth Massi

The Beta 2 version of the Visual Basic Language specification has been released onto the download center. This language specification corresponds to the version of Visual Basic that will ship in Visual Studio 2008. The spec covers the following major new features:• Friend assemblies (InternalsVisibleTo)• Relaxed delegates•&...

Oct 17, 2007
Post comments count0
Post likes count0

LINQ Cookbook, Recipe 9: Dynamic Sort Order (Doug Rothaus)

VBTeam
VBTeam

Ingredients:·         Visual Studio 2008 (Beta2 or Higher) Categories: LINQ-To-XML Introduction:You can use the Order By clause to easily sort the results of a LINQ query in Visual Basic. A common requirement for sorted data, however, is that the user be able to choose the fields that the res...

Oct 15, 2007
Post comments count0
Post likes count0

A Note about Enums (Scott Wisniewski)

VBTeam
VBTeam

I recently received an email from a customer who had a few questions about "enum inheritance" in VB, specifically as to why it wasn't supported. In particular, he sent us the following snippet of VB code  (I've changed the names of the classes and methods involved)  : Option Strict On Public Class BaseClass    Public Enum ...

Oct 13, 2007
Post comments count0
Post likes count0

Continued search for Small Business Developers and Chapter 2 of Petzold's book (finally!)

VBTeam
VBTeam

I've attached the chapter 2 Visual Basic.NET code for the ongoing project of converting Peztold's Applications = Code + Markup book on WPF proramming.  I am happy to say that Young from my team is going to help with this effort so you will see these chapters coming out more frequently. Also, we are about to close the doors on our intial s...

Oct 11, 2007
Post comments count0
Post likes count0

Visual Studio Content – Tell Us What You Think! (Beth Massi)

Beth Massi
Beth Massi

The documentation team has just released a survey aimed at gathering feedback on Visual Studio content. Are you dying to tell us what you think about the Visual Studio content in the MSDN library? Please share your perspective by taking part in the Visual Studio Content Survey. The survey is completely anonymous and doesn't require that you fi...

Oct 10, 2007
Post comments count0
Post likes count0

Channel 9 Interview – Offline Data Synchronization Services in Visual Studio 2008 (Beth Massi)

Beth Massi
Beth Massi

I just posted a Channel 9 interview with Milind Lele showing us his favorite VS 2008 features - the new Data Synchronization designer and how the sync services for ADO.NET work to support occasionally connected scenarios. He shows us how to set up a local database cache using SQL Compact Edition and how to use it to store read-only data caches...

Oct 6, 2007
Post comments count0
Post likes count0

Why you should learn WPF (and how I can help)

VBTeam
VBTeam

A few weeks ago I mentioned I was working on a side project.  Well, then the soccer, tennis, and school season hit and..well I won't tell you the rest.  What I had started to do was take all of the samples in Charles Petzold's book Applications = Code + Markup and rewrite them in VB for publication to the VB community. I had inv...