/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





A developer on the public newsgroups asked an interesting question that I thought would have a fairly easy answer. Well, it turned out to be easy once Pablo Castro provided a hint.
I'll be speaking in my own home town of San Francisco next week for VSLive ! so if you're in the area you should register and come on out! There's an amazing line up of speakers and sessions . Also when you register you get free access to the MSDN Developer Conference on Monday. I'll be showing off some super-cool new Visual Studio 2010 features as well as some tips and tricks of LINQ in Visual Basic 2008 -- including a whole talk devoted to working with LINQ to XML (my personal favo ... [ read more ]
Lambdas make it easy to query Generic Lists.  Here's a simple example that uses the Lambda Where() function to query a List(Of Integer): Public Class GetDotNetCodeSamples       Private integersList As New List( Of Integer )       Public Sub New ()         Dim numbers() As Integer = {5, 4, 1, 3, 9, 8, 6, 7, 2, 0}         ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC