Showing archive results for 2006

Jul 3, 2006
Post comments count0
Post likes count0

Whats New In VB2005 – Some parts of the TechEd demos

VBTeam
VBTeam

So I cleaned up my teched demos and editted the notes so hopefully, someone other than me (without access to what's inside my head ;-)) can follow along and see some of the cool new things in VB2005. Simply unzip the solution, open it, and remember to START with the demo.vb file in the DemoProject solution! If there's a project you're interested in...

Jun 27, 2006
Post comments count0
Post likes count0

Generics Patterns and Practices: ideas and suggestions for when to use generics

VBTeam
VBTeam

So at TechEd-2006, I gave a chalktalk on generics patterns and practices. I've zipped the content up here so folks can check it out if they want. I start by giving a quick background on generics (the GenericsBasics solution attached), then looking for patterns in the framework of where generics might be applied (The Examples project in the solution...

Jun 26, 2006
Post comments count0
Post likes count0

VB Curioddities #1: Enum, Enum, my kingdom for an Enum.Parse

VBTeam
VBTeam

Hey folks, my name's Kit George and I've joined the VB team from the CLR. VB is after all, the best language, so of course, it makes sense to work directly on it!Like all languages, VB has it's little 'oddities', so i thought i would start a series to present a few of these. These are little (and perhaps large) curious VB things that you may or may...

Jun 19, 2006
Post comments count0
Post likes count0

VB6 Collections: The Missing LINQ

VBTeam
VBTeam

By Jonathan Aneja   Hi, my name’s Jonathan and I’m a Program Manager on the VB team, working mainly on LINQ features.  One of the things I love about LINQ is it’s not just limited to querying over databases and XML – you can query over any collection of Objects.  For example, let’s say I have a collection of PurchaseOrders, and I wa...

Apr 20, 2006
Post comments count0
Post likes count0

EMEA Tour Followup

VBTeam
VBTeam

PaulYuk and I just returned from the EMEA tour where we demoed tons of new VB 2005 features to groups in Brussells, Amsterdam, Stockholm, Belfast, and Dublin.  Here (as promised) are links to more information on what I presented.   If you didn't make it to the presentations, check out the below.   Lots of interesting materi...

Apr 7, 2006
Post comments count0
Post likes count0

Paper on XML features of VB9

VBTeam
VBTeam

Just wanted to point out a paper Brian Beckman and Erik Meijer wrote on the XML features of VB9.  

Mar 16, 2006
Post comments count0
Post likes count0

New VB9 Bloggers

VBTeam
VBTeam

By Amanda Silver  I just wanted to let you know that we’re working furiously on turning the VB9 features into an actual product, understanding how the debugger and editor should support them, and getting another CTP out to you all. Your feedback so far as been invaluable.  Hopefully you’ll see that we’ve responded t...

Jan 23, 2006
Post comments count0
Post likes count0

NEW VB LINQ CTP: Now live on MSDN!

VBTeam
VBTeam

By Amanda Silver I’m very excited to announce that the next tech preview of Visual Basic 9.0 which includes support for Language INtegrated Query (codename LINQ) and XML integration atop the XLinq API is now available on the VB Future and the LINQ project websites. This is the result of a ton of hard work for a significant portion of the...