Sign in
|
Join
|
Help
in
Current Tags
Mike McIntyre's .NET Journal
Blogs
(Entire Site)
vbCity Blogs
New (temp) place for vbCity Blogs
Home
Blogs
Media
This Blog
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Conditional If Operator Visual Basic 2008 - Short Circuit Logic
Visual Basic 2008 - Use Lambdas with Generic Lists
Visual Basic 2008 Pop Quiz - How can I add a Function to the String type? Part 2
Visual Basic 2008 Pop Quiz - How can I add a Function to the String type?
Visual Basic 2008 Books (updated)
Tags
.net
array literal
collection initializer
development
DLR
dynamic language runtime
edit mode
ErrorProvider
example
expression grid editing
extension method
GetFiles
Getting Started
join
lambda
Linq
Multiline
silverlight
sql
vb.net
visual basic
visual basic 10
visual basic 2008
visual basic 2010
Visual Studio 2010
Archives
November 2009 (6)
October 2009 (9)
September 2009 (10)
August 2009 (8)
July 2009 (3)
June 2009 (1)
May 2009 (2)
April 2009 (3)
March 2009 (10)
February 2009 (11)
January 2009 (5)
December 2008 (5)
November 2008 (9)
September 2008 (1)
Mike McIntyre's .NET Journal
Browse by Tags
All Tags
»
visual basic 2008
(
RSS
)
.net
books
extension method
extension methods
generic list
If operatior
lambdas
visual basic
Conditional If Operator Visual Basic 2008 - Short Circuit Logic
The Visual Basic 2008 conditional If operator tests an expression and returns a value using short-circuit evaluation to conditionally return one of two values. Unlike the IIF runtime function the conditional If operator only evaluates its operands if...
Posted
Mar 23 2009, 08:56 AM
by
Mike McIntyre
with
Filed under:
visual basic 2008
,
If operatior
Visual Basic 2008 - Use Lambdas with Generic Lists
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...
Posted
Feb 18 2009, 07:39 PM
by
Mike McIntyre
with
Filed under:
visual basic 2008
,
lambdas
,
generic list
Visual Basic 2008 Pop Quiz - How can I add a Function to the String type? Part 2
Extension methods are new in Visual Basic 2008. This short blog series explores how extension methods can be used to add Subs and Functions to the .NET String type. Click here for an index of this blog series. Here's this post's sample code: Module...
Posted
Nov 26 2008, 07:38 AM
by
Mike McIntyre
with | with
no comments
Filed under:
visual basic 2008
,
.net
,
extension methods
,
visual basic
Visual Basic 2008 Pop Quiz - How can I add a Function to the String type?
Extension methods are new in Visual Basic 2008. This short blog series will explore how extension methods can be used to add Subs and Functions to the .NET String type....
Posted
Nov 20 2008, 07:56 PM
by
Mike McIntyre
with
Filed under:
visual basic 2008
,
extension method
Visual Basic 2008 Books (updated)
When I first published this list on my .Net Resources blog October 2007, it contained eleven books. The list has grown so large that I am now hosting it on my Get Dot Net Code web site: Visual Studio 2008 Books
Posted
Nov 20 2008, 07:17 PM
by
Mike McIntyre
with | with
no comments
Filed under:
visual basic 2008
,
books
Copyright 1998-2009 vbCity.com LLC