Showing results for Orcas - Visual Basic Blog

Nov 6, 2007
Post comments count0
Post likes count0

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

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

Oct 17, 2007
Post comments count0
Post likes count0

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

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

Channel 9 Interview – Offline Data Synchronization Services in Visual Studio 2008 (Beth Massi)

Beth Massi
Beth Massi

I just posted a Channel 9 interview with Milind Lele showing us his favorite VS 2008 features - the new Data Synchronization designer and how the sync services for ADO.NET work to support occasionally connected scenarios. He shows us how to set up a local database cache using SQL Compact Edition and how to use it to store read-only data caches...

Oct 1, 2007
Post comments count0
Post likes count0

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

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

XML to Schema Tool for Visual Basic 2008 (Beth Massi)

Beth Massi
Beth Massi

This week we posted a new tool called the XML to Schema Tool that allows you to easily import XML and infer schemas. The tool runs when when you add a new item to your VB 9 project and select the XML to Schema new item template (look under My Templates after you install). This allows you to work with XML much easier in Visual Basic 9 by inferring s...

Sep 10, 2007
Post comments count0
Post likes count0

Channel 9 Interview – John Stallo on Building N-Tier Applications in VS 2008 (Beth Massi)

Beth Massi
Beth Massi

I just posted an interview on Channel 9 with John Stallo talking about some cool tools in Visual Studio 2008 that will help you build simple N-Tier applications. Thanks to Kathleen again for helping with the shoot! This time we got fancy and used two camera angles ;-):Building N-Tier Applications in Visual Studio 2008In this in interview John Stall...

Aug 29, 2007
Post comments count0
Post likes count0

Implementing Dynamic Searching Using LINQ

VBTeam
VBTeam

A common requirement in forms-over-data applications is that users be able to search by any combination of fields to construct a dynamic query at run time.  For example, the search feature in this application allows the user to find all records that meet criteria defined on multiple columns:       LINQ makes it easy to write po...

Aug 27, 2007
Post comments count0
Post likes count0

Channel 9 Interview – LINQ to SQL and the O/R Designer in VS 2008 (Beth Massi)

Beth Massi
Beth Massi

I just posted another great interview on Channel 9 with Young Joo talking 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 2005. Young also talks about architectures where he ...

Aug 14, 2007
Post comments count0
Post likes count0

Channel 9 Interview – Visual Basic Intellisense Improvements in VS 2008 (Beth Massi)

Beth Massi
Beth Massi

I just posted an interview with Lisa on Channel9 that you'll probably want to check out -- showing the new and much much imporoved Intellisense for Visual Basic in Visual Studio 2008: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 ...

Jul 29, 2007
Post comments count0
Post likes count0

Kit George and Chris Smith on Channel9 (Beth Massi)

Beth Massi
Beth Massi

I posted a couple more videos on Channel9 that you'll definitely want to check out! Thanks again to Kathleen for helping with the production.The first one Kit George walks us through some of his favorite VB9 language features that enable LINQ:In this in interview Kit George, a Program Manager on the Visual Basic Team and a former member of ...