Click here to Skip to main content
15,913,396 members
Everything / XLINQ

XLINQ

XLINQ

Great Reads

by Sacha Barber
How to read feeds with XLINQ
by Sacha Barber
How to stream XLINQ

Latest Articles

by Sacha Barber
How to stream XLINQ
by Sacha Barber
How to read feeds with XLINQ

All Articles

Sort by Score

XLINQ 

17 Jun 2009 by Sacha Barber
How to read feeds with XLINQ
21 May 2020 by Garth J Lancaster
Add a reference & 'using' statement for System.IO.Compression.FileSystem ref : ZipArchive Constructor (System.IO.Compression) | Microsoft Docs[^] - using the 'stream constructor' gets-around having to add an entire directory using (FileStream...
17 Jun 2009 by Sacha Barber
How to stream XLINQ
21 May 2020 by Usarsef
Hi i have windows form application where i generate an XML file and what i looking for is to save automatically the XML inside zip file You find below export button code: What I have tried: SaveFileDialog saveFileDialog1 = new...