Does anyone know any good tutorials for newbies?

This forum is meant for anything you would like to share with other visitors
Post Reply
User avatar
desbest
Posts: 5
Joined: Mon Apr 10, 2023 7:18 pm
Location: United Kingdom

Does anyone know any good tutorials for newbies?

Post by desbest »

Does anyone know any good tutorials for newbies?

And by that, I mean that I already have some programming knowledge as a web developer using php and ruby. However I've never made desktop programs before but I'm familiar in how various programming syntax works. I've only ever made command line programs with C and C++ but I need a way to make it all work (well my scanty existing knowledge) visually with XSharp.
User avatar
wriedmann
Posts: 3700
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: Does anyone know any good tutorials for newbies?

Post by wriedmann »

Hello,
unfortunately this is not that easy, and developing for desktop is really different than working with GUI applications.
IMHO at least 80% of the knowledge lies in the GUI library you need - if you start from scratch, WPF may a bit too hard, so Windows Forms may be a better choice, even if it seems to be outdated.
And it depends on your needs, so maybe another language like C# with WinUI may be a better starting point.
Or is there any code base you need to move forward? Then it depends on the existing code what to do.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
Fabrice
Posts: 444
Joined: Thu Oct 08, 2015 7:47 am
Location: France

Re: Does anyone know any good tutorials for newbies?

Post by Fabrice »

Hi,

To start with the language itself, may I suggest to have a look at XSharp Notebooks? (Info on the homepage)
About GUI, a video tutorial might be a good start, but we may need to re record something for newbies.

Fab.
XSharp Development Team
fabrice(at)xsharp.eu
User avatar
wriedmann
Posts: 3700
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: Does anyone know any good tutorials for newbies?

Post by wriedmann »

Hi Fabrice,
I agree with you that there are needed some tutorials for newbies.
IMHO there are 4 major groups that are to be covered:
- people that has a VO background
- people that has a VFP background
- learning X# and Windows Forms
- learning X# and WPF
The first 2 IMHO are somewhat covered.
Even if I consider WPF the best choice for a future X# GUI development, I think it may be relativ hard for newbies to start with it. And I have tried more than once to see if there is someone interested in it, but have always failed.
So maybe there would be a need for a Windows Forms based GUI development tutorial, maybe with a basic Windows Forms GUI class library.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
ArneOrtlinghaus
Posts: 405
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Re: Does anyone know any good tutorials for newbies?

Post by ArneOrtlinghaus »

Peter Monadjemi has made a good book about X#: The X# Kompendium - Learning with examples.
Also for me as an "oldie" there are many new parts about the language. It's more about the basics, not about GUI usage. I don't know how to get the book, a colleague brought it from the last X# Conference. May me someone from the forum has a contact of Peter?

Arne
User avatar
xinjie
Posts: 64
Joined: Wed May 20, 2020 10:05 am
Location: China
Contact:

Re: Does anyone know any good tutorials for newbies?

Post by xinjie »

Hi,Arne

Is that what you're talking about?
https://www.nanobooks23.de/
简单的东西重复做,你能成为专家;重复的东西用心做,你能成为赢家!
User avatar
ArneOrtlinghaus
Posts: 405
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Re: Does anyone know any good tutorials for newbies?

Post by ArneOrtlinghaus »

Yes, exactly.
Arne
Post Reply