Few days ago as usualy I working on my project and I made a function where I'm passing field name for sorting table using Linq stuff. I was in need of an OrderBy extension method that could take a string field parameter in OrderBy and sort a IQueryable<> or IEnumerable<> collection. I was playing around implementation Read the full article...
↧