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 IComparer
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ehsan Sajjad (2)
Bechir Bejaoui (2)
Rikam Palkar (1)
Munib Butt (1)
Shakti Saxena (1)
Arunava Bhattacharjee (1)
Dea Saddler (1)
Abhishek Bhat (1)
Ashish Jaiman (1)
Mike Gold (1)
Related resources for IComparer
No resource found
Story Of Equality In .NET - Part One
12/15/2020 8:30:20 AM.
In this article, you will learn about equality in .NET.
Understand Virtual Object.Equals, Static Object.Equals and Reference.Equals in Object Class
12/6/2020 11:03:53 PM.
In this article, you will learn about equality in .NET.
IComparable Vs IComparer Interface In C#
6/22/2020 10:08:39 AM.
These 2 interfaces are basically use to sort user defined object collections
Using The IComparable And IComparer Interface In C#
5/18/2020 9:29:05 AM.
One of the most used functionalities in our C# classes is the ability to sort the different instances of a class. This is mostly done when we create a generic List of our class type and next, we want
IComparable, IComparer And IEquatable Interfaces In C#
10/27/2015 1:48:43 AM.
In this article you will learn about IComparable, IComparer And IEquatable Interfaces In C#.
All About Sorting in C#
9/5/2014 2:18:05 PM.
In this article you will learn how to use IComparable<> or IComparer<> and how it can be replaced by LINQ.
Using IComparable and IComparer to compare objects in VB.NET
12/1/2012 2:39:59 AM.
The .Net framework and especially the System.Collection namespace provides us two built in interfaces witch are IComparable and IComparer interfaces in order to compare two objects.
Object Expression in F#
7/21/2011 7:28:29 PM.
This article is a demonstration regarding Object Expression and IComparer interface. Have a quick review to learn.
Using IComparer IComparable for Sorting in WPF
1/27/2011 10:22:37 PM.
Implementation of IComparable in WPF. Here, we implement the CompareTo method and sort the Emp objects based on Age property.
Sorting Object Using IComparer and IComparable Interfaces
5/30/2009 1:22:16 AM.
The System.Collections namespace contains interfaces and classes that define various...
Programming in C#: Understanding the SortedDictionary Class
5/11/2009 11:59:35 PM.
This article illustrates a powerful collection in C#, the SortedDictionary. In the article we will discuss two ways to sort key-value pairs: using an IComparer object and using IComparable keys.
Using IComparable and IComparer to compare objects
4/30/2008 1:30:18 AM.
This article informs you that the .Net framework and especially the System.Collection namespace provides us two built in interfaces witch are IComparable and IComparer interfaces that enables us compare and sort objects.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download