linq-to-sql

Export the Listview to Excel (.XLS) from a list populated by LINQ, WPF project (C#)?

Good... I need to export the data from the populated Listview by The LINQ method of a SQL Bank...I'm not getting through the ... </GridView> </ListView.View> </ListView>

Linq, doing Join comparing with Like

I have a question regarding Linq. As I have observed some codes, they usually use as for example: var _s = (from p in exem ... create it: var _s = (from p in exemplo1 join q in exemplo2 on SqlMethods.Like(p.blabla, "%" + q.blablabla + "%")