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...


What are the important points to remember while using lambda expressions?



What are the important points to remember while using lambda expressions?..

Answer / Varun Kumar Jaiswal

1. Lambda expressions are anonymous functions that can be used to define a block of code that's passed around as a single unit. 2. They consist of a parameter list, an arrow token, a return type, and a function body enclosed in curly braces. 3. In C#, the parameters are optional if there is no ambiguity, and the type of the return value can be inferred from the context. 4. Lambda expressions are implicitly typed unless you specify otherwise.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What are the advantages of using linq in dataset?

1 Answers  


What are lambda expressions in LINQ?

1 Answers  


Which command-line tool generates code and mapping for the LINQ to SQL component of .NET Framework?

1 Answers  


Write a program using linq to find the sum of first 5 prime numbers?

1 Answers  


Can we use LINQ with databases other than SQL Server

1 Answers   Sans Pareil IT Services,


What are the different implementations of LINQ?

1 Answers  


How standard query operators useful in linq?

1 Answers  


What is difference between XElement.Load() and XDocument.Load()?

1 Answers  


Why do we use “contains"? Method for strings type functions?

1 Answers  


What is difference between Select and SelectMany in LINQ?

1 Answers  


What does linq?

1 Answers  


how LINQ with databases can be used?

1 Answers  


Categories