No announcements
Found 1729791 threads
-
0 Votes
Dynamically generate lambda expressions
You can dynamically construct a lambda expression using the Expression.Lambda methodAnswered | 3 Replies | 3145 Views | Created by John Foot - Monday, August 15, 2011 9:30 AM | Last reply by Louis.fr - Wednesday, August 17, 2011 10:11 AM -
0 Votes
Compiling Lambda Expression
The body of a lambda expression is moved into its own private method and the corresponding expression replaced with the method call.Answered | 2 Replies | 532 Views | Created by Arnab9550 - Friday, September 23, 2016 11:52 AM | Last reply by CoolDadTx - Friday, September 23, 2016 2:12 PM -
1 Votes
Lambda expressions in C++/CLI
That doesn't work with generic types.Answered | 5 Replies | 16020 Views | Created by Shweta Jain (Lodha) - Tuesday, October 8, 2013 12:59 PM | Last reply by Mike Danes - Tuesday, October 8, 2013 4:52 PM -
0 Votes
Lambda expression as method parameter
Let's therefore starting with fixed types and forget generics for this discussion.Answered | 3 Replies | 882 Views | Created by Jon Q Jacobs - Friday, March 13, 2020 5:11 PM | Last reply by Jon Q Jacobs - Friday, March 13, 2020 6:13 PM -
0 Votes
Lambda Expression
Hello, BeginInvoke method receive a delegate parameter, it execute the specified delegate asynchronously on the thread that the control's underlying handle was created on.Please ...Answered | 1 Replies | 1000 Views | Created by Jeff0803 - Friday, December 19, 2014 12:17 AM | Last reply by Caillen - Sunday, December 21, 2014 2:22 PM -
2 Votes
Lambda Expressions - If string == xy - how to write in lambda expression next code;
A lambda expression is simply an anonymous method that can be written 'inline', i.e. without needing to declare a separate method.Answered | 2 Replies | 533 Views | Created by Nikola1987 - Friday, March 11, 2016 11:06 AM | Last reply by Nikola1987 - Wednesday, March 16, 2016 11:26 AM -
1 Votes
Advantages of lambda expressions
Beside of the syntax aspect of lambdas the more general question is the advantage of locally defined anonymous functions.Answered | 7 Replies | 15339 Views | Created by John Foot - Friday, February 11, 2011 5:22 PM | Last reply by Reed Copsey, Jr - Monday, February 14, 2011 4:45 PM -
0 Votes
CTP4 - Include with lambda expression
Hi Stéphane, You probably need to add a using statement for 'System.Data.Entity', the lambda version of Include is currently an extension method on IQueryable<T>.Answered | 2 Replies | 5286 Views | Created by stephane.julien - Thursday, November 18, 2010 4:44 PM | Last reply by stephane.julien - Tuesday, November 23, 2010 12:45 PM -
3 Votes
Debug lambda expressions
Put a breakpoint at the beginning of lambda expression.Answered | 5 Replies | 10954 Views | Created by Ultimate Specialist - Tuesday, June 19, 2012 5:49 PM | Last reply by Tiago Rodrigues da Silva - Wednesday, November 27, 2013 7:40 PM -
0 Votes
Compiler Expansion of Lambda Expressions...
Just realize that your lambda is going to compile into a rather strangely named method, but if you look at the code that uses it in Reflector, then browse to the method, it works perfectly.Answered | 1 Replies | 3696 Views | Created by soonerdave - Friday, September 18, 2009 5:30 PM | Last reply by Reed Copsey, Jr - Friday, September 18, 2009 5:44 PM -
1 Votes
lambda expressions in VBA
With VB.NET you have a much more powerful language, not only with lambda expressions, but with advanced .NET features like LINQ as well.Answered | 4 Replies | 9670 Views | Created by Christopher A. Hinton - Monday, September 23, 2013 9:54 PM | Last reply by arabadjiev - Wednesday, October 2, 2019 9:03 PM -
2 Votes
Lambda Expression
(c.lstString !Answered | 3 Replies | 3192 Views | Created by microsoft_kc - Tuesday, August 12, 2008 2:32 PM | Last reply by microsoft_kc - Wednesday, August 13, 2008 7:25 AM -
0 Votes
Is it a Lambda Expressions ?
” is an Expression Bodied Getter, and “?.”Answered | 3 Replies | 790 Views | Created by Michael CS - Thursday, February 11, 2016 8:08 AM | Last reply by Michael CS - Friday, February 12, 2016 5:58 AM -
1 Votes
Why use lambda expression on Common.Logging log.debug ?
When you use the lambda syntax then the lambda body isn't actually executed until the argument is evaluated inside the method.Answered | 4 Replies | 1926 Views | Created by aujong - Friday, November 13, 2015 7:14 PM | Last reply by CoolDadTx - Friday, November 13, 2015 10:54 PM -
0 Votes
The WaitCallback delegate and lambda expressions
If the WaitCallback delegate took an int as parameter, then the lambda parameter would be an int.Answered | 7 Replies | 7913 Views | Created by Hobz - Friday, April 9, 2010 8:46 AM | Last reply by Hobz - Monday, April 12, 2010 12:13 PM -
0 Votes
anonymous methods vs. lambda expressions
Perhaps it's worth saying that anonymous methods came first (2.0) and lambda expressions came later (3.0).Answered | 1 Replies | 1089 Views | Created by lasse - Tuesday, April 8, 2014 8:27 AM | Last reply by Mike Danes - Tuesday, April 8, 2014 8:57 AM -
0 Votes
how to use a lambda expression in an unknown type
#region Prepare lambda expression //PARAM TYPE AND PARAM NAME IN EXPRESSION { CHILD } var eParam ...Answered | 5 Replies | 6411 Views | Created by Joab Silveira - Thursday, February 14, 2013 2:43 AM | Last reply by Joab Silveira - Thursday, February 21, 2013 2:48 PM -
0 Votes
C# 3.0 Lambda Expressions
How do you create a lambda expression with more than one statement in the body?Answered | 1 Replies | 3475 Views | Created by SushantM - Thursday, June 3, 2010 9:32 AM | Last reply by Yasser Zamani - Mr. Help - Thursday, June 3, 2010 9:58 AM -
5 Votes
Wanting Lambda Expression for .Include("..")
Hi, sorry to keep you in confusion, I did suggested in this way, because you are using earlier version of EF that doesn't support Lambda.Answered | 9 Replies | 13486 Views | Created by Peter Kellner - Thursday, March 8, 2012 11:45 PM | Last reply by Peter Kellner - Friday, March 9, 2012 7:50 PM -
1 Votes
how to explain what is lambda expression to layman ?
sir you said "A lot of different examples can be found at the given msdn page about lambda expressions (including details what different kinds of lambda ...Answered | 6 Replies | 719 Views | Created by Sudip_inn - Tuesday, September 20, 2016 7:51 AM | Last reply by Kevin Linq - Wednesday, September 21, 2016 9:59 AM - Items 1 to 20 of 1729791 Next ›
No announcements