Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain how you can assign a lambda expression to a delegate?



Explain how you can assign a lambda expression to a delegate?..

Answer / Rakesh Kumar

To assign a lambda expression to a delegate in C#, use the '=' operator: Func<T1, TResult> func = item => SomeExpression; Here, Func<T1, TResult> is the delegate type, and the lambda expression is assigned to it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is the difference between N-layer and N-tier architecture?

1 Answers  


What are advantages of using LINQ on DataSet?

1 Answers  


What is linq and lambda expressions?

1 Answers  


What is difference between first and single in linq?

1 Answers  


Differentiate between select() and selectmany() method in linq.

1 Answers  


What is the difference between Count() and LongCount extension methods in LINQ?

1 Answers   Arigo Infotech,


What is parallel linq?

1 Answers  


what is lambda expressions in LINQ?

1 Answers  


Write a program for concat to create one sequence of data rows that contains datatabless data rows, one after the other?

1 Answers  


What is Object Relational Designer (O/R Designer)?

1 Answers  


What is the difference between entity framework and linq?

1 Answers  


What are different types of joins in LINQ?

1 Answers  


Categories