No announcements
Found 3752439 threads
-
2 Votes
Lambda Expressions - If string == xy - how to write in lambda expression next code;
I have wrong picture how it work.Answered | 2 Replies | 536 Views | Created by Nikola1987 - Friday, March 11, 2016 11:06 AM | Last reply by Nikola1987 - Wednesday, March 16, 2016 11:26 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 | 6425 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
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 | 1015 Views | Created by Jeff0803 - Friday, December 19, 2014 12:17 AM | Last reply by Caillen - Sunday, December 21, 2014 2:22 PM -
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 | 546 Views | Created by Arnab9550 - Friday, September 23, 2016 11:52 AM | Last reply by CoolDadTx - Friday, September 23, 2016 2:12 PM -
4 Votes
How to use Lambda Expressions with DI and an undocked architecture
http://stackoverflow.com/questions/14297633/c-sharp-pass-lambda-expression-as-method-parameterAnswered | 11 Replies | 690 Views | Created by Zero-G. _ - Thursday, August 25, 2016 7:31 PM | Last reply by Reed Kimble - Saturday, August 27, 2016 1:28 PM -
1 Votes
how to explain what is lambda expression to layman ?
As MSDN article mentioned it is: A lambda expression is an anonymous function that you can use to create ...Answered | 6 Replies | 727 Views | Created by Sudip_inn - Tuesday, September 20, 2016 7:51 AM | Last reply by Kevin Linq - Wednesday, September 21, 2016 9:59 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 | 1948 Views | Created by aujong - Friday, November 13, 2015 7:14 PM | Last reply by CoolDadTx - Friday, November 13, 2015 10:54 PM -
3 Votes
Debug lambda expressions
Put a breakpoint at the beginning of lambda expression.Answered | 5 Replies | 10964 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 -
1 Votes
Advantages of lambda expressions
You'd use the Expression<T> if you're using IQueryable - ie: LINQ to SQL or LINQ to Entities, etc, and you want the execution to be converted from the ...Answered | 7 Replies | 15357 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
Lambda expression as method parameter
Nothing about being a lambda changes how function arguments work.Answered | 3 Replies | 892 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
Compiler Expansion of Lambda Expressions...
You can use Reflector to view this.Answered | 1 Replies | 3707 Views | Created by soonerdave - Friday, September 18, 2009 5:30 PM | Last reply by Reed Copsey, Jr - Friday, September 18, 2009 5:44 PM -
0 Votes
CTP4 - Include with lambda expression
I tried with using Microsoft.Data.Entity.CTP; using Microsoft.Data.Entity; using ...Answered | 2 Replies | 5298 Views | Created by stephane.julien - Thursday, November 18, 2010 4:44 PM | Last reply by stephane.julien - Tuesday, November 23, 2010 12:45 PM -
1 Votes
lambda expressions in VBA
While VBA doesn't support lambda's (or Delegates, for that matter), it does support Interfaces (and therefore limited polymorphism, which you can use as a ...Answered | 4 Replies | 9696 Views | Created by Christopher A. Hinton - Monday, September 23, 2013 9:54 PM | Last reply by arabadjiev - Wednesday, October 2, 2019 9:03 PM -
1 Votes
Lambda expressions in C++/CLI
If that's the intention then you need to use % to pass it to ForEach (and pretty much any other .NET method).Answered | 5 Replies | 16065 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
How Do I Sort A List,string> Without Using A Lambda Expression
You should propably tell us why you think you have to avoid Lambda's.Answered | 4 Replies | 2250 Views | Created by ShatterStar2012 - Thursday, August 18, 2016 1:40 PM | Last reply by Christopher84 - Thursday, August 18, 2016 3:36 PM -
2 Votes
Lambda Expression
microsoft_kc, You might like to take a look at the following ...Answered | 3 Replies | 3201 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
How to get a closure value from Lambda Expression?
We couldn't get the parameter's value from a lambda expression.Answered | 5 Replies | 5340 Views | Created by del.piero - Sunday, July 22, 2012 2:09 PM | Last reply by Doraemon_3 - Monday, July 30, 2012 8:59 AM -
0 Votes
Dynamically generate lambda expressions
You can dynamically construct a lambda expression using the Expression.Lambda methodAnswered | 3 Replies | 3154 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
Is it a Lambda Expressions ?
” is an Expression Bodied Getter, and “?.”Answered | 3 Replies | 803 Views | Created by Michael CS - Thursday, February 11, 2016 8:08 AM | Last reply by Michael CS - Friday, February 12, 2016 5:58 AM -
0 Votes
C# 3.0 Lambda Expressions
By using '{' and '}' like below...Answered | 1 Replies | 3484 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 - Items 1 to 20 of 3752439 Next ›
No announcements