XSharp Linq Samples

This forum is meant for anything you would like to share with other visitors
Post Reply
VR
Posts: 98
Joined: Sun Aug 23, 2020 3:07 pm
Location: Italy

XSharp Linq Samples

Post 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
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

XSharp Linq Samples

Post by wriedmann »

Hi Volkmar,
great, thank you very much!
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

XSharp Linq Samples

Post by ic2 »

Hello Volkmar,

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

Dick
Post Reply