TECHNOLOGIES
ANSWERS
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 expressions
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Venkata Subbarao Polisetty (43)
Mohammad Hussain (3)
Scott Lysle (3)
Amit Choudhary (2)
Prasad (2)
C# Curator (2)
Mobeen Rashid (2)
Nandan Hegde (1)
Andrew Fenster (1)
Jeetendra Gund (1)
Prakash Tripathi (1)
Jean Paul (1)
Mohammad Tahir Ansari (1)
Neeraj Kumar (1)
Senthilkumar (1)
Hemant Srivastava (1)
Vinay Ayinapurapu (1)
Nitin (1)
Amit Mohanty (1)
David Mccarter (1)
Diwakar Tiwari (1)
Pankaj Kumar Choudhary (1)
Paul (1)
Kalyan Bandarupalli (1)
Tural Suleymani (1)
Pawan Pandey (1)
Kailash Chandra Behera (1)
Vishal Gilbile (1)
Cecil Phillip (1)
Kiran Mohanty (1)
Munib Butt (1)
Arindam Dawn (1)
Aman Gupta (1)
Anu Viswan (1)
Abhishek Duppati (1)
Abhishek Yadav (1)
Chiheb Chebbi (1)
Arpit Jain (1)
Manish Singh (1)
Thiago Vivas (1)
Shantanu (1)
Anas Chaudhary (1)
Manish Kumar Choudhary (1)
Jignesh Trivedi (1)
John Penn (1)
Mike Gold (1)
Devesh Omar (1)
Rafnas T P (1)
Praveen Kumar (1)
Rupesh Kahane (1)
Related resources for expressions
No resource found
Implementing DATEDIFF Function In Data Factory / Synapse Via Pipeline Expressions
9/27/2023 5:52:40 AM.
Implementing DATEDIFF function in Data Factory / Synapse via Pipeline ExpressionsImplementing the DATEDIFF function in Azure Data Factory or Azure Synapse Analytics using pipeline expressions all
Lambda Expressions Are Wonderful
9/25/2023 12:00:02 PM.
Lambda expressions are simple to use and make routine tasks such as sorting or filtering Lists much easier.
C# 8.0 Switch Expression
9/25/2023 4:41:58 AM.
In this article, we are going to learn what Switch Expressions in C# and how to use switch expressions in C# 8.
Working With Switch Expressions And Pattern Matching In C# 8.0
9/21/2023 9:58:05 AM.
This article explains how to work with Switch expressions and Pattern matching in C# 8.0 and demonstrates how to use it in application development.
Lambda Expressions with Multiple Parameters
9/18/2023 11:07:41 AM.
Lambda Expressions are getting good recognition among developers and it would be nice to have the next level of information regarding it.
Simplifying Code with Pattern Matching in C#
9/11/2023 5:08:52 AM.
Discover how pattern matching in C# can simplify your code, improve readability, and enhance your development workflow. This comprehensive guide explores various pattern types, including type, constan
Beginners Guide For Expression Trees In C# - Understanding Expressions
9/8/2023 9:24:49 AM.
In this article you will get a beginners guide for Expression Trees in C#.
Lambda Expressions in C#
9/4/2023 10:08:14 AM.
C# Lambda expressions are how anonymous functions are created. Lambda expressions are anonymous functions that contain expressions or sequence of operators.
Exploring Statistical, Table - manipulation and Text Functions in DAX
8/29/2023 4:44:35 AM.
This segment goes beyond the basics and explores functions like CALCULATE, FILTER, and ALL. It covers techniques for creating dynamic measures, time intelligence functions, and handling more intricate
Exploring Math - Trig, Parent - Child and Relationship Functions in DAX
8/29/2023 4:29:48 AM.
This segment goes beyond the basics and explores functions like CALCULATE, FILTER, and ALL. It covers techniques for creating dynamic measures, time intelligence functions, and handling more intricate
Power BI DAX Top 20 Functions For Beginners
8/22/2023 9:22:22 AM.
Power BI DAX Top 20 Functions For Beginners. Power BI's Data Analysis Expressions (DAX) language is a powerful tool for creating custom calculations, aggregations, and transformations in Power BI.
Cursors and Alternative to the Cursors in SQL Server
7/26/2023 7:12:56 AM.
In SQL Server, cursors are database objects that allow you to iterate over a result set (query result) one row at a time, processing each row as needed. Cursors are often used when you need to perform
Querying a Data Table Using Select Method and Lambda Expressions in C#
6/7/2023 5:30:53 AM.
In this article, we are explaining how we can perform several queries on a DataTable object using the select method and Lambda expression.
Getting Document ID Using Power Automate
6/1/2023 8:40:59 AM.
This article explains getting document ID using Power Automate.
Regular Expressions In C#
5/21/2023 1:12:45 AM.
C# Regex class provides functions to implement regular expressions. The code example includes how to use Regular Expressions in C# for IsNaturalNumber, IsWholeNumber, IsPositiveNumber, IsInteger, IsNu
C# Regex Examples (2023)
5/18/2023 2:54:25 PM.
C# Regex represents regex in C#. Here are the top 7 C# Regex code examples.
New Features In C# 12
4/22/2023 11:34:16 AM.
We're excited to show you three new features for C# 12:
C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch Statements
4/17/2023 9:52:03 AM.
C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch Statements
The Fastest Way To Use Regular Expressions In Microsoft .NET 7
4/6/2023 9:01:05 AM.
In this article, you will learn about the Fastest Way to Use Regular Expressions in Microsoft .NET 7.
Common Table Expression In SQL Server
3/31/2023 6:44:32 AM.
This article provides a practical guide to SQL CTE (Common Table Expressions), complete with examples that demonstrate how to use this powerful SQL feature to improve query performance and simplify co
What are CASE Expressions in SQL
3/2/2023 5:30:18 AM.
This article explains Case Expressions in the SQL with examples.
Regular Expressions In .NET
2/7/2023 2:41:41 PM.
Regular Expressions in .NET are implemented using the C# Regex class. Learn here how Regex in .NET works.
Lambda Expressions in C#
11/30/2022 9:33:02 AM.
In this artivle I will explain where to use the Anonymous methods first then we see the example on lambda expressions.
Derived Tables Vs Common Table Expressions
8/28/2022 6:04:15 AM.
In this article, you will learn about Derived Tables Vs Common Table Expressions.
Extend the Textbox Control to Validate Against Regular Expressions
5/4/2022 10:49:13 AM.
This article describes an approach to validating text box entries against a regular expression.
Understand Bound Action In Power Automate
3/25/2022 5:56:22 AM.
During certain scenarios it is required to call bound action . To call a bound action we can do it with javascript , plugins and power automate. In all the other methods except power automate you have
Usage Of Peek Code In Power Automate
3/9/2022 3:32:50 PM.
In Power Automate, at times we need to write expressions manually, a quick way of doing is by using Peek code functionality that is present in every action in Power Automate . Especially this Peek cod
Understand Flow Trigger Condition In Power Automate
3/4/2022 7:37:59 AM.
In Power Platform, at times we must take care of the number of flow runs per day based on API Limits so that we can run the flow only when it is needed. In Power automate this can be taken care by us
Usage Of Min Function In Power Automate
2/28/2022 1:53:26 PM.
In Power Platform, at times we must compare values to identify the minimum number. In Power Automate, min Function can be used quickly to find out min value in the given set of integers /Array .
Usage Of Less Function In Power Automate
2/28/2022 5:53:45 AM.
In Power Platform, at times we must compare values to identify whether the given number is less or not. In Power Automate, Less Function can be used quickly to find out whether the given integer/float
Delegates, Anonymous Functions and Lambda Expressions in C#
2/23/2022 10:43:50 AM.
This article provides the basics of C# delegates, c# anonymous function, lambda expressions and delegate with lambda expressions.
Usage Of Scheduled Cloud Flow In Power Automate
2/18/2022 6:27:46 AM.
At times we tend to miss important updates especially some reminders, here in order to handle these kinds of things Scheduled cloud flows comes for rescue in Power Automate. As a real time scenario, w
Usage Of Trim Function In Power Automate
2/17/2022 3:48:25 PM.
In Power Platform, at times we must omit the spaces that are present inside a string. To achieve this functionality Trim function in Power Automate can be used. As an example, String variable name was
Validating User Input With Regular Expressions
2/14/2022 9:01:14 AM.
This article explains how to use Regular Expressions (the Regex class of the System.Text.RegularExpressions namespace) in C# and .NET.
Usage Of Length Function In Power Automate
2/11/2022 3:51:27 PM.
In Power Platform, at times we must length of a string or elements in an array to perform certain operations on them. In Power Automate, Length Function can be used quickly to find out whether the giv
Usage Of Empty Function In Power Automate
2/10/2022 4:44:27 PM.
In Power Platform, at times we must verify whether the given json object or string or array have empty value or not. In Power Automate, Empty Function can be used quickly to find out whether empty val
Usage Of Intersection Function In Power Automate
2/4/2022 5:50:57 AM.
In Power Platform, at times we must take common values present in Arrays or objects. In these scenarios, Intersection function in Power Automate can be used. As an example, Names Array and Names Objec
Usage Of ChangeSet Request In Power Automate
1/20/2022 3:19:53 PM.
In certain scenarios we must bundle multiple operations together so that all should pass or fail, in any case if one of the operations fails then all the other operations gets roll backed to make atom
List Rows Based On Expand Query In Power Automate
1/13/2022 4:10:36 PM.
In order to get details of related entity for the selected entity without separate retrieve call we can leverage Expand Query .As a business scenario for the same vaccination use case extracting detai
Send Email Messages and Attachments Using C#
1/7/2022 9:26:28 AM.
This article describes an approach to sending email messages with or without attachments. The code required to send the message is contained within a reusable class. In addition to sending messages
List Contacts Based On FetchXMLQuery In Power Automate
1/7/2022 5:31:31 AM.
During certain scenarios we must work on List of records to perform certain operations like sending alerts to list of customers. In these scenarios it is critical to filter records to make sure actual
Usage Of HTML Table In Power Automate
1/6/2022 4:27:54 AM.
In Power Platform for certain scenarios data needs to be represented in HTML Table , in those cases we can work with HTML Table Action, as an example we will show list of contacts in an HTML Table.
Extract Choice Text Value In Power Automate
12/30/2021 5:39:51 AM.
In Power platform for some requirements, it is required to extract Choice values for entities. As an example, on update of Contact record, Status [Choice] Text Value will be extracted.
Get Lookup Field Text In Power Automate
12/24/2021 5:24:05 AM.
In Power Automate one of the common scenarios was to extract Look up Field Text which will be a nightmare for the people who are new to Power Automate about how to extract details of lookup field. As
Update A Row In An Excel Table Onedrive In Power Automate
12/22/2021 4:00:17 AM.
Most of the common usage of storing data in Excel Spread sheets and a common scenario was to update data in Spread Sheet. We can use an action Update a row into a Table in Power Automate under connect
Usage Of Join Function In Power Automate
12/17/2021 12:33:11 PM.
In Power Automate, at times we must join few items which received in the form of strings. As a scenario, response of the user was taken to show this function behavior.
Usage Of If Function In Power Automate
12/10/2021 5:17:22 PM.
In this article, you will learn about how to use If function in Power Automate
Usage of Equals Function in Power Automate
12/2/2021 11:19:34 AM.
In Power Automate, at times we must validate two values and proceed further if result is true, in these scenarios Equals function is used. As a scenario, name of the person and current years values we
Usage Of And Function In Power Automate
11/26/2021 9:36:27 AM.
In Power Automate, at times we must validate two expressions and proceed further if both the expressions are true, in these scenarios and function is used. As an scenario, name of the person and lucky
Usage Of Do Until Function In Power Automate
11/25/2021 5:02:46 AM.
In Power Automate, at times we must repeat certain steps until a condition met. In these scenarios we make use of Do until function as an example counter value will be incremented till it become 3.
Regular Expressions Example
11/15/2021 10:13:52 AM.
The following example shows the use of Regular Expressions in C#.This program has basic validation scripts for validation easily useable in all programs.
Usage Of Not Function In Power Automate
11/12/2021 9:02:28 AM.
In Power Automate, for doing validations Not Function will be used. As an example, an String variable used to work with Not function.
Usage Of Greater Function In Power Automate
11/5/2021 5:52:14 AM.
In Power Automate, generic arithmetic operations like Greater will be used to validate provided integer values. As an example, an integer variable used to work with Greater function.
Usage Of JSON Function In Power Automate
10/29/2021 4:33:11 AM.
In Power Automate, at times we must work on JSON with String Values as input. We can use JSON function in power automate to convert string values to JSON and perform related operations. As an example,
Usage Of Int Function In Power Automate
10/25/2021 2:39:50 PM.
In Power Automate, at times we must work on strings which have integer values. We can use Int function in power automate to convert string value to integer and perform related operations. As an exampl
Usage Of Float Function In Power Automate
10/21/2021 1:02:16 PM.
In Power Automate, at times we must work on fraction values, float function is used to achieve this. As an example, in order to send discounts notifications to customers during festival season we make
Usage Of Bool Function In Power Automate
10/14/2021 1:16:12 PM.
In Power Automate, at times we need to take decision based on Boolean value, it could be string or Boolean value. As an example, Power outage variable with true value is considered for demonstration
Create Array Function in Power Automate
10/8/2021 8:43:13 AM.
In Power Automate, at times we need to merge 2 different strings into an Array we can use Create Array Function so that we can get easily desired result. As an example, let us see how to get an array
Usage Of Min Function In Power Automate
10/7/2021 12:39:10 PM.
In Power Automate, at times we need to compare values Min Function is used so that we can get easily desired result. As an example, let us see how to get Minimum age of 2 persons as well as minimum va
Usage Of Max Function In Power Automate
10/1/2021 4:51:20 AM.
In Power Automate, at times we need to compare values Max Function is used so that we can get easily desired result. As an example, let us see how to get Maximum age of 2 persons as well as maximum va
Usage Of Addition Function In Power Automate
9/30/2021 12:11:07 PM.
In Power Automate, at times we need to perform Addition arithmetic operations so that we can get easily desired result. As an example, let us see how to calculate total age of 2 persons with the help
Usage Of Subtraction Function In Power Automate
9/24/2021 3:35:56 PM.
In Power Automate, at times we need to perform Subtraction arithmetic operations so that we can get easily desired result. As an example, let us see how to calculate warranty period that is available
Usage Of Multiplication Function In Power Automate
9/23/2021 12:06:50 PM.
In this article, you will learn about the usage of the Multiplication Function in Power Automate.
Usage Of Div Function In Power Automate
9/17/2021 2:06:26 PM.
In Power Automate, at times we need to perform division arithmetic operations so that we can get easily desired result. As an example, let us see how to calculate price of a candy for quick reference
Usage Of Mod Function In Power Automate
9/17/2021 12:17:30 AM.
In Power Automate, at times we need to perform Modular arithmetic operations so that we can get desired result, as an example we can see number of customers waiting for tables based on the customers p
Usage Of Range Function In Power Automate
9/10/2021 12:33:49 PM.
In Power Automate, at times we need to have array with integers starting from the specified index for doing different operations in design of online exams or quizzes to provide random questions this f
Usage Of DayofWeek In Power Automate
9/3/2021 12:07:50 PM.
In Power Automate, there is a common task to extract complete day of the week from the given date, for this DayofWeek function will be used. Here in this example, we will see how to extract name of th
Usage Of Add Days In Power Automate
9/2/2021 1:11:11 PM.
In Power Automate, one of the common scenarios is to do some operations on current date. So, Add Days is one of the functions of its kind which works on the current date so that certain actions like s
URIHost Function In Power Automate
8/20/2021 6:06:13 AM.
In Power Automate, most of the common scenario is to extract host details URI where in power automate can be used to form a dynamic url to open any record from an email link which can be achieved eas
Usage Of uriQuery Function In Power Automate
8/19/2021 1:01:56 PM.
In Power Automate, most of the common scenario is to extract parameters that are present in website url, which can be achieved easily using uriQuery Function as an example.
Usage Of Encode URI In Power Automate
8/2/2021 4:39:27 AM.
In Power Automate, to return a uniform resource identifier (URI) encoded version for a string by replacing URL-unsafe characters with escape characters we can use either encodeUriComponent or uriCompo
Quick Conversion From UTC To IST
7/30/2021 2:21:53 PM.
Power Automate, functions place an important role for conversions, in order to quickly see how to Convert UTC Time to IST Time we use Instant Cloud flow.
URL Routing in MVC4
5/5/2021 9:22:12 AM.
We’ll try to demonstrate how the routing works in a MVC4 application. For this we’ll take an example.
C# Language Highlights: Target Typed new expressions
4/20/2021 6:13:24 AM.
In this quick video, me (https://twitter.com/cecilphillip?) and Jayme (https://twitter.com/JaymeSingleton1) will teach you about the new target-typed new expression in C# 9.
.NET Regular Expressions Demystified - Part Two
2/8/2021 11:23:45 AM.
In this article, you will learn about .NET Regular Expressions demystified.
.NET Regular Expressions Demystified - Part One
1/1/2021 9:32:49 AM.
In this article, you will learn about Regular Expressions in .NET and C# Regex class is used to work with regular expressions in C#.
Learn About Regular Expressions In C#
10/6/2020 11:36:25 AM.
In this article, you will learn about regular Expressions in C#.
Using LINQ Expressions In C#
9/18/2020 10:58:23 AM.
In this article, you will learn how to use LINQ Expressions in C#.
30 Days Of Python 👨💻 - Day 19 - Regular Expressions
8/11/2020 7:32:54 AM.
In this article, you will learn about Regular Expressions in Python.
Java 8 - Lambda Expressions
7/15/2020 9:23:30 AM.
In this article you will learn about Java 8 - Lambda Expressions .
Revisiting Pattern Matching And Switch Expressions
7/6/2020 7:00:55 AM.
The evolution of Pattern Matching and the introduction of Switch Expressions has made it possible to write more concise and lean code. This article helps revisit this feature.
Understanding Regular Expressions
4/28/2020 2:38:13 PM.
A Regular Expression, or Regex, is a pattern we search for in a text. Regex helps with matching, locating, and managing text.
Beginners Guide To Lambda Expressions
3/6/2020 1:08:58 AM.
Lambda expressions are similar to anonymous methods introduced in C# 2.0, except that lambda expressions are more concise and more flexible.
Advanced Features In C#
2/13/2020 7:56:00 AM.
In this article, you will learn about advanced features in C#.
Python Guide: From Zero to Hero Part 1
1/28/2020 3:31:33 PM.
In this article you will learn about the Python Language.
Python Basics: Understanding The Functions
1/28/2020 2:31:36 PM.
In this article we will learn about functions in Python, how to create and call functions and how to create a program that uses functions.
Validation in HTML5 Using Regular Expressions
12/2/2019 3:13:10 AM.
This is a simple application for beginners that shows how to create validation on TextBoxes using HTML5 and CSS tools. We know that HTML 5 is the advanced version of HTML.
The Power Of Regular Expressions, Regex
10/1/2019 7:58:33 AM.
In this article, we are going to explore the World of the Regular Expressions, what it is and how we could take advantage of using it.
MyFluent - A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm)
10/1/2019 3:00:49 AM.
In this article you will learn A Validation Framework using .Net Generics and Lambda Expressions (Fluent paradigm).
Lambda Expressions in Java SE 8
9/30/2019 3:28:20 AM.
In this article you will learn how to implement Lambda Expressions.
List of Most Common Regular Expressions and Their Uses
8/18/2019 8:06:28 PM.
This article lists common regular expressions and their uses in JavaScript and C#.
Regular Expressions in C#
8/18/2019 7:37:15 PM.
In this article I will explain you about Regular Expressions in C#.
Working With Timer-Triggered Azure Functions
6/19/2019 10:26:18 AM.
In this article, you will learn about Time-Triggered Azure functions, the basics of CRON expressions, and how to define CRON expressions for timer-triggered Azure Functions.
A Brief Introduction to Expressions in SQL Server Reporting Services
6/18/2019 4:34:44 AM.
This article shows how you can use expressions in SSRS reports to generate dynamic content based on the data within your report queries.
Using Filter Expressions with an SQL Data Source in ASP.NET C#
6/18/2019 12:56:43 AM.
This article describes the use of filter expressions in junction with an SQL Data Source.
CodeDom Calculator - Evaluating C# Math Expressions Dynamically
5/13/2019 4:12:57 AM.
This article describes how to use CodeDom and Reflection to Create a Calculator that can evaluate simple and complex math expressions on the fly.
Basics of Angularjs
3/6/2019 5:43:36 AM.
This article introduces the basics of Angularjs. Angularjs is a JavaScript MVC framework created by Google to build properly architectured and maintainable web applications
Anonymous Methods And Lambda Expressions In C#
2/21/2019 3:10:04 AM.
In this article, you will learn about anonymous methods and lambda expressions in C#.NET. Anonymous method is a block of code, which is used as a parameter for the delegate.
Expressions 😀and Operators in C#
12/11/2018 11:30:36 PM.
In this article I will explain you about expression and operator in C#.
Common Table Expressions (CTE) Example In SQL SERVER
9/28/2018 11:19:31 PM.
A common table expression i.e CTE which is used to the specific temporary result set by using SELECT, INSERT, UPDATE, or DELETE statement. So the user can do further operations on it. When the user us