March 2008 - Posts

VSLive San Francisco Content (Amanda Silver)
31 March 08 02:19 PM
All - I'm about to go on for my LINQ Deep Dive and Tips &Tricks session at VSLive in San Francisco. I posted all demos & slides here: https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=LaunchVB&ReleaseId=805 Read More...
Milestone Quality & Dogfooding (Matt Gertz)
28 March 08 11:46 AM
After some hard but fruitful work, we’ve just finished our “milestone quality” (MQ) efforts, the goal of which was to get ourselves ready for developing the next versions of Visual Studio, Team System, and .NET. Although not specific to Visual Basic, Read More...
Postedby VBTeam | 10 Comments    
Filed under:
LINQ to SQL (and LINQ to Entities) performance improvements (Tim Ng)
28 March 08 08:58 AM
Over the last few months, the VB and Data Programmability teams were working on fixing a performance problem with LINQ to SQL (which also manifested in LINQ to Entities). The issue was that LINQ to SQL was generating sub optimal T-SQL queries when the Read More...
Postedby VBTeam | 2 Comments    
Filed under: ,
Recap of European Launch Events for Visual Studio 2008 (Amanda Silver)
24 March 08 04:41 PM
Last week I had the privilege of speaking in Lisbon, Portugal & Birmingham, England at launch events for Visual Studio 2008. There seemed to be a lot of buzz and excitement in the air at both events -- no doubt due to the recent release of Visual Read More...
Postedby VBTeam | 5 Comments    
STAThread vs. MTAThread (WHorst)
24 March 08 12:47 PM
I recently ran into an interesting threading problem that I wanted to share, so that perhaps I can save some people from the same confusion I had. I started with a C# application someone else had written. I’ll call it “DeltaEngine” for the purpose of Read More...
Postedby VBTeam | 1 Comments    
Filed under:
New "How Do I" Videos Available on the Visual Basic Developer Center (Beth Massi)
24 March 08 12:07 PM
If you missed it, last week 48 new How Do I videos ( Forms over data , Windows development , Office development and Security ) were added to the Visual Basic Developer Center in addition to adding new download formats for 12 others. Many thanks to Rob Read More...
Postedby VBTeam | 1 Comments    
Silverlight Ux Musings: New Control Skin Set [Corrina Barber]
23 March 08 08:36 PM
One more set of control skins is up and ready for use. I had hoped to have two ready, but one set needed some additional tweaking work that I can't get to until I return to Seattle on 4/14. This new set is very rough and organic in appearance and maybe Read More...
Postedby VBTeam | 2 Comments    
Hotfix available for VB performance issue in VS2008 (DJ Park)
23 March 08 01:22 PM
I wanted to let you know about a hotfix we recently released that may help solve some performance issues you may have run into using Visual Studio 2008. Details The hotfix is a 3.98MB download and can be found at: http://support.microsoft.com/kb/946344 Read More...
Postedby VBTeam | 12 Comments    
New Community Article - The Power of Custom Workflow Activities (Part 1) (Beth Massi)
20 March 08 07:03 PM
MVP Maurice de Beijer is at it again with another great article on Workflow Foundation (WF), this time showing us how to create custom workflow activities in " The Power of Custom Workflow Activities (Part 1) ". This is the first of a two part series Read More...
Postedby VBTeam | 3 Comments    
Filed under: ,
VB XML Cookbook, Recipe 2: Descendants and Ancestors (Doug Rothaus)
19 March 08 04:23 PM
This entry in the cookbook shows how you can access descendant and ancestor elements in an XML document using Visual Basic, XML Axis properties, and LINQ to XML objects. Descendants Visual Basic provides XML Axis properties that enable you to easily refer Read More...
Postedby VBTeam | 3 Comments    
#6 Did you know? You can now manage your snippet highlighting (Lisa Feigenbaum)
15 March 08 01:50 PM
Do you use code snippets (introduced in VB 2005)? If you do, then you've probably noticed the green highlighting that stays around for the lifetime of the file. We've heard *a lot* of feedback that once you are done customizing the snippet, it is distracting Read More...
Postedby VBTeam | 9 Comments    
Improvements to Visual Basic 6 Runtime Support on Vista, Windows Server 2008 (by Paul Yuknewicz)
15 March 08 01:46 PM
You probably didn’t notice it, but we made some important and beneficial changes to the Support Statement for Visual Basic 6.0 on Windows Vista and Windows Server 2008 just a few weeks ago, and I want to share the good news. First, just like Vista, Read More...
Postedby VBTeam | 7 Comments    
Making PInvoke Easy
14 March 08 09:56 AM
Jared here again. I very excited to announce we recently released a tool I've been working on to MSDN that will greatly help with using PInvoke in managed code. The tool is called the "PInvoke Interop Assistant" and is included as part of a MSDN article Read More...
Launch events in Portugal & England!
13 March 08 06:53 PM
All -- I'm very excited to be speaking at launch events in Lisbon, Portugal and Birmingham, England within the next week. After a 17 hour journey, with much jet-lagged-sleepiness in my eyes, I'll be speaking tomorrow morning at 9:30am in room A3 of the Read More...
Postedby VBTeam | 5 Comments    
Orcas introduces the IF operator - a new and improved IIF (Sophia Salim)
11 March 08 10:36 PM
One of my all time favorite features in C# and CPP has been the conditional operator (?:). The brevity and elegance introduced by this operator in the code is unparalleled. We had IIF in all the previous versions of VB.net, which was not an operator in Read More...
Postedby VBTeam | 14 Comments    
Filed under: ,
Silverlight Ux Musings: Silverlight 2 Control Skins [Corrina Barber]
11 March 08 05:19 PM
Silverlight 2 beta one is now available with lots of great new functionality!! You can go to Silverlight.net to find important downloads, specific details about new functionality, and very cool sample applications. So, what I want to talk about today Read More...
Postedby VBTeam | 2 Comments    
Language Futures Page on Code Gallery (Beth Massi)
11 March 08 03:18 PM
Go take an early peak at what the VB and C# teams are cooking up for the next version by visiting the Language Futures page on Code Gallery . Code Gallery is not just about samples . It also allows us to host threaded discussions and the teams want your Read More...
Postedby VBTeam | 5 Comments    
Filed under:
InteropForms ToolKit - Visual Studio 2008 edition (Todd Apley)
05 March 08 09:51 AM
I apologize right away that it's been a while since I've blogged about the interop forms toolkit although I've been doing my best to keep up with issues and questions on the interop forums . It seems from the mail I've received that a lot of people are Read More...
Postedby VBTeam | 8 Comments    
Channel 9 Interview - Tips and Tricks with the Interop Forms Toolkit (Beth Massi)
04 March 08 10:23 PM
Today I posted a Channel 9 interview with Todd Apley, Senior Test Lead on the VB Team, where he shows us a variety of tips and tricks with using the Interop Forms Toolkit on Visual Studio 2008. He also shows us how to deploy a hybrid application built Read More...
Postedby VBTeam | 2 Comments    
Keeping Track of Books Using VB (Matt Gertz)
02 March 08 05:25 PM
I have a confession to make. I’m not a database guy. I’ve done a lot of varied coding over my career, but somehow I’ve never been directly involved in the guts of database coding. Whenever my code needed some sort of data-caching mechanism, I’ve tended Read More...
Postedby VBTeam | 7 Comments    
Filed under: , ,

This Blog

Syndication

Page view tracker