Welcome to MSDN Blogs Sign in | Join | Help

March 2008 - Posts

Hey there! In this post, I'll continue describing some of the things that are interesting about the VB compiler, especially related to expression trees and the consumption of expression trees in your LINQ provider. Again, this may not be too interesting Read More...
Consider the following code fragment: Module Module1 Sub Foo(Of T)( ByVal x As T) If x Is Nothing Then End If End Sub Sub Main() Foo(10) End Sub End Module .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier Read More...
 
Page view tracker