VB Team
32 Entries
- Recent
- Most Viewed
- Top Rated
- This Week
- This Month
- All Time
-
Language(s)
-
Multi-Targeting Deep Dive with Visual Basic 2010
Avg Rating: 0
I'm back with Spotty Bowles, a tester on the VB compiler team, as he shows us the ins and outs of how multi-targeting works in Visual Basic projects in Visual Studio 2010. We've had multi-targeting since Visual Studio 2008, but what's tricky in 2010 is that there are now two supported versions… -
LINQ to SQL and the O/R Designer in VS 2008
Avg Rating: 5
(2)In this in interview Young Joo, a Program Manager on the Visual Basic Team, talks about LINQ to SQL and the new O/R Designer in Visual Studio 2008. He demos a typical business client-server scenario and shows how LINQ to SQL classes make it much easier to work with relational data in SQL Server… -
Amanda Silver on Visual Basic LINQ Syntax in Visual Studio 2008
Avg Rating: 5
(2)In this interview, Amanda Silver, a Lead Program Manager on the Visual Basic Team, demonstrates new LINQ syntax around Joins and Aggregates that is now available in Visual Studio 2008 Beta 2. Amanda is a guru of LINQ in Visual Basic and gives insightful explanations of how to use this new… -
Visual Basic Intellisense Improvements in VS 2008
Avg Rating: 0
In this interview Lisa Feigenbaum, a Program Manager on the Visual Basic Editor, shows us all the improvements made to the Intellisense support in Visual Basic including keyword and local variable Intellisense, new language feature support, and top customer requests. Although every feature is… -
Extension Methods in Visual Basic 9.0
Avg Rating: 0
In this in interview Scott Wisniewski, a Developer on the Visual Basic Team, talks about Extension Methods and shows us a couple interesting LINQ providers. In his own unique way, Scott dives into the meaning of Extension Methods and how they can extend types with discoverable methods which are… -
Enabling LINQ: Kit George Shows Off His Favorite VB 9.0 Language Features
Avg Rating: 0
In this in interview Kit George, a Program Manager on the Visual Basic Team and a former member of the CLR Team, shows us his favorite language features that enable LINQ without actually talking about the queries themselves. His excitement about Extension Methods, Anonymous Types, Object… -
Performance Improvements in Visual Studio 2008
Avg Rating: 0
In this in interview Cameron McColl, a Developer on the Visual Basic Team, shows us what kinds of performance improvements were made in Visual Studio 2008. He walks us through a set of scenarios that suffered from performance issues and then shows us the same scenarios in Visual Studio 2008… -
Building Hybrid Applications with the Interop Forms Toolkit 2.0
Avg Rating: 0
In this in interview Jonathan Aneja, a Program Manager on the Visual Basic team, shows us how the Interop Forms Toolkit 2.0 helps you migrate your existing VB 6 applications one form at a time to .NET. He gives us insight on how we can write .NET user controls and forms to take advantage of the… -
Erik Meijer Shows Us His Favorite Visual Basic 9.0 Feature - XML Literals
Avg Rating: 0
In this in interview Erik Meijer, an Architect on the Data Programmability team, shows us how LINQ to XML works in the next version of Visual Basic, 9.0. He talks about some of the history behind the features as well as how XML literals, unique to Visual Basic, are implemented. He takes us on an… -
Array and Collection Initializers in Visual Basic 2010
Avg Rating: 0
In this interview Spotty Bowles, a tester on the VB Compiler team, shows us a couple of new language features: Array and Collection Initializers. He gives us insight into how they are implemented in the compiler and best practices on how to use them in our code. Additionally, he discusses…