For education purposes, I created an XSharp Example project, that shows the usage of some important DotNet classes (like Lists, Dictionaries, StringBuilder, XDocument, ...).
We decided to release the project as open source, so the repository can be found on GitHub.
X# Example Project for various DotNet functionality
X# Example Project for various DotNet functionality
Hi Volkmar,
thank you very much!
@Robert: maybe you can add that GitHub link to the help index on this site.
Wolfgang
thank you very much!
@Robert: maybe you can add that GitHub link to the help index on this site.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
X# Example Project for various DotNet functionality
If you like the samples and you have a github account, you could consider to give the repo a star
X# Example Project for various DotNet functionality
Thanks a lot Volkmar, this is very nice! Star given of course!
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
X# Example Project for various DotNet functionality
I added the second block of examples:
- Is + var
- Interfaces
- Linq
- Deferred execution
- Where, OrderBy, ThenBy, Select, SelectMany
- ToList, ToArray, ToDictionary, ToHashset
- First, FirstOrDefault, Last, LastOrDefault
- All, Any
X# Example Project for various DotNet functionality
Hello Volkmar,
I've unpacked the zip straight from Github and when I run it it has the following 8 errors: Any idea why?
Dick
I've unpacked the zip straight from Github and when I run it it has the following 8 errors: Any idea why?
Dick
X# Example Project for various DotNet functionality
Dick,
Which build are you using ?
Robert
Which build are you using ?
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
X# Example Project for various DotNet functionality
Hello Robert,
Ah, it's some of the newer stuff of course.
I use X# 2.7. My ADS functions stopped working when I installed a 2.8 version in June. Not sure anymore if 2.8 still caused problems in the existing code or if that would work fine now in a 2.8. But then I also have to redistribute X# DLL's everywhere so I will probably update X# end this year or maybe even next year. The X# parts of our program work fine with 2.7
I will check the samples again later!
Dick
Ah, it's some of the newer stuff of course.
I use X# 2.7. My ADS functions stopped working when I installed a 2.8 version in June. Not sure anymore if 2.8 still caused problems in the existing code or if that would work fine now in a 2.8. But then I also have to redistribute X# DLL's everywhere so I will probably update X# end this year or maybe even next year. The X# parts of our program work fine with 2.7
I will check the samples again later!
Dick
X# Example Project for various DotNet functionality
Hello Dick.
Some of the examples use features from the latest x# compiler. I'll add that info in to the readme.
As a quick fix, you can delete the folders, that contain files with errors.
Volkmar
Some of the examples use features from the latest x# compiler. I'll add that info in to the readme.
As a quick fix, you can delete the folders, that contain files with errors.
Volkmar