↧
How To: Get property value from string using reflection in C#
Few days ago I had to implement selection of a list of items with filtering and fields I had to filter by has been passed as a string value. Will give you sample function where I have implemented...
View ArticleDynamic Linq OrderBy Extension
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...
View Article