Click here to Skip to main content
15,905,874 members

Comments by Samriddha Chowdhury (Top 13 by date)

Samriddha Chowdhury 11-Aug-23 7:40am View    
thank you so much. this one is easier for me
Samriddha Chowdhury 10-Aug-23 2:13am View    
Hi could you please explain what this piece of code is doing?

(key, items) => new
{
Price = key,
Items = items.OrderBy(m => m.MobileName).ToList(),
});
Samriddha Chowdhury 13-Jul-23 13:58pm View    
@FreedMalloc thank you sir. So it is only explicitly for understanding whether it is a class field right? No technical aspect to understand?
Samriddha Chowdhury 13-Jul-23 11:29am View    
Thank you sir. Since I am quite new so I don't feel comfortable with LINQ yet. So I am using the foreach loop solution since I understand it more easily
Samriddha Chowdhury 12-Jul-23 9:56am View    
Yes updated the tried section to elaborate the problem