What is the exact use of AsEnumerable? Will it change non-enumerable collection to enumerable collection?.Please give me a simple example.
AsEnumerable can only be used on enumerable collections. It just changes the type of the collection to IEnumerable to access more easily the IEnumerable extensions.
AsEnumerable
IEnumerable