Author Archives: compitionpoint - Page 15

Query Expressions

Query expressions are special statements used for querying a knowledge supply exploitation the LINQ. LINQ square measure simply extension ways that you simply decision and returns the info that you simply need. These ways square measure placed in the namespace thus {you must|you need to|you need to} embody it once you want to use LINQ in…
Continue Reading

Comparing Objects with IComparable and IComparer compitionpoint June 8, 2018 Comparing Objects with IComparable and IComparer2019-10-12T16:49:35+00:00 .Net framework No Comment

There are two useful interfaces that are useful for comparing user-defined objects. These are the IComparable<T> and IComparer<T>interfaces. The IComparable interface is implemented in a class to allow comparison between it and another object. The IComparer<T>is…
Continue Reading