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
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Munib Butt(3)
Abhimanyu K Vatsa(3)
Ziggy Rafiq(2)
Sanwar Ranwa(2)
Vinay Ayinapurapu(2)
Sameer Shukla(2)
Bassam Alugili(2)
Prakash Tripathi(2)
Mahesh Chand(2)
Zoran Horvat(2)
Ajay Kumar(1)
Shilpa Tanwar(1)
Ishika Tiwari(1)
Punar Dutt Rajput(1)
Alpesh Maniya(1)
Rajashekar Syereddy(1)
Jithu Thomas(1)
Keyur (1)
Jignesh Kumar(1)
Sarthak Varshney(1)
Tahir Ansari(1)
Arjun Karthikeyan S(1)
Uday Dodiya(1)
Rinki (1)
Gajendra Jangid(1)
Jin Necesario(1)
Sathya N(1)
Aman Gupta(1)
Kirtesh Shah(1)
Varun Setia(1)
Anu Viswan(1)
Mukesh Kumar(1)
Rawan Nassar(1)
Mohammad Irshad(1)
Debasis Saha(1)
Syed Shanu(1)
Sarva Raghavan(1)
Rahul Bansal(1)
Anas Chaudhary(1)
Lakshmanan Sethu Sankaranarayan(1)
Prerana Tiwari(1)
Pranay Rana(1)
Pankaj Lohani(1)
Vinod Kumar(1)
Amalendu Dey(1)
Anubhav Chaudhary(1)
Anuja Pawar(1)
Gaurav Chauhan(1)
Alok Pandey(1)
Dea Saddler(1)
Mike Gold(1)
John Charles Olamendy(1)
Vinod Shalgar(1)
Ashish Banerjee(1)
Resources
No resource found
C# Discriminated Unions and .NET Channels
Jul 11, 2024.
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 concurrent and asynchronous programming.
Handling Middleware in Next.js
Jun 23, 2024.
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 Network for speed. Defined in _middleware.js or _middleware.ts, it enhances request handling and response management efficiently.
Explain SQL Wildcard Characters
May 22, 2024.
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 `-` for precise queries, improving efficiency and data analysis.
Learn Patterns and Matching in Rust
Apr 22, 2024.
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 matching, code becomes more robust.
Mastering Pattern Matching in C#
Feb 28, 2024.
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, property patterns, and more, this guide equips developers with the skills needed to write cleaner and more expressive C# code.
An in-depth look at C# 10 and performance improvements
Feb 24, 2024.
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 memory efficiency, and pattern-matching optimisations speed up execution. Discover how to use C# 10 features to optimise performance and user experience for your projects by exploring code examples illustrating these improvements.
Duplicate Detection within Dynamics 365 using PowerApps
Feb 09, 2024.
Duplicate detection within Dynamics 365 using PowerApps ensures data integrity by identifying and managing duplicate records. Leverage PowerApps' capabilities to validate and match records, establish entity relationships, and automate processes.
Record and Pattern Matching in C# 9
Jan 30, 2024.
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 enhanced control flow of Pattern Matching. Elevate your coding efficiency and clarity with these powerful features by Ziggy Rafiq.
Difference between split(), match(), splice(), substring(), and substr() in JavaScript
Jan 24, 2024.
The article gives a brief idea about various string operations like split(), match(), splice(), substring(), and substr() in JavaScript.
What Is Route Matching Priority in Vue.js
Jan 10, 2024.
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
Dec 05, 2023.
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
Nov 06, 2023.
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 use in our code and make it more readable and how to use in different way to write conditional logic and how to leverage pattern matching functionality using switch.
Java 21: New Features and Examples
Nov 02, 2023.
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 record classes, sealed classes, pattern matching for instanceof, virtual threads, and sequenced collections.In short, Java 21 is a must-have update for any Java developer. It includes a number of new features that can help you to write better code, faster.
Simplifying Code with Pattern Matching in C#
Sep 11, 2023.
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, constant, property, tuple, and positional patterns, and reveals how they can be applied in real-world scenarios.
Extracting Text from Images using Azure OCR and Match in an Excel Sheet using Pandas
Jun 22, 2023.
The concept revolves around enabling the police to capture a snapshot of a vehicle's license plate and quickly retrieve the corresponding information from a database. In this particular scenario, an Excel sheet serves as the database for storing and accessing the relevant details.
Conditional Statements in Rust: match Statement
May 04, 2023.
In this article, we learn about Conditional Statements in Rust: match Statement
Match in Rust
Apr 26, 2023.
match control flow in rust
How To Create Password And Confirm Password Matching Validation In Angular
Feb 15, 2023.
In this article, you will learn how to create password and confirm password matching validation in angular.
F# Pattern Matching
Jan 02, 2023.
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.
No Match Was Found For The Specified Search Criteria And Module Name
Dec 26, 2022.
This article explains the issue when the required PS module is not getting loaded and how to fix the issue by installing the module in offline mode.
Using The New Generics Pattern Matching Feature In .NET 7
Nov 30, 2022.
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
Sep 13, 2022.
In this article, you will learn how to create Password and Confirm Password Matching Validation in ReactJS.
PS Install Error - No Match Was Found For The Specified Search Criteria
Jun 01, 2022.
In this article we will see what are the possible install errors while installing new modules and how to overcome those issues.
Inspecting Features In Java 18
Mar 10, 2022.
The article explains the feature going to release in Java 18.
Sealed Classes In Java
Feb 28, 2022.
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
Feb 08, 2022.
In this article we will learn about the use of tMap component in real time example.
What's New In Java 16?
Jul 14, 2021.
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#
May 10, 2021.
In this article, you will learn about pattern matching in C#.
Pattern Matching In C#
Mar 05, 2021.
In this article, you will learn about Pattern Matching in C#.
C# 9 Cheat Sheet
Dec 08, 2020.
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.
Pattern Matching In C# 9.0
Oct 13, 2020.
In this article, you will learn about Pattern Matching in C# 9.0.
Read, Compare And Create PDF Files In .NET Core
Jul 28, 2020.
A Tutorial on How to Read, Compare and Create Pdf files in .NET Core
Revisiting Pattern Matching And Switch Expressions
Jul 06, 2020.
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
Apr 10, 2020.
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
Mar 12, 2020.
In this article, you will learn how to build a matching pairs memory game using Knockout JS.
Intro To Pattern Matching - Covers C# 9
Feb 19, 2020.
In this article you will learn about Pattern Matching: Covers the proposals for C# 9.
Working With Switch Expressions And Pattern Matching In C# 8.0
Oct 04, 2019.
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.
Overview Of Wildcard Routing And Path Matching In Angular
Nov 21, 2018.
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 will throw an error.
Aggregation In MongoDB
Nov 12, 2018.
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 aggregation framework in MongoDB and also how we can use this in our data searching query. So, Data Aggregation is one kind of process where all type of information is collected and then represent that information in a summary format. The main purpose of the data aggregation is the analysis work like statistical analysis, comparison analysis, computations etc.
Working With Pattern Matching In C# 7.0
Mar 26, 2017.
This article explains about pattern matching introduced in C# 7.0 and demonstrates that how to use it in software development.
Pattern Matching In C#
Jan 10, 2017.
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, properties, tuples, and more, enhancing readability and flexibility in code logic.
Character Matching Game Using Universal Windows App
Nov 18, 2016.
In this article, you will learn about the character matching game, using Universal Windows app.
New features of C# 7.0
May 05, 2016.
In this article you will learn about some new features of C# 7.
How to Match a Substring From a String
Mar 27, 2015.
This article descibes a program that will get a string and match it with a substring
Parallel Sorting, Exact Numeric Operations and Stamped Lock in Java 8
Jan 16, 2015.
This article describes some of the new features of Java 8
How to Get the List of Features Activated in SharePoint Web Application 2013 Using REST API
Jul 24, 2014.
This article explains how to get the list of Features enabled for a web application.
Match() Function In QlikView
Mar 26, 2014.
This article describes how the match() function will work when uploading a field and how to determine the position.
Getting Exact Location of Exception in C# Code
Jan 28, 2014.
This article is about determining the exact location of an exception in code.
Constant Pattern Matching in F#
Nov 21, 2013.
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
Sep 30, 2013.
Regular expression is very useful for validation or pattern matching.
C# Corner Delhi Chapter Meet, 21 September, 2013: Official Recap
Sep 23, 2013.
The C# Corner Delhi Chapter organized its monthly event at MCN Solutions Pvt. Ltd. It was another very successful session.
How To Develop Match Making Game Using C# in .Net 4.5
Feb 13, 2013.
Develop a matchmaking game in C# using .NET 4.5, implementing multiplayer functionality and client-server architecture. Utilize algorithms for player pairing, networking for real-time interaction, and GUI development for user engagement, creating an immersive gaming experience.
Simple But Interesting Features of VS 2012: Part 2
Oct 30, 2012.
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.
What Happens When Database Doesn't Match Conventions / Using OnModelCreating() Feature?
Oct 20, 2012.
This is just basic article and I'm not going to say anything new here but I will say things my way.
Matching Characters Using Regular Expressions in QTP in Testing
Oct 19, 2012.
In this article we discuss various matching techniques for matching characters using Regular Expressions.
When Database Doesn't Match Conventions or Using OnModelCreating Feature
Oct 17, 2012.
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?
Concept of Pattern Matching in FSharp
Oct 21, 2011.
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.
Configurable String Matching Solution
Aug 16, 2011.
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.
Efficient String Matching Algorithm with Use of Wildcard Characters
Aug 15, 2011.
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#
Jul 18, 2011.
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.
The Is and As Operators in C#
Jul 05, 2011.
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 cast fails. Both operators facilitate safe type conversions and runtime type checking, enhancing type safety and reducing exceptions in object-oriented programming.
Understanding Pattern Matching in F#
Apr 30, 2008.
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.
Query Optimization in SQL Server
Dec 19, 2007.
This article offers suggestions on how to optimize query performance in SQL Server 2005.
Select Items with Where in LINQ and C#
Jun 21, 2007.
This article shows how to select exact match and in between items from a collection using LINQ and C#.
Regular Expression Usage in .Net Environment
Apr 19, 2007.
This article describes how to use regular expression in .Net.
Snooping on C#.NET Regular Expressions
Jun 26, 2001.
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.
About exact-match
NA
OUR TRAINING