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 is lamda expression?

Answer Posted / andro

Lambda expression is an inline delegate introduced with C #
3.0 language. It’s a concise way to represent an anonymous
method. It provides a syntax to create and invoke
functions. Although Lambda expressions are simpler to use
than anonymous methods, they do slightly differ on how they
are implemented. Both anonymous methods and Lambda
expressions allow you define the method implementation
inline, however, an anonymous method explicitly requires
you to define the parameter types and the return type for a
method. Lambda expression uses the type inference feature
of C# 3.0 which allows the compiler to infer the type of
the variable based on the context.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you set image source dynamically from c# application to ”test.png” file?

1021


What does console readline do?

816


What are the steps to make an assembly to public?

926


how to sort an array in c#

941


How do I register my code for use by classic com clients?

839


What are virtual destructors?

901


How can you write a class to restrict that only one object of this class can be created (Singleton class)?

882


Which are access modifiers available in c#?

908


Why we use get set in c#?

873


Name the property of the textbox which cannot be changed at runtime?

914


Can you use all access modifiers for all types?

916


What is thread and explain states of a thread in c#?

806


How do you define a predicate?

837


What is c# in asp net?

876


What are custom exceptions? Why do we need them?

914