Tag: property
How to Apply LINQ Distinct on a particular property in C#?
Do you want to get the distinct records from a list based on a particular property using LINQ in C#?. Below is a code snippet that demonstrates how to do it. How to Apply LINQ Distinct on a particular property in C#?
How to Get the Property value using reflection in C# ?
Below is a sample method that demonstrates how to retrieve the property value in C# using reflection. How to Get the Property value using reflection in C# ?
How to define MaxLength property for a textbox in ASP.NET MVC Razor View?
Below is a sample code snippet which demonstrates how to define MaxLength property for a textbox in ASP.NET MVC Razor View.