Lambda Expression


Lambda Expressions are based on function programming; they have been added to .NET. A Lambda Expression is essentially a very compressed function often
used where a delegate would be used, and they have a precise syntax, which is roughly:

Function(arg1, arg2…argn) expression

You can explicitly type the parameters — that is, provide the argument types or leave them unspecified and the compiler will figure it out. The expression part is a statement such as a + b, or s.Length. The Return keyword is implicit.

Read Also:

  • Large Merchant Services

    eBay’s Large Merchant Services (LMS) is a set of APIs that enable an online seller’s application to send large amounts of inventory to eBay. Using LMS enables large merchants to shift the processing burden for large call volume (and call retries) from your server to eBay servers, reducing your own bandwidth and connection requests. Also, […]

  • Larrabee

    Codename for a hybrid CPU (central processing unit) and GPU (graphics processing unit) chip that is currently in development by Intel. Larrabee is a stand-alone chip with integrated graphics based on the x86 architecture. Intel is expected to debut the Larrabee as a GPU in product release form by in late 2009 or early 2010.

  • LaserWriter

    A family of Apple laser printers designed to run off a Macintosh computer.

  • Latent semantic indexing

    Abbreviated as LSI, Latent semantic indexing it is an algorithm used by search engines to determine what a page is about outside of specifically matching search query text. The LSI algorithm doesn’t actually understand the meanings of words on the page but it can spot patterns of related words. LSI will may return relevant results […]

  • Layer Two Forwarding

    Often abbreviated as L2F, a tunneling protocol developed by Cisco Systems. L2F is similar to the PPTP protocol developed by Microsoft, enabling organizations to set up virtual private networks (VPNs) that use the Internet backbone to move packets. Recently, Microsoft and Cisco agreed to merge their respective protocols into a single, standard protocol called Layer […]


Disclaimer: Lambda Expression definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.