Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / lambda

Lambda

lambda

Great Reads

by Rahul Rajat Singh
This article discusses delegates and how to write delegate handlers using functions, anonymous functions and Lambda expressions.
by TheCannyCoder
Java 8 is perhaps one of the most exciting editions of the Java language in recent times. One of the headline features is support for functional programming which is the focus of this blog. The support comes mostly in three features: Support for [work pipeline] streams. Streams allow us to process d
by John Bandela
This post discusses another alternative to lambda move capture.
by John Pravin
Asynchronous Programming with Task Parallel Library.

Latest Articles

by Rahul Rajat Singh
This article discusses delegates and how to write delegate handlers using functions, anonymous functions and Lambda expressions.
by TheCannyCoder
Java 8 is perhaps one of the most exciting editions of the Java language in recent times. One of the headline features is support for functional programming which is the focus of this blog. The support comes mostly in three features: Support for [work pipeline] streams. Streams allow us to process d
by John Bandela
This post discusses another alternative to lambda move capture.
by John Pravin
Asynchronous Programming with Task Parallel Library.

All Articles

Sort by Score

lambda 

by Rahul Rajat Singh
This article discusses delegates and how to write delegate handlers using functions, anonymous functions and Lambda expressions.
by TheCannyCoder
Java 8 is perhaps one of the most exciting editions of the Java language in recent times. One of the headline features is support for functional programming which is the focus of this blog. The support comes mostly in three features: Support for [work pipeline] streams. Streams allow us to process d
by Peter Carrasco
This article describes a pub-sub model using AWS Lamdba along with SNS to keep your AWS-hosted RDMB system of record and cache in sync.
by Mahdi K.
A detailed description for Delegate, Func, Predicate, Action and Lambda Expression.
by Bhushan Mulmule
This write-up will take you through all the steps that are required to understand lambda expression thoroughly.
by sadomovalex
Shows how using reverse engineering feature developers may add new conditions into string CAML queries using lambda expressions.
by egoebelbecker
Create an AWS Lambda in five minutes
by JIANGWilliam
This is the first of three episodes to introduce considerations and techniques used for the throwable functional interfaces defined in my open-sourced library functionExtensions.
by Necmettin Demir
To provide a URL link to access objects in private S3 bucket through AWS Cognito User Pool (using hosted UI), Authorized API Gateway and Lambda in a Secure Way.
by Milan Matějka
Representing Lambda Expressions as delegates and expression trees.
by Petr Bříza
Create and manipulate your expression trees without having your hands dirty.
by RajeshRaushan
In C# delegates can behave like a first class object by having closure on outer variables
by Pradip Koli
Using NoSQL DBreeze database with ASP.NET on SQL Northwind Database.
by Terence Wallace
Ordermate can be used as a basic example of utilizing the XMLSerializer class to automate the creation of invoice forms.
by TheCannyCoder
Ranges and looping with IntStream
by PaulKukiel
Build a Custom PHP MVC in 30 mins and deploy to AWS lambda
by Richard Hyatt
First part in a three part series that covers using the open source project vandium to simplify and secure AWS Lambda code
by Richard Hyatt
Part 2 of our series on simplifying and securing AWS Lambda code using Node.js
by Ivan Perevernykhata
How to start/stop RDS instances on schedule with aws-sdk, nodeJs Lambda function and CloudWatch
by sadomovalex
Describes support for IN CAML operation in Camlex open source library for Sharepoint developers
by Kamran Saeedi
An idea on how to use .NET ExpressionVisitor to translate lambda expressions into classes that encapsulate data suitable for filtering data & creating query strings
by JUST_Neeraj
Create long-running, stateful, durable and serverless orchestrations in AWS using the LambdaBiz framework
by Florian Rappl
An introduction to lambda expressions as well as an advanced discussion on how and where to use them. This article will also show known and introduce new design patterns that might be helpful.
by P. Erward
How to put the AWS Lambda C++ Runtime into a Lambda layer and how to use it