Sign In
The Visual Basic Team
A group blog from members of the VB team Visual Basic Developer Center | How-Do-I Videos | Power Packs | Code Samples | Team Interviews | Team Webcasts
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Alan Berman
Alexandre Moura
Amanda Silver
Anders Hejlsberg
Anthony D. Green
async
asynchronous programming
Avner Aharoni
await
Beth Massi
Bill Horst
ClickOnce
Converting SQL to LINQ
Corrina Barber
Daniel Walzenbach
Data_Design
Debugger
Deployment
Did you know?
DLR
Doug Rothaus
Encoding
IDE
I'm A VB!
Interview
IQueryable
Jared Parsons
Joe Binder
John Rivard
John Stallo
Jonathan Aneja
Karen Liu
Kathleen McGrath
Kevin Halverson
Kinnect
Kit George
LINQ Cookbook
LINQ/VB9
Lisa Feigenbaum
Luca Bolognese
Lucian Wischik
Mary Lee
Matt Gertz
metadata
Microframework
Milind Lele
MSI
multi-threading
Netduino
Office Development
Pages
parallel programming
Patrick Dengler
Paul Vick
Paul Yuknewicz
PDC2008
Performance
PInvoke
Power Packs
Roslyn
Sarika Calla
Scott Wisniewski
screen savers
Shyam Namboodiripad
Silverlight
Silverlight 4 Firestarter
Smart Devices
SMB
Sophia Salim
Spot the Bug!
Spotty Bowles
SQL
Steve Stein
Syntax Visualizer
task cancellation
TDD
TechEd2008
TechEd2009
threads
Timothy Ng
Todd Apley
Troubleshooting
Tyler Whitney
VB
VB XML Cookbook
VB_Express
VB2005
VB2008
VB2010
VB6_Migration/Interop
Visual Basic
Visual Basic History
Visual Studio
WCF
Web
Windows Phone
Workflow
WPF
XML
Young Joo
Browse by Tags
MSDN Blogs
>
The Visual Basic Team
>
All Tags
>
bill horst
Tagged Content List
Blog Post:
Did you know? You can unwind the call stack from exceptions (Bill Horst)
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...
on
9 Dec 2008
Blog Post:
Community Interview with Bill Horst (Beth Massi)
VBTeam
Continuing the community interviews from our Italian Visual Basic MVP Alessandro Del Sole , this time we have Bill Horst, a tester on the VB Team. You might know Bill from his awesome series of blog posts on Converting SQL to LINQ . Also check out the Visual Basic Team page for pictures and bios and...
on
22 Oct 2008
Blog Post:
Converting SQL to LINQ, Part 10: Like (Bill Horst)
VBTeam
This post assumes you’ve read my previous Converting SQL to LINQ posts. I haven’t had much in the way of specific requests for more LINQ posts, so I’d still welcome any suggestions that people want to offer. I did get one request about how to mimic the LIKE keyword functionality in VB LINQ. ...
on
7 May 2008
Blog Post:
STAThread vs. MTAThread (WHorst)
VBTeam
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 this post. DeltaEngine calls into a native assembly...
on
24 Mar 2008
Blog Post:
Converting SQL to LINQ, Part 9: Full Outer Join (Bill Horst)
VBTeam
This post assumes you’ve read the previous posts in this series. It makes the same assumptions as Part 8, and I will pick up where I left off, covering Full Outer Join. Once again, I recognize this isn’t an ideal situation, so if you’d like to see better support of Full Outer Join in a future VB release...
on
12 Feb 2008
Blog Post:
Converting SQL to LINQ, Part 8: Left/Right Outer Join (Bill Horst)
VBTeam
This post assumes you’ve read the previous posts in this series. After my post on joins , I’ve had some questions about outer joins. As you can see in part 6, VB9 doesn’t have smooth support for Left or Right join. I showed how to get similar functionality with Group Join, but I’ve looked into...
on
31 Jan 2008
Blog Post:
Converting SQL to LINQ, Part 7: UNION, TOP, Subqueries (Bill Horst)
VBTeam
This post assumes you’ve read the previous posts in this series: Converting SQL to LINQ, Part 1: The Basics Converting SQL to LINQ, Part 2: FROM and SELECT Converting SQL to LINQ, Part 3: DISTINCT, WHERE, ORDER BY and Operators Converting SQL to LINQ, Part 4: Functions Converting SQL to...
on
8 Jan 2008
Blog Post:
Converting SQL to LINQ, Part 6: Joins (Bill Horst)
VBTeam
This post assumes you’ve read the previous posts in this series: Converting SQL to LINQ, Part 1: The Basics Converting SQL to LINQ, Part 2: FROM and SELECT Converting SQL to LINQ, Part 3: DISTINCT, WHERE, ORDER BY and Operators Converting SQL to LINQ, Part 4: Functions Converting SQL to...
on
31 Dec 2007
Blog Post:
Converting SQL to LINQ, Part 5: GROUP BY and HAVING (Bill Horst)
VBTeam
This post assumes you’ve read the previous posts in this series: Converting SQL to LINQ, Part 1: The Basics Converting SQL to LINQ, Part 2: FROM and SELECT Converting SQL to LINQ, Part 3: DISTINCT, WHERE, ORDER BY and Operators Converting SQL to LINQ, Part 4: Functions This post will...
on
18 Dec 2007
Blog Post:
Converting SQL to LINQ, Part 4: Functions (Bill Horst)
VBTeam
This post assumes you’ve read the previous posts in this series: Converting SQL to LINQ, Part 1: The Basics Converting SQL to LINQ, Part 2: FROM and SELECT Converting SQL to LINQ, Part 3: DISTINCT, WHERE, ORDER BY and Operators This post will discuss scalar and aggregate functions. ...
on
12 Dec 2007
Blog Post:
Converting SQL to LINQ, Part 3: DISTINCT, WHERE, ORDER BY and Operators (Bill Horst)
VBTeam
This post assumes you’ve read the previous posts in this series: Converting SQL to LINQ, Part 1: The Basics Converting SQL to LINQ, Part 2: FROM and SELECT Continuing with specific query clauses, I will cover topics related to DISTINCT, WHERE and ORDER BY. DISTINCT SQL SELECT statements...
on
4 Dec 2007
Blog Post:
Converting SQL to LINQ, Part 2: FROM and SELECT (Bill Horst)
VBTeam
This post assumes you’ve read Converting SQL to LINQ, Part 1: The Basics . I’ve made the following name changes since the last post, which I hope will make the code examples clearer: · Customers -> CustomerTable · Orders -> OrderTable · cust -> Contact · CustomerName ->...
on
28 Nov 2007
Blog Post:
Converting SQL to LINQ, Part 1: The Basics (Bill Horst)
VBTeam
As you may already know, VB LINQ statements enable SQL-like syntax for queries in the VB language. LINQ syntax doesn't match SQL syntax exactly, so if you are already working with SQL or familiar with SQL queries, you may find yourself wanting to convert an existing SQL query to LINQ. This will be...
on
19 Nov 2007
Page 1 of 1 (13 items)