SlideShare a Scribd company logo
Introduction of Lambda
Expression and Predicate
Builder
Bryan lin
2014/03/07
Agenda
• Lambda Expression
• PredicateBuilder
• Implementation of PredicateBuilder
Lambda expression
• What is a Lambda Expression?
• A lambda expression is an anonymous function and it is mostly used to create
delegates in LINQ. Simply put, it's a method without a declaration, i.e., access
modifier, return value declaration, and name.
Lambda expression
• Why do we need lambda expressions? (Why would we need to write a
method without a name?)
• Convenience. It's a shorthand that allows you to write a method in the same
place you are going to use it. Especially useful in places where a method is
being used only once, and the method definition is short. It saves you the effort
of declaring and writing a separate method to the containing class.
Lambda expression
• Benefits:
• Reduced typing. No need to specify the name of the function, its return type, and
its access modifier.
• When reading the code you don't need to look elsewhere for the method's
definition.
Lambda expression
• Lambda expressions should be short. A complex definition makes the
calling code difficult to read.
Lambda expression
• How do we define a lambda expression?
• Lambda basic definition: Parameters => Executed code.
PredicateBuilder
• Background
• Dynamic Predicate Construction
• You allow the user to pick, from a check box list, any of the fields that will be included
in the query, and to specify the criteria
PredicateBuilder
PredicateBuilder
• Background
• Dynamic Predicate Construction
• You can do a bunch of switch-ing if logic to figure out what kind of query to render by
adding a piece of it at a time
• Or you can use lambdas and the PredicateBuilder to inject multiple predicates into
an expression tree
PredicateBuilder
• Using the Code
• To combine the two criteria below:
PredicateBuilder
• Using the Code
• Do with the PredcateBuilder:
PredicateBuilder
• Using the Code
• And then:
Implementation of PredicateBuilder
• Implmentation of and logic:
Implementation of PredicateBuilder
• Implementation of or logic:
References
• http://www.codeproject.com/Tips/298963/Understand-Lambda-
Expressions-in-3-minutes
• http://www.codeproject.com/Articles/28580/LINQ-and-Dynamic-
Predicate-Construction-at-Runtime
• http://www.albahari.com/nutshell/predicatebuilder.aspx
FAQ

More Related Content

PDF
iOS Bootcamp: learning to create awesome apps on iOS using Swift (Lecture 03)
Jonathan Engelsma
 
PDF
iOS Bootcamp: learning to create awesome apps on iOS using Swift (Lecture 02)
Jonathan Engelsma
 
PPT
Lambdas
malliksunkara
 
PPT
JAZOON'13 - Oliver Zeigermann - Typed JavaScript with TypeScript
jazoon13
 
PPTX
Js syntax
Sireesh K
 
PPTX
A-Brief-Introduction-To-JAVA8_By_Srimanta_Sahu
Srimanta Sahu
 
PDF
Python's dynamic nature (rough slides, November 2004)
Kiran Jonnalagadda
 
PDF
MongoDB World 2018: A Swift Introduction to Swift
MongoDB
 
iOS Bootcamp: learning to create awesome apps on iOS using Swift (Lecture 03)
Jonathan Engelsma
 
iOS Bootcamp: learning to create awesome apps on iOS using Swift (Lecture 02)
Jonathan Engelsma
 
Lambdas
malliksunkara
 
JAZOON'13 - Oliver Zeigermann - Typed JavaScript with TypeScript
jazoon13
 
Js syntax
Sireesh K
 
A-Brief-Introduction-To-JAVA8_By_Srimanta_Sahu
Srimanta Sahu
 
Python's dynamic nature (rough slides, November 2004)
Kiran Jonnalagadda
 
MongoDB World 2018: A Swift Introduction to Swift
MongoDB
 

What's hot (20)

PDF
Xtend - better java with -less- noise
Neeraj Bhusare
 
PDF
Jazoon2013 type script
Oliver Zeigermann
 
PPSX
VBScript in Software Testing
Fayis-QA
 
PPTX
Programming Paradigm & Languages
Gaditek
 
PPTX
C# basics...
Abhishek Mukherjee
 
PPTX
Scala-Ls1
Aniket Joshi
 
PDF
Variables in Pharo5
Marcus Denker
 
PDF
Intro to JavaScript - Thinkful LA, June 2017
Thinkful
 
PPTX
Agile korea 2013 유석문
Sangcheol Hwang
 
PPTX
Overview of CoffeeScript
Aniruddha Chakrabarti
 
PDF
Crafting high quality code
Allan Mangune
 
PDF
Thinkful - Intro to JavaScript
TJ Stalcup
 
PPTX
Fp and scala
vikram kadi
 
PPS
Few minutes To better Code - Refactoring
Diaa Al-Salehi
 
PPTX
.Net programming with C#
NguynSang29
 
PDF
Api and Fluency
Stefano Fago
 
PDF
Kotlin & arrow: the functional way
nluaces
 
PPTX
Learn Java in 2 days
AĦɱëđ Ǥhaly
 
PPTX
Cucumber_Training_ForQA
Meenakshi Singhal
 
PPTX
Being Lean Agile
prakashmpujar
 
Xtend - better java with -less- noise
Neeraj Bhusare
 
Jazoon2013 type script
Oliver Zeigermann
 
VBScript in Software Testing
Fayis-QA
 
Programming Paradigm & Languages
Gaditek
 
C# basics...
Abhishek Mukherjee
 
Scala-Ls1
Aniket Joshi
 
Variables in Pharo5
Marcus Denker
 
Intro to JavaScript - Thinkful LA, June 2017
Thinkful
 
Agile korea 2013 유석문
Sangcheol Hwang
 
Overview of CoffeeScript
Aniruddha Chakrabarti
 
Crafting high quality code
Allan Mangune
 
Thinkful - Intro to JavaScript
TJ Stalcup
 
Fp and scala
vikram kadi
 
Few minutes To better Code - Refactoring
Diaa Al-Salehi
 
.Net programming with C#
NguynSang29
 
Api and Fluency
Stefano Fago
 
Kotlin & arrow: the functional way
nluaces
 
Learn Java in 2 days
AĦɱëđ Ǥhaly
 
Cucumber_Training_ForQA
Meenakshi Singhal
 
Being Lean Agile
prakashmpujar
 
Ad

Similar to Introduction of lambda expression and predicate builder (20)

PPTX
Lamdha.pptx
ControlUrgentSecurit
 
PPTX
Peeling back the Lambda layers
Patrick McCaffrey
 
PPTX
Ch-4 Middleware Architectures.pptx
dagilema
 
PPT
20130329 introduction to linq
LearningTech
 
PPTX
Lambda Expressions Java 8 Features usage
AsmaShaikh478737
 
PPTX
Understanding LINQ in C#
MD. Shohag Mia
 
PPTX
Lecture 5 Functions all about business categories
suhaanhakani69
 
PDF
Serverless Microservice Patterns for AWS
Jeremy Daly
 
PDF
What's a macro?: Learning by Examples
chibochibo
 
PPTX
Functional Interfaces and Method References.pptx
MuhammadSalman701062
 
PDF
SOA with Zend Framework
Mike Willbanks
 
PDF
Lambdas in Java 8
Tobias Coetzee
 
PDF
Lambdaless and AWS CDK
MooYeol Lee
 
PDF
What is Python Lambda Function? Python Tutorial | Edureka
Edureka!
 
PDF
What's a macro?: Learning by Examples / Scalaのマクロに実用例から触れてみよう!
scalaconfjp
 
PPTX
Building Better AWS Lambdas: Unlocking the Power of Layers
ujjwalsoni23
 
PPT
C#3.0 & Vb 9.0 New Features
techfreak
 
PDF
Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...
AboutYouGmbH
 
PDF
Aws Lambda for Java Architects - Illinois VJug -2016-05-03
Derek Ashmore
 
Peeling back the Lambda layers
Patrick McCaffrey
 
Ch-4 Middleware Architectures.pptx
dagilema
 
20130329 introduction to linq
LearningTech
 
Lambda Expressions Java 8 Features usage
AsmaShaikh478737
 
Understanding LINQ in C#
MD. Shohag Mia
 
Lecture 5 Functions all about business categories
suhaanhakani69
 
Serverless Microservice Patterns for AWS
Jeremy Daly
 
What's a macro?: Learning by Examples
chibochibo
 
Functional Interfaces and Method References.pptx
MuhammadSalman701062
 
SOA with Zend Framework
Mike Willbanks
 
Lambdas in Java 8
Tobias Coetzee
 
Lambdaless and AWS CDK
MooYeol Lee
 
What is Python Lambda Function? Python Tutorial | Edureka
Edureka!
 
What's a macro?: Learning by Examples / Scalaのマクロに実用例から触れてみよう!
scalaconfjp
 
Building Better AWS Lambdas: Unlocking the Power of Layers
ujjwalsoni23
 
C#3.0 & Vb 9.0 New Features
techfreak
 
Stefan Richter - Writing simple, readable and robust code: Examples in Java, ...
AboutYouGmbH
 
Aws Lambda for Java Architects - Illinois VJug -2016-05-03
Derek Ashmore
 
Ad

More from LearningTech (20)

PPTX
vim
LearningTech
 
PPTX
PostCss
LearningTech
 
PPTX
ReactJs
LearningTech
 
PPTX
Docker
LearningTech
 
PPTX
Semantic ui
LearningTech
 
PPTX
node.js errors
LearningTech
 
PPTX
Process control nodejs
LearningTech
 
PPTX
Expression tree
LearningTech
 
PPTX
SQL 效能調校
LearningTech
 
PPTX
flexbox report
LearningTech
 
PPTX
Vic weekly learning_20160504
LearningTech
 
PPTX
Reflection & activator
LearningTech
 
PPTX
Peggy markdown
LearningTech
 
PPTX
Node child process
LearningTech
 
PPTX
20160415ken.lee
LearningTech
 
PPTX
Peggy elasticsearch應用
LearningTech
 
PPTX
Expression tree
LearningTech
 
PPTX
Vic weekly learning_20160325
LearningTech
 
PPTX
D3js learning tips
LearningTech
 
PPTX
git command
LearningTech
 
PostCss
LearningTech
 
ReactJs
LearningTech
 
Docker
LearningTech
 
Semantic ui
LearningTech
 
node.js errors
LearningTech
 
Process control nodejs
LearningTech
 
Expression tree
LearningTech
 
SQL 效能調校
LearningTech
 
flexbox report
LearningTech
 
Vic weekly learning_20160504
LearningTech
 
Reflection & activator
LearningTech
 
Peggy markdown
LearningTech
 
Node child process
LearningTech
 
20160415ken.lee
LearningTech
 
Peggy elasticsearch應用
LearningTech
 
Expression tree
LearningTech
 
Vic weekly learning_20160325
LearningTech
 
D3js learning tips
LearningTech
 
git command
LearningTech
 

Recently uploaded (20)

PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
 
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PPTX
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
PDF
GYTPOL If You Give a Hacker a Host
linda296484
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
PDF
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
PDF
Software Development Company | KodekX
KodekX
 
PDF
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
 
PPTX
Smart Infrastructure and Automation through IoT Sensors
Rejig Digital
 
PDF
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
Captain IT
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PDF
CIFDAQ's Token Spotlight: SKY - A Forgotten Giant's Comeback?
CIFDAQ
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
 
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
GYTPOL If You Give a Hacker a Host
linda296484
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
Software Development Company | KodekX
KodekX
 
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
 
Smart Infrastructure and Automation through IoT Sensors
Rejig Digital
 
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
Captain IT
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
CIFDAQ's Token Spotlight: SKY - A Forgotten Giant's Comeback?
CIFDAQ
 

Introduction of lambda expression and predicate builder