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
>
jared parsons
Tagged Content List
Blog Post:
The many cases of ByRef
VBTeam
One of the overlooked or simply misunderstood features of the VB language is calling a function which has a ByRef parameter. Most languages support only a single method of passing parameters by reference [1], that is the scenarios directly supported by the CLR. The CLR has a lot of restrictions...
on
26 Jan 2010
Blog Post:
Community Interview with Jared Parsons (Beth Massi)
VBTeam
Here's another community interview from our Italian Visual Basic MVP Alessandro Del Sole , this time with Jared Parsons, a Developer on the VB Team. Jared is a great developer and loves the community. You can check out his personal blog here . You can also check out the Visual Basic Team page for pictures...
on
15 Oct 2008
Blog Post:
VB Catch ... When: Why so special?
VBTeam
The VB Catch syntax has a unique feature: When. It allows users to filter expressions based on something other than their type. Any arbitrary code can enter a When block to decide whether or not to handle an Exception. Sub Sub1() Try DoSomeAction() Catch ex As Exception When Filter(ex) Stop ...
on
9 Oct 2008
Blog Post:
Channel 9 Interview: Jared Parsons on the P-Invoke Interop Assistant (Beth Massi)
VBTeam
Today I posted an interview screencast on Channel 9 . In this interview, Jared Parsons , a Developer on the Visual Basic IDE, shows us the P/Invoke Interop Assistant available on CodePlex . The tool helps with converting unmanaged C code to managed P/Invoke signatures and vice versa. Say goodbye to digging...
on
28 Jul 2008
Blog Post:
PInvoke Interop Assistant on CodePlex (Jared Parsons)
VBTeam
I'm happy to announce that the PInvoke Interop Assistant tool is now available on CodePlex. This includes the binaries, source code and the dev authored unit tests. It is hosted on the more general CLR Interop Tools page. http://www.codeplex.com/clrinterop I will be actively maintaining this...
on
20 Jun 2008
Blog Post:
Making PInvoke Easy
VBTeam
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 on marshalling data for PInvoke and Reverse PInvoke...
on
14 Mar 2008
Blog Post:
Customizing Displays in the Debugger for System Types
VBTeam
We've heard feedback from several customers regarding the way certain types are displayed in the Debugger. Many of the displays exist to maintain the user experience between versions of Visual Studio. We constantly evaluate if this is the correct choice for a given version of the product. Starting with...
on
28 Sep 2007
Blog Post:
Closures in VB Part 5: Looping
VBTeam
For previous articles in the series please see Part 1: Introduction Part 2: Method Calls Part 3: Scope Part 4: Variable Lifetime Once again sorry for the long delay between posts. Looping structures can cause unintended consequences when used with Lambda expressions. The problem...
on
26 Jul 2007
Blog Post:
Closures in VB Part 4: Variable Lifetime
VBTeam
For previous articles in this series please see Part 1: Introduction Part 2: Method Calls Part 3: Scope Sorry for the long delay between posts here. We're getting Orcas out the door and getting this series completed takes a back seat to shipping. Originally I wanted to talk about looping...
on
15 Jun 2007
Blog Post:
Closures in VB Part 3: Scope
VBTeam
Jared here again. For previous articles in this series please see Part 1: Introduction Part 2: Method Calls Thus far in the series we've only lifted variables that are declared in the same block/scope. What happens if we lift variables in different scope? The answer is that one closure class...
on
25 May 2007
Blog Post:
Closures in VB Part 2: Method Calls
VBTeam
For previous articles in this series, please see Part 1 - The basics Jared here again. This part of the series will focus on how method calls are handled in closures. As stated in the previous article, the purpose of closures is to allow all operations inside a lambda or query expression that...
on
3 May 2007
Blog Post:
Closures in VB: Part 1
VBTeam
My name is Jared Parsons and I am a developer on the VB Compiler and Debugger. One of the features I implemented for VB 9.0 is lexical closure support. This a great addition to the VB language and I wanted to do a series of blog posts to describe this feature and how it will impact your code. Lexical...
on
2 May 2007
Page 1 of 1 (12 items)