Sign in
Matthew Manela's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
ADO.NET
Applications
ARR
ASP .NET
ASP .NET MVC
ASP.NET
AutoMapper
C#
Chutzpah
CLR
Codeplex
Comic
Dependency Injection
DiffPlex
Downloads
F#
FastSharp
Functional Programming
Funny
Games
Git
github
Haskell
HTML
Internet Explorer
J
JavaScript
JQuery
LINQ
Localization
Mercurial
Moq
MSDN Code Gallery
NHibernate
NuGet
Open Source
OpenWithTest
Parsing
PC
Personal
Powershell
pro
Programming
Project Euler
Random Thoughts
Regular Expression
RTF
SignalR
Silverlight
Snippet Designer
Snippets
Software Development
SQL CE
structuremap
testing
Tools
TypeScript
Ubuntu
Uncategorized
Visual Basic
Visual Studio
Visual Studio 2012
Visual Studio Gallery
VS SDK
WHAT!
Windows
Windows Phone
WPF
XAML
Browse by Tags
MSDN Blogs
>
Matthew Manela's Blog
>
All Tags
>
visual basic
Tagged Content List
Blog Post:
Visual Basic .NET Late Binding Explored
Matthew Manela
In a previous post I mentioned how Visual Basic .NET's lambda expressions are more fun and easy to use than C#'s. My inspiration for this statement was the fact that in VB .NET you are able to implicitly define a lambda expression in this way: Dim f = Function (x) x + x Console.WriteLine(f(5)) 'Outputs...
on
15 Dec 2007
Blog Post:
Lambda Expressions are more fun in Visual Basic .NET
Matthew Manela
I love C# and I would never want to do anything to make it seem any less amazing but I have to give credit where credit is due ... to Visual Basic .NET. Yes, I said it. Both languages have been adding features inspired by the functional and dynamic programing world. However, VB .NET has went a few steps...
on
7 Dec 2007
Blog Post:
Lambda Expressions
Matthew Manela
With the release of C# 3.0 and Visual Basic 9, both languages added support for lambda expressions. Lambda expressions form the basis of lambda calculus which (this will seem a bit mathy) is a formal system which is used to explore mathematical and programmatic topics such as recursion and computability...
on
5 Dec 2007
Page 1 of 1 (3 items)