10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About match
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarvesh Shinde (3)
Sameer Shukla (2)
Pankaj Lohani (2)
Munib Butt (2)
Mahesh Chand (2)
Prakash Tripathi (2)
Prerana Tiwari (2)
Abhimanyu K Vatsa (2)
Zoran Horvat (2)
Sathya N (1)
Aman Gupta (1)
Kirtesh Shah (1)
C# Corner Live (1)
Anubhav Chaudhary (1)
Varun Setia (1)
Anu Viswan (1)
Debasis Saha (1)
Mukesh Kumar (1)
Rawan Nassar (1)
Bassam Alugili (1)
John Charles Olamendy (1)
Gnanavel Sekar (1)
Mohammad Irshad (1)
Kasam Shaikh (1)
Andrea Angella (1)
Sarva Raghavan (1)
Jatin Malik (1)
Syed Shanu (1)
Vipul Kelkar (1)
Rahul Bansal (1)
Anil Kumar (1)
Lakshmanan Sethu (1)
Vinod Kumar (1)
Amalendu Dey (1)
Anuja Pawar (1)
Gaurav Chauhan (1)
Vinod Shalgar (1)
Ashish Singhal (1)
Alok Pandey (1)
Dea Saddler (1)
gary sun (1)
Mike Gold (1)
Ashish Banerjee (1)
Related resources for match
No resource found
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
Working With The tMap Component In Real-Time Examples
2/8/2022 4:36:42 PM.
In this article we will learn about the use of tMap component in real time example.
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#.
MatchEvaluator Delegate of a Regular Expression Replace Method in ASP.Net
3/17/2021 10:38:13 AM.
This article explains the MatchEvaluator Delegate of a custom verification for each match found by a Regular Expression Replace method.
Azure IoT + Power Apps = Perfect match for your 1st IoT Project - Power Platform Virtual Conference
3/16/2021 10:38:18 AM.
This session is about “Azure IoT + Power Apps = Perfect match for your 1st IoT Project” in Power Platform Virtual Conference 2021.
Pattern Matching In C#
3/5/2021 2:56:39 PM.
In this article, you will learn about Pattern Matching in C#.
How To Develop Match Making Game Using C# in .Net 4.5
12/15/2020 6:26:24 AM.
In this article I will show how to develop a Match Making Game in C# with very simple steps.
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.
Read, Compare And Create PDF Files In .NET Core
7/28/2020 8:34:46 AM.
A Tutorial on How to Read, Compare and Create Pdf files in .NET Core
Validation using Predefined Patterns in PowerApps
7/28/2020 7:26:57 AM.
In this video article we will see how to use Predefined patterns with IsMatch function to validate data in PowerApps.
Validate Gallery inputs in PowerApps
7/28/2020 7:26:47 AM.
In this video article we will see how to validate data entered in gallery in PowerApps. We will see how to restrict from submitting invalid data.
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.
Aggregation In MongoDB
6/15/2020 1:31:51 AM.
In this article, we will discuss the aggregation framework commands in MongoDB. In the previous article, we have discussed related to the index in MongoDB. Now, in this article, we will discuss the ag
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.
Pattern Matching In C#
11/15/2019 10:39:39 PM.
In this article, lear how to use C# pattern matching with code example.
Working With Switch Expressions And Pattern Matching In C# 8.0
10/4/2019 7:49:21 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.
Learning PowerApps Part 5 - Forms Validation And Safe Checks
9/16/2019 11:36:25 PM.
In this video article, we will see the techniques to validate Forms and performing safety checks in PowerApps.
Query Optimization in SQL Server
6/7/2019 5:05:09 AM.
This article offers suggestions on how to optimize query performance in SQL Server 2005.
ASP.NET MVC 5 - Matchheight.js📦 - Create Equal Height Of Columns In Row Using jQuery
1/16/2019 12:59:49 AM.
Here, we are going to learn how to match the height of the tallest of each row by the column height and why should learn this.
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
How To Customize The "No Good Match In FAQ" Default Response Message
1/24/2018 12:21:43 AM.
In this video will learn steps on how to customize the "No good match in FAQ" default response message from QnA Maker service.
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.
Layout Width And Height + Linear Layout - Android Tutorial
12/16/2016 2:21:16 AM.
Learn about Android's layout width and layout height attributes - possible values that can be assigned to these attributes, the difference between match parent and wrap content. Also, learn about
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.
SharePoint Hosted App: MIME Type Mismatch Issue
7/2/2015 5:55:27 PM.
This article explains how to solve MIME type mismatch issues in a SharePoint hosted app.
How to Match a Substring From a String
3/27/2015 6:53:53 PM.
This article descibes a program that will get a string and match it with a substring
Reason For File Size Mismatch In FTP And Local Machine
3/26/2015 2:16:24 PM.
In this article you will learn about possible explanations for a file size mismatch between a FTP and local machine.
How to Get the List of Features Activated in SharePoint Web Application 2013 Using REST API
7/24/2014 6:45:02 PM.
This article explains how to get the list of Features enabled for a web application.
IntervalMatch Function in QlikView
7/21/2014 3:53:27 PM.
This article describes what the IntervalMatch function is.
Match() Function In QlikView
3/27/2014 2:32:46 PM.
This article describes how the match() function will work when uploading a field and how to determine the position.
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.
Regular Expression in PHP
9/30/2013 4:41:30 PM.
Regular expression is very useful for validation or pattern matching.
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.
What Happens When Database Doesn't Match Conventions / Using OnModelCreating() Feature?
10/24/2012 1:34:52 AM.
This is just basic article and I'm not going to say anything new here but I will say things my way.
When Database Doesn't Match Conventions or Using OnModelCreating Feature
10/17/2012 4:21:46 PM.
This is just basic post and I’m not going to talk anything new here but going the talk things in my way. The very well-known question newbie asks on MVC and Entity Framework, how any conceptual database model communicates means how to actually target the names?
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.
Validating User Inputs Using Regular Expressions
5/15/2012 2:41:57 PM.
This article shows how can we validate our inputs using regular expressions.
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.
C# Tokenizer
5/31/2009 11:24:08 PM.
A simple tokenizer in csharp without using regex or MatchCollections.
Select Items with Where in LINQ and C#
8/27/2008 3:33:42 PM.
This article shows how to select exact match and in between items from a collection using LINQ and C#.
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.
Snooping on C#.NET Regular Expressions
12/30/2005 4:38:11 AM.
I present here two micro test utils, which will let you play with regular expressions. Regular expression( System.Text.RegularExpressions.Regex ) is a powerful class very useful for parsing, splitting or replacing texts.