xsharp.eu • XSharp Linq Samples
Page 1 of 1

XSharp Linq Samples

Posted: Fri Jul 02, 2021 3:37 pm
by VR
Hi,

I started a new project in my spare time. It's a website with a series of LINQ samples in XSharp. This is the URL:

https://xsharplinq.rigo.bz/

The site is created using the static site generator Hugo, which generates static Html pages based on markdown files and a theme. And the markdown pages for the samples are generated using a nuke build script. The code for every sample is compiled and executed using nuke. This way I can be sure, that every sample works and the output is correct.

Let me know what you think.

Volkmar

XSharp Linq Samples

Posted: Fri Jul 02, 2021 4:50 pm
by wriedmann
Hi Volkmar,
great, thank you very much!
Wolfgang

XSharp Linq Samples

Posted: Mon Jul 05, 2021 9:49 am
by ic2
Hello Volkmar,

That's a very useful collection of samples, thanks.

Dick