Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
The Visual Basic Team
>
All Tags
>
lucian wischik
Server & Tools Blogs
>
Developer Tools Blogs
>
The Visual Basic Team
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
The Visual Basic Team
A group blog from members of the VB team
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
Roslyn September 2012 CTP Available for Download!
Posted
8 months ago
by
VBTeam
9
Comments
Install Published Samples with Visual Studio
Posted
10 months ago
by
Alan Berman
4
Comments
More VB Metro Samples available
Posted
11 months ago
by
VBTeam
0
Comments
Announcing Microsoft “Roslyn” June 2012 CTP
Posted
11 months ago
by
VBTeam
2
Comments
Live Now on Developer Tools Blogs
Tags
async
asynchronous programming
await
Beth Massi
IDE
Interview
Jonathan Aneja
Karen Liu
Kevin Halverson
Lisa Feigenbaum
Paul Vick
PDC2008
Spotty Bowles
VB
VB2008
VB2010
Visual Basic
Visual Studio
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
September 2012
(1)
June 2012
(3)
May 2012
(1)
April 2012
(1)
February 2012
(1)
December 2011
(1)
November 2011
(3)
October 2011
(2)
September 2011
(3)
August 2011
(3)
June 2011
(2)
May 2011
(3)
April 2011
(6)
March 2011
(7)
February 2011
(5)
January 2011
(2)
December 2010
(1)
November 2010
(2)
October 2010
(1)
September 2010
(1)
June 2010
(5)
May 2010
(2)
April 2010
(3)
March 2010
(1)
February 2010
(2)
January 2010
(3)
December 2009
(2)
November 2009
(6)
October 2009
(51)
September 2009
(3)
August 2009
(2)
July 2009
(54)
June 2009
(53)
May 2009
(13)
April 2009
(8)
March 2009
(13)
February 2009
(7)
January 2009
(3)
December 2008
(28)
November 2008
(25)
October 2008
(24)
September 2008
(16)
August 2008
(8)
July 2008
(6)
June 2008
(7)
May 2008
(10)
April 2008
(3)
March 2008
(20)
February 2008
(4)
January 2008
(14)
December 2007
(18)
November 2007
(19)
October 2007
(11)
September 2007
(12)
August 2007
(9)
July 2007
(21)
June 2007
(18)
May 2007
(12)
April 2007
(14)
March 2007
(15)
February 2007
(2)
January 2007
(6)
November 2006
(3)
October 2006
(3)
September 2006
(4)
July 2006
(1)
June 2006
(3)
April 2006
(2)
March 2006
(1)
January 2006
(1)
December 2005
(2)
November 2005
(10)
October 2005
(1)
September 2005
(6)
July 2005
(7)
June 2005
(4)
May 2005
(1)
April 2005
(7)
March 2005
(3)
January 2005
(2)
November 2004
(2)
October 2004
(2)
September 2004
(1)
August 2004
(7)
July 2004
(6)
June 2004
(1)
May 2004
(9)
More
▼
Less
▲
Tagged Content List
Blog Post:
Visual Basic 11 Beta Available for Download!
VBTeam
As you may have read in Jason’s announcement , today we announced that Visual Studio 11 Beta is now available for download . This is a huge release for Visual Basic as it provides full platform support for building Windows 8 Metro style apps, a first-class asynchronous programming experience, and...
on
28 Feb 2012
Blog Post:
Announcement: Namespace Global
VBTeam
There’s a new feature coming to VB, and already included in the Visual Studio 11 Developer Preview . The feature is called Namespace Global and it’ll make your life easier… if you part of your code belongs in a different namespace from the rest of your project, if you use...
on
27 Sep 2011
Blog Post:
New Async Programming Video's
VBTeam
Some great new video's on MSDN showing how to do async programming using the Async CTP. http://msdn.microsoft.com/en-us/vstudio/hh378091.aspx There are different versions of video's for both VB and C#. This is a great opportunity to see the power of the new Async languages featuresand follow through...
on
12 Aug 2011
Blog Post:
Announcing the Async CTP for Visual Basic (and also Iterators!)
VBTeam
We're very happy to announce today the Async CTP for Visual Basic and C#. Async CTP homepage : http://msdn.com/vstudio/async Installer : http://go.microsoft.com/fwlink/?LinkId=203690 Async discussion forums : http://social.msdn.microsoft.com/Forums/en-US/async/threads Asynchronous programming...
on
28 Oct 2010
Blog Post:
What didn't get into VB10: a wish-list for future versions of VB
VBTeam
Visual Studio 2010 is almost out the door. Now is a good time to look back at what we didn't get into the language in this release, but would have wanted to, and so will consider for future releases. Over the coming weeks, each day, I'll blog on blogs.msdn.com/lucian about the ideas on our wish-list...
on
28 Jan 2010
Blog Post:
Negative delays: not in VB (Lucian Wischik)
VBTeam
Our recent pos t on "negative sleeps in VB" was an April Fool's joke. VB doesn't have negative sleeps, and isn't going to. But the joke's on me! Several readers wrote back to say that other languages do have negative sleeps. Tony Hoare, inventor of "Quicksort" amongst other things, wrote: Did you...
on
6 Apr 2009
Blog Post:
Using "negative sleeps" to improve responsiveness in VB web apps
VBTeam
[NOTE: please also read the followup to this article] .NET 4.0 will introduce many new threading and concurrency classes -- SpinLock, Parallel Linq, and ConcurrentDictionary to name but a few. The new feature that excites me the most is the ability to pass a negative argument to Thread.Sleep...
on
1 Apr 2009
Blog Post:
Channel 9 Interview: Using the Touchless SDK with Visual Basic (Beth Massi, Lucian Wischik)
VBTeam
Today I posted a new interview on Channel 9 on using the Touchless SDK. The Touchless SDK enables developers to create multi-touch based applications using a webcam for input. "Touch without touching." It's actually pretty cool! In this interview I meet up with Touchless SDK creator, Mike Wasserman...
on
20 Mar 2009
Blog Post:
Concurrent Basic on Channel 9 (Lucian Wischik, Lisa Feigenbaum)
VBTeam
Concurrency is an important topic on everyone's mind, when considering future trends for computing and programming languages. Concurrent Basic is a variant of the Visual Basic language, with new constructs baked in to help handle concurrency and parallelism, in a very natural way. Watch this high-energy...
on
26 Feb 2009
Blog Post:
Web-scraping using Visual Basic's XML support
VBTeam
We've just had a fascinating article about using VB's XML literals to produce web pages. I've been interested in the other side of the process: using VB's XML support to scrape web-pages for data. Here's the essential bit of code, which looks for something like <div class="content"><h2>Title<...
on
20 Feb 2009
Blog Post:
System.Diagnostics.Process: avoid deadlocks in RedirectStandardInput/Output (Lucian Wischik)
VBTeam
It's common that you want to launch an external process but supply input and capture the output. Here's one attempt: ' BAD CODE Using p As New System.Diagnostics.Process p.StartInfo.FileName = "cat" p.StartInfo.UseShellExecute = False p.StartInfo.RedirectStandardOutput = True p.StartInfo...
on
30 Dec 2008
Blog Post:
Happy 10th Birthday to the Italian VB Tips and Tricks Community! (Lisa Feigenbaum)
VBTeam
"Visual Basic Tips & Tricks" is an Italian online community that was started 10 years ago today. To be exact, the first tips were actually published in 1996 on a personal web page of the founder and leader, Gianluca Cannalire. However, the group recognizes the first day of the "real community" as...
on
8 Dec 2008
Blog Post:
Romeo and Juliette and Windows Azure (Lucian Wischik)
VBTeam
1. Juliette sends a message "I'll take a drug which makes me look dead but I'm not really" 2. Romeo receives the message 3. Romeo finds Juliette looking dead, but knows she's not really dead 4. They live happily ever after vs. 1. Juliette sends a message "I'll take a drug which makes me look dead...
on
17 Nov 2008
Blog Post:
Where are the Windows "SDK tools"? Where is ildasm? (Lucian Wischik)
VBTeam
C:\Program Files\Microsoft SDKs\Windows\v6.0\bin\ildasm.exe C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\ildasm.exe C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\ildasm.exe C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\x64\ildasm.exe C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX...
on
14 Nov 2008
Blog Post:
Typeless expressions (Lucian Wischik)
VBTeam
"My dog has no type." "How does he smell?" " Awful! " Two of the new features of VB10 -- array literals and multi-line lambdas -- are interesting from the language perspective because their expressions have no type! This article is for language lawyers. I remember at my very first undergraduate computer...
on
5 Nov 2008
Blog Post:
Community Interview with Lucian Wischik (Beth Massi)
VBTeam
Here's a community interview from our Italian Visual Basic MVP Alessandro Del Sole , this time with Lucian Wischik, a Developer on the team. I'm just getting to know Lucian but he is a very interesting and bright person who is just a pleasure to talk with (I hope he starts blogging a lot more ). When...
on
3 Nov 2008
Blog Post:
VB 2010 Language Features: The Channel9 Version (Lucian Wischik, Lisa Feigenbaum)
VBTeam
I recently blogged about the new VB 2010 language features announced at PDC, as well as the video available from Paul and Lucian's "VB Futures" session . Another way to learn about the new features coming out in 2010 is by watching the following Channel9 video with VB specification lead, Lucian Wischik...
on
2 Nov 2008
Blog Post:
TL12: Future Directions for Microsoft Visual Basic (Lisa Feigenbaum)
VBTeam
Didn't make it to the PDC? No problem. You can still check out the *hottest* presentation at the Professional Developers Conference this year, available publicly on demand! Paul Vick (Principal Architect) and Lucian Wischik (VB Specification Lead & Software Engineer) gave an awesome presentation...
on
2 Nov 2008
Blog Post:
A VS plugin to background-run your code and see the output (Lucian Wischik)
VBTeam
Say you're demonstrating some code at a conference. What's the best way to do it? If you show only the code window, then you're counting on the audience's imagination about how the code will work (and their trust that it does!). But if you hit F5 to run it then this breaks the flow. And I find it hard...
on
18 Oct 2008
Blog Post:
Reflection on COM objects (Lucian Wischik)
VBTeam
Reflection on .Net objects is done through System.Type and is very easy. For instance, "Dim type = GetType(System.String)" and now you can look at all the members and inheritance hierarchy of the System.String class. Reflection on COM types is also easy if they have an interop assembly . For instance...
on
12 Oct 2008
Blog Post:
To compare two filenames (Lucian Wischik)
VBTeam
I once visited an ancient tower in China. A sign said "tread carefully for you bear the weight of history on your shoulders". Our guide explained that the tower was over 800 years old! Oh yes, he said, it was built 800 years ago, had burnt to the ground three times in its history, had been moved to completely...
on
23 Sep 2008
Blog Post:
Co- and contra-variance (Lucian Wischik)
VBTeam
How do I convert an IEnumerable(Of CheckingAccount) into an IEnumerable(Of Account) ? (where CheckingAccount inherits from Account). Currently this conversion isn't allowed, but we're considering a VB language feature to support it. The topic is called "co- and contravariance", and has been in the...
on
7 Aug 2008
Page 1 of 1 (22 items)