Showing category results for Featured

Nov 21, 2007
Post comments count0
Post likes count0

Awesome VB9 Blog Series by Bart De Smet (Amanda Silver)

VBTeam

I guess I've been working too hard on getting the product ready to ship to notice that Bart has put together an awesome blog series on VB9. It includes discussion of a feature called runtime agility or compiler agility that we haven't taken up on this blog. We introduced this feature to make it much easier for new .NET platforms (think Silverlight,...

Nov 21, 2007
Post comments count0
Post likes count0

Visual Studio 2008 SDK 1.0 and Visual Studio 2008 Shell released (Beth Massi)

Beth Massi

Today the VS Ecosystem team released the Visual Studio 2008 SDK 1.0 and the Visual Studio 2008 shell. The VS 2008 SDK contains full native Visual Basic support and contains many VB samples. What was in the VB Pack for the VS 2005 SDK is now included in the VS 2008 SDK, plus more. I've started playing with building Visual Studio AddIns in Visua...

Nov 19, 2007
Post comments count0
Post likes count0

Visual Basic 2008 Ships!!! (Amanda Silver)

VBTeam

Hooray! Today we’ve finally shipped Visual Studio 2008, previously known as “Orcas”, previously known as some symbol which doesn’t have an ascii representation. We’ve come a long way, but it’s been a great ride. In his blog, Soma mentions many of the flagship features at a high-level that will undoubtedly make th...

Nov 8, 2007
Post comments count0
Post likes count0

Creating Visual Basic Add-ins for Windows Home Server (Beth Massi)

Beth Massi

We recently announced the availability of Windows Home Server. Here's an interview on Channel 9 with Dev Lead, Chris Gray, where he talks about the extensibility model and then walks through how to create an add-in for the Home Server console using Visual Basic Express. A couple people on the thread have also posted VB templates t...

Nov 6, 2007
Post comments count0
Post likes count0

LINQ Cookbook, Recipe 10: Pre-compiling Queries for Performance (Doug Rothaus)

VBTeam

Ingredients:·         Visual Studio 2008 (Beta2 or Higher) Categories: LINQ to SQL Introduction:As we add cookbook entries, we will include performance improvement tips where appropriate. Here’s a tip that you can use with LINQ to SQL to speed up queries that you will call numerous time...

Nov 3, 2007
Post comments count0
Post likes count0

Refactoring in Action (Lisa Feigenbaum)

Lisa Feigenbaum

Have you downloaded the latest Refactoring tools from Developer Express? There is a free version available on the Visual Basic Developer Center. Once you download, you will discover a number of cool capabilities you can now do in the Visual Basic IDE. When used to the fullest, it can really change the way you code!VB super-user Kim has created...

Nov 2, 2007
Post comments count0
Post likes count0

New Community Article – Using Business Objects with WCF (Beth Massi)

Beth Massi

There's a new article up on the VB Dev Center by Rob Windsor, a follow up from his first Getting Started with WCF article, called Using Custom Business Objects with Windows Communication Foundation. Rob explains how to serialize your own custom business objects using WCF DataContracts and what issues you may run into in Visual Studio 2005. Check it...

Nov 1, 2007
Post comments count0
Post likes count0

New Visual Basic LINQ to XML Videos Released! (Beth Massi)

Beth Massi

We just released a new set of How-Do-I videos in our LINQ series on LINQ to XML in Visual Basic. These 4 new videos will help get you up to speed on using this new language feature in Visual Basic 2008. They walk you through the basics of LINQ to XML, creating, querying and transforming documents as well as how to import XML namespaces and inf...

Oct 30, 2007
Post comments count0
Post likes count0

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

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

Visual Basic 9.0 Language Specification Released (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•&...