Great video, thank you!. I just want to add that is better use the filter in the advanced exercise inside the query, for example: var query = from row in in_dt_InputData.AsEnumerable() where row.Field("Status") != "DONE" orderby orderIdFunc(row.Field("Status")), transformarFecha(row.Field("StartDate")) select row.ItemArray;
This is really unique! I haven't seen other channels promoting this type of content. Have you worked on LINQ with XML? If so it would be really helpful if you could make a tutorial on that.
Great video, thank you!. I just want to add that is better use the filter in the advanced exercise inside the query, for example:
var query = from row in in_dt_InputData.AsEnumerable()
where row.Field("Status") != "DONE"
orderby orderIdFunc(row.Field("Status")),
transformarFecha(row.Field("StartDate"))
select row.ItemArray;
Thanks for the video very informative
Thanks for video, Daniel!
This is really unique!
I haven't seen other channels promoting this type of content.
Have you worked on LINQ with XML? If so it would be really helpful if you could make a tutorial on that.