LINQ, OrderBy() and ThenBy()

LinQ is the magic technique behind querying a list in C# .Net and it is easier to use and a cleaner way of querying a list. This is one of the small tips that make a huge difference and save your time. What is the scenario ? Assume that you have a list of customer … Continue reading LINQ, OrderBy() and ThenBy()

Advertisement