TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Predicate
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jignesh Kumar (1)
Jaimin Shethiya (1)
Ano Mepani (1)
Jitendra Mesavaniya (1)
Rikam Palkar (1)
Vandita Pandey (1)
Shivam Payasi (1)
Akkiraju Ivaturi (1)
Nagaraj M (1)
Arunava Bhattacharjee (1)
Sekhar Srinivas (1)
Chris Eargle (1)
Dhanushka Athukorala (1)
Rohatash Kumar (1)
Related resources for Predicate
No resource found
Enhance SQL Server Stored Procedure Performance – Tuning Tips
11/18/2024 3:51:42 AM.
Covering indexes and filtered indexes in SQL optimize database performance by efficiently retrieving data for queries. Covering indexes include all needed columns, while filtered indexes target specif
Predicate Delegates in .NET Core C#: Syntax, Usage and Examples
6/22/2024 10:26:47 AM.
Like Func and Action delegates, the predicate is a delegate. It symbolizes a procedure that verifies that the passed parameter satisfies a set of requirements. One input parameter must be provided by
Dynamic LINQ Query In C# Using Predicate Builder
6/20/2024 11:42:33 AM.
This technique allows runtime composition of query predicates using logical conditions such as AND, OR, and NOT. By leveraging Expression Trees and lambda expressions, developers can programmatically
Understanding Func, Action, and Predicate in C# .NET
5/21/2024 6:13:59 AM.
In C# .NET, delegates are a powerful feature that allows you to pass methods as arguments to other methods. Among the most commonly used delegates are Func<T>, Action<T>, and Predicate<
Func, Action And Predicate Delegates In C#
9/20/2023 7:01:21 AM.
If you don't want to declare delegates every time, you can use some built-in delegates.
Using Predicates Over Foreach In Arrays
8/24/2023 8:46:49 AM.
We generally use foreach blocks to iterate through Arrays n Lists in order to operate on them which not only makes our code long n confusing but also makes us compromise on performance. The solution t
Generic Delegates In C#
5/17/2022 4:18:59 PM.
Here ill describe that why we need Generic Delegates what are Generic Delegates, keyword used in Generic Delegates and their type with example
Functional Programming in Simple Terms: Explained
3/25/2021 5:28:42 AM.
In this article we learn about Functional Programming in a very simple manner.
Delegates - Action vs Func vs Predicate
9/2/2020 2:18:53 PM.
In this article, we will see the usage for 3 types of delegates.
Func<> Delegates in LINQ
10/24/2018 3:15:54 AM.
Learn how Func<> Delegates in LINQ work. Func delegates are pointers to methods that take one or more parameters and must return a value.
Difference between Func, Action and Predicate Delegates
4/28/2015 7:01:07 AM.
This Video provides a clear difference between Func,Action and Predicate Delegates which is one of the most frequently asked questions in Interview's these days. This Video demonstrates the difference between Func, Action and Predicate with explanation and simple and easy to understand example to answer the question.
Predicate Combinators in LINQ
4/28/2014 12:41:24 PM.
In this article you will learn how to use Predicate Combinators in LINQ.
Understanding Delegates Predicates and Lambda
2/22/2013 11:39:57 PM.
To have a clear undestanding of Predicates, you must have a good understanding og delegates.
Predicates in SQL Server 2012
9/27/2012 4:02:20 PM.
This article demonstrates use of predicates with SQL queries in a SQL Server database.