Showing category results for Featured

Oct 17, 2007
Post comments count0
Post likes count0

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

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

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

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

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 6, 2007
Post comments count0
Post likes count0

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

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

Oct 1, 2007
Post comments count0
Post likes count0

LINQ Cookbook, Recipe 8: Querying XML Using LINQ (Doug Rothaus)

VBTeam

Ingredients:·         Visual Studio 2008 (Beta2 or Higher) Categories: LINQ-To-XML Instructions:·         Create a new Console Application in Visual Basic.·         Create an RSS document. Add the fo...

Sep 28, 2007
Post comments count0
Post likes count0

Customizing Displays in the Debugger for System Types

VBTeam

We've heard feedback from several customers regarding the way certain types are displayed in the Debugger.  Many of the displays exist to maintain the user experience between versions of Visual Studio.  We constantly evaluate if this is the correct choice for a given version of the product.  Starting with VS2008, you don't have to wa...

Sep 25, 2007
Post comments count0
Post likes count0

Option Strict [On|Off|SortOf]

VBTeam

Yesterday I got a question from a developer asking whether or not we could add something called "Option Strict Warn" to the language.  This would give a developer a warning when using something like late binding or an implicit conversion, rather than disabling it altogether (through an error).As it turns out the ability to set custom custom va...

Sep 23, 2007
Post comments count0
Post likes count0

Small Business Developers Unite!

VBTeam

I can't believe it's already Sunday.  I've been spending all weekend (and the last few weeks) as a returning member of the VB team emersing myself in the product, specifically getting my head around how I would use VB today to build the types of solutoins when I was writing departmental applications, or applications for small businesses. I rem...

Sep 17, 2007
Post comments count0
Post likes count0

Visual Basic Pack for Visual Studio 2005 SDK Released! (Beth Massi)

Beth Massi

The Visual Studio Extensibility (VSX) Team released the Visual Basic Pack for Visual Studio 2005 SDK on Friday! This download provides the SDK samples in Visual Basic and a new wizard that is used for generating Visual Basic-based integration packages for Visual Studio. Head on over to the VSX team blog for more info.It's important t...