Take advantage of projections in C# to transform an object into a new form that has only the properties you need. Projection is an operation that transforms the results of a query. You can use ...
Operator overloading or ad-hoc polymorphism lets you work with user defined types much the same way you work with fundamental data types Polymorphism is one of the basic principles of OOP (Object ...