Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Expressions   (RSS)
Maybe there is more
Michel Perfetti , has taken my little Maybe thingie and gone a lot further , by using expression tree re-writting he has made it possible to express this: string code = licensePlate.Maybe(lp => lp.Car) .Maybe(c => c.Owner) .Maybe(o => o.Address) Read More...
Page view tracker