hi walaa this is mohamed magdy from egypt and one of Omar Elshraim team member
i want to ask about generic
EntityCollection<Table1Entity> is generic
Table1Entity in non generic
if i have a method that will be overloading one for return type EntityCollection<Table1Entity> and second for Table1Entity but i know in overloading must be same return type
and in this case the dot net framework accepted it
i want to kwon if it same type or not ?