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 Matching
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ziggy Rafiq (4)
Munib Butt (3)
Aman Gupta (2)
Sanwar Ranwa (2)
Prakash Tripathi (2)
Bassam Alugili (2)
Sameer Shukla (2)
Zoran Horvat (2)
Vinodh Kumar (1)
Lokendra Singh (1)
Rohini Parade (1)
Vijay Yadav (1)
Ajay Kumar (1)
Shilpa Tanwar (1)
Abhimanyu K Vatsa (1)
Ishika Tiwari (1)
Punar Dutt Rajput (1)
Mahesh Chand (1)
Alpesh Maniya (1)
Rajashekar Syereddy (1)
Keyur (1)
Jignesh Kumar (1)
Sarthak Varshney (1)
Tahir Ansari (1)
Gajendra Jangid (1)
Jin Necesario (1)
Kirtesh Shah (1)
Anu Viswan (1)
Mukesh Kumar (1)
Rawan Nassar (1)
Mohammad Irshad (1)
Andrea Angella (1)
Sarva Raghavan (1)
Syed Shanu (1)
Pankaj Lohani (1)
Amalendu Dey (1)
Anuja Pawar (1)
Gaurav Chauhan (1)
Vinod Shalgar (1)
Alok Pandey (1)
Dea Saddler (1)
Mike Gold (1)
Related resources for Matching
No resource found
Data Loss Prevention in Microsoft Fabric Internals
10/28/2024 9:20:50 AM.
Microsoft Fabric’s Data Loss Prevention (DLP) feature protects sensitive data across services like SharePoint, Teams, and Exchange by enabling policy creation, scanning, and enforcement through Micros
An in-depth Look at Advanced Pattern Matching in C# 12
10/22/2024 5:27:09 AM.
With Ziggy Rafiq, learn how to leverage advanced pattern matching features in C# 12, including the new let pattern and enhanced recursive patterns.
Pattern Matching for Switch in Java 17
10/7/2024 4:17:21 AM.
Pattern matching for switches in Java 17 enhances code readability and simplifies working with complex data structures. It allows you to match object types, use type patterns, and add conditions with
Learn MongoDB Evaluation Operators
9/24/2024 7:19:02 AM.
MongoDB's evaluation operators enable advanced query operations, allowing for dynamic data retrieval beyond simple comparisons. Key operators include $regex for regular expression matching, $mod f
Using C# 12 with Clean Code Practices
9/21/2024 3:37:12 PM.
Learn how to write cleaner, more maintainable code with C# 12 features such as primary constructors and improved pattern matching. This article explores practical examples and tips for applying clean
Essential Regular Expressions for Web Development
7/31/2024 5:03:31 AM.
Learn how to use regex for effective input filtering, text parsing, and string manipulation in both front-end and back-end environments. Master these techniques to build robust web applications.
Java 21: The Latest Features and Improvements
7/26/2024 4:11:18 AM.
Java 21 introduces significant enhancements including Pattern Matching for Switch, Record Patterns, and String Templates. It also features Sequenced Collections, Virtual Threads, and Scoped Values, st
C# Discriminated Unions and .NET Channels
7/11/2024 3:00:02 AM.
Explore the advanced features of C# with a focus on Discriminated Unions and .NET Channels. Learn how Discriminated Unions enhance type safety and pattern matching, and how .NET Channels facilitate co
Handling Middleware in Next.js
6/23/2024 9:44:50 PM.
Middleware in Next.js, introduced in version 12, allows code execution before a request is processed. Useful for authentication, logging, URL rewrites, and modifying headers, it runs on the Edge Netwo
The Is and As Operators in C#
5/31/2024 10:06:34 AM.
In C#, the "is" operator checks if an object is of a specified type, returning a boolean. The "as" operator attempts to cast an object to a specified type, returning null if the ca
Explain SQL Wildcard Characters
5/22/2024 9:51:16 AM.
In this article we will learn what is SQL Wildcard Characters. Mastering SQL wildcard characters enhances data retrieval by enabling versatile pattern matching. Learn to use `%`, `_`, `[]`, `^`, and `
Learn Patterns and Matching in Rust
4/22/2024 9:00:33 AM.
In this article, we will explore the pattern syntax of Rust Programming Language. Patterns and matching in Rust streamline data handling and control flow. With various pattern types and exhaustive mat
Record and Pattern Matching in C# 9
4/16/2024 10:08:20 AM.
Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanc
Pattern Matching In C#
4/15/2024 8:53:28 AM.
Pattern matching in C# is a powerful feature allowing concise and expressive code for conditional statements and type checking. It enables matching based on various patterns like types, constants, pro
Mastering Pattern Matching in C#
2/28/2024 5:30:16 AM.
Mastering Pattern Matching in C# provides comprehensive insights into leveraging pattern matching techniques to enhance code readability and efficiency. From type patterns to constant patterns, proper
An in-depth look at C# 10 and performance improvements
2/25/2024 2:25:50 AM.
Get a comprehensive analysis of Ziggy Rafiq's latest C# 10 enhancements and how they affect application performance. Discover how function pointers simplify method invocation, records enhance memo
Duplicate Detection within Dynamics 365 using PowerApps
2/9/2024 7:22:50 AM.
Duplicate detection within Dynamics 365 using PowerApps ensures data integrity by identifying and managing duplicate records. Leverage PowerApps' capabilities to validate and match records, establ
What Is Route Matching Priority in Vue.js
1/10/2024 8:32:11 AM.
In Vue.js, route matching priority determines the order in which routes are evaluated. Proper order in the routes array ensures the correct route is matched, impacting navigation behavior.
Understanding LIKE vs ILIKE in PostgreSQL
12/5/2023 5:14:46 AM.
In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.
Simplify Your Code with Switch Expressions: Patterns and Examples
11/6/2023 10:45:23 AM.
In C#8 switch statement enhanced with powerful feature that can simplyfy your code and make it more readable and maintainable. In this article We will explore into C# 8 switch expression and how to us
Java 21: New Features and Examples
11/2/2023 10:48:59 AM.
Java 21 is a major release that includes a number of new features and improvements that make Java more concise, expressive, safe, and performant. Some of the most significant new features include reco
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.
C# 9 Cheat Sheet
9/18/2023 7:19:17 AM.
C# 9 Cheat Sheet with code examples and pros and cons.C# 9 introduced several new language features and enhancements, making it easier to write clean and concise code. Some key features include.
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
How To Create Password And Confirm Password Matching Validation In Angular
2/15/2023 10:30:48 AM.
In this article, you will learn how to create password and confirm password matching validation in angular.
F# Pattern Matching
1/2/2023 5:44:00 AM.
One special feature of F# that we can't ignore is pattern matching. We'll discuss pattern matching with different structural types and how to construct values with it.
Using The New Generics Pattern Matching Feature In .NET 7
12/2/2022 4:38:19 AM.
In this article, you will learn how to use the new generics pattern matching feature in .NET 7.
How To Create Password And Confirm Password Matching Validation In ReactJS
9/13/2022 6:00:27 AM.
In this article, you will learn how to create Password and Confirm Password Matching Validation in ReactJS.
Inspecting Features In Java 18
3/10/2022 5:06:00 AM.
The article explains the feature going to release in Java 18.
Sealed Classes In Java
2/28/2022 4:57:28 AM.
The article explains what are sealed classes in Java, Sealed Interfaces, and explains one of the most important preview features of Java 17 “Pattern Matching” and how it works well with Sealed classes
What's New In Java 16?
8/9/2021 5:49:43 AM.
This article has all new features Java 16 includes and is explained with reference from Oracle docs as well as my understanding with Java in this 4+ years of experience.
Learn About Pattern Matching In C#
5/10/2021 1:48:03 PM.
In this article, you will learn about pattern matching in C#.
Pattern Matching In C#
3/5/2021 2:56:39 PM.
In this article, you will learn about Pattern Matching in C#.
Pattern Matching In C# 9.0
10/13/2020 10:28:13 AM.
In this article, you will learn about Pattern Matching in C# 9.0.
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.
C# 8 - Pattern Matching, Indices And Ranges
4/10/2020 8:58:46 AM.
C# 8.0 has many improvements to existing features including pattern, indices and ranges. Some of the improvements are discussed with example here.
Building a Matching Pairs Memory Game Using Knockout JS
3/12/2020 3:54:49 PM.
In this article, you will learn how to build a matching pairs memory game using Knockout JS.
Intro To Pattern Matching - Covers C# 9
2/24/2020 2:44:43 AM.
In this article you will learn about Pattern Matching: Covers the proposals for C# 9.
Overview Of Wildcard Routing And Path Matching In Angular
11/21/2018 9:08:01 AM.
In any Angular application, we use routing to navigate from one view to another. What happens if we don’t define a certain route and we try to navigate to that route? Well, the Angular application wil
Practical C# - Switch Statement with Pattern Matching in C# 7
7/31/2017 1:54:58 AM.
Learn how to refactor a series of ifs using the improved switch statement with pattern matching in C# 7.
Working With Pattern Matching In C# 7.0
3/26/2017 1:09:56 PM.
This article explains about pattern matching introduced in C# 7.0 and demonstrates that how to use it in software development.
New features of C# 7.0
1/13/2017 11:02:08 AM.
In this article you will learn about some new features of C# 7.
Character Matching Game Using Universal Windows App
11/18/2016 12:17:51 PM.
In this article, you will learn about the character matching game, using Universal Windows app.
Constant Pattern Matching in F#
11/22/2013 3:49:00 PM.
In this article I will explain the Pattern Matching features of Match expressions and the Constant Pattern Matching in a F# console application.
C# Corner Delhi Chapter Meet, 21 September, 2013: Official Recap
9/23/2013 12:27:31 PM.
The C# Corner Delhi Chapter organized its monthly event at MCN Solutions Pvt. Ltd. It was another very successful session.
Simple But Interesting Features of VS 2012: Part 2
10/30/2012 3:59:30 PM.
This is continuation to my previous article Simple But Interesting Features of VS 2012: Part 1. Here are some more features which I have explored.
Matching Characters Using Regular Expressions in QTP in Testing
10/24/2012 2:37:59 PM.
In this article we discuss various matching techniques for matching characters using Regular Expressions.
Regular Expression Usage in .Net Environment
9/29/2012 7:43:05 AM.
This article describes how to use regular expression in .Net.
Configurable String Matching Solution
7/18/2012 6:54:36 AM.
In this article we are presenting classes which can be used to formalize the string comparison. Applications can offer several comparison methods and then let the caller decide which one to use in every call to a function. Classes shown in this article can help build such functionality almost without effort.
Concept of Pattern Matching in FSharp
10/23/2011 8:30:23 PM.
Pattern Matching is one of the most important tools of FSharp programming. In this article you will learn about different ways of Pattern Matching in FSharp.
Efficient String Matching Algorithm with Use of Wildcard Characters
8/16/2011 12:01:25 AM.
In this article we shall cover one common problem in textual data processing and that is how to match strings against patterns that may contain wildcard characters.
Pattern Matching in F#
7/18/2011 9:36:08 PM.
This article is a demonstration of Pattern Matching and various forms of Patterns. The people who want to learn F# can have a quick review.
Understanding Pattern Matching in F#
4/29/2008 6:40:16 PM.
F# introduces a code structure called pattern matching which allows you to perform some pretty interesting tasks in the language. This article will get you up to speed with this powerful technique in programming.