Showing results for December 2008 - Page 2 of 3 - Visual Basic Blog

Dec 19, 2008
0
0

Walkthrough: Quick Search for Files and Symbols in Visual Studio 2010 (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Quick Search has to be one of my favorite features in the 2010 CTP. I find myself using it all the time! I hope you will find it useful in your development too. The Quick Search functionality has become a pretty common feature in development environments today. That's because it since it handles such a common scenario - needing to find something in...

Dec 19, 2008
0
0

Visual Studio: Snow Edition

VBTeam
VBTeam

There was lots of snow today. The Microsoft campus was almost empty as everyone worked from home. This picture shows what it's like to develop Visual Studio in the snow... Wallpaper sized: http://www.wischik.com/lu/programmer/vbdev/vs_snow_1600x1200.jpg (378k)Widescreen: http://www.wischik.com/lu/programmer/vbdev/vs_snow_1920x1200.jpg (445k)

Dec 18, 2008
0
0

Community Article: Scaling ADO.NET DataTables (Beth Massi)

Beth Massi
Beth Massi

We we released a new community article onto the Visual Basic Developer Center by one of our MVPs, Jeff Certain, called Scaling ADO.NET DataTables. In this article Jeff shows shows us how to query and aggregate data using the built in DataTable methods as well as LINQ to DataSets. He compares the performance on indexed and non indexed DataTable...

Dec 17, 2008
0
0

Walkthrough: Dynamic Programming in Visual Basic 10.0 and C# 4.0 (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

This blog post is part of a series on the walkthroughs included in the October VS2010 CTP. Each walkthrough guides you through a series of steps, to help you experience the new features coming up in Visual Studio 2010 and .NET Framework 4.0. Even if you choose not to download the CTP, you may find that you are still able to give feedback based on t...

Dec 15, 2008
1
0

Walkthrough: Office Programmability in Visual Basic and C# in VS 2010 (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

This is another walkthrough, demonstrating how to use some new Visual Studio 2010 features available in the October VS2010 CTP. It provides steps to follow in the CTP build; however, you may find that you are able to give feedback on the descriptions below without actually downloading and executing the steps yourself. Please leave your feedback on ...

Dec 13, 2008
0
0

Walkthrough: TDD Support with the Generate From Usage Feature in VS 2010 (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

As part of the October VS 2010 CTP, we also shipped a set of walkthrough documents explaining how to use the product to experience the new features. The CTP was released as a Virtual PC image, and can be a pretty hefty download to undertake. So for those of you just interested to know what's there, reading the walkthroughs can be a good alternative...

Dec 11, 2008
0
0

VB 2008 Keyboard Shortcut Posters — Download your copy today! (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

Some of you may be using the 2005 posters we released last year. There is now a 2008 version available as well! There aren't too many changes. We've actually tried to stay pretty consistent with the VB keybindings (going back to at least VB6), since we know there's nothing more frustrating than upgrading and finding the keystroke that used to take...

Dec 10, 2008
0
0

Using both VB.Net and C#? (Lisa Feigenbaum)

Lisa Feigenbaum
Lisa Feigenbaum

It's common today to switch back and forth between VB.Net and C# for different projects, jobs, teams, etc. VB MVP Kathleen Dollard and C# MVP Bill Wagner have gathered some tips to keep in mind when you make these transitions. They both write for Visual Studio Magazine, which is where these articles were released last week as part of the December e...

Dec 9, 2008
0
0

M. G. Phone Home (Matt Gertz)

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

M. G. Phone Home (Matt Gertz)I have a slight problem with my cell phone.  It’s a smartphone; I love it, I use it all the time, and I don’t what I’d do without it, but I’ve been pretty aggravated with its support of Bluetooth.  It will fail to pair with the Sync system in the car at random times, which drives me cra...

Dec 9, 2008
0
0

Did you know? You can unwind the call stack from exceptions (Bill Horst)

VBTeam
VBTeam

The ability to unwind the call stack from exceptions is one of the debugger features that was newly introduced in Visual Basic.NET 2005. When the debugger hits a first-chance exception, you can unwind the call stack in order to make code edits to fix the exception and continue debugging with the changes. The exception assistant UI will have an &ldq...