Carlos Yohn - AGP

We encourage new members to introduce themselves here. Get to know one another and share your interests.
Carlos2024Agp
Posts: 6
Joined: Mon May 27, 2024 8:21 am
Location: Spain

Carlos Yohn - AGP

Post by Carlos2024Agp »

Hi everyone,

My name is Carlos Yohn and i'm the owner os a really small company which has being developing VFP applications since DOS times.
Now, I'm looking for a new language to test, evaluate learning time for new projects and, in the future, moving the old ones.

I new about X# a few days ago and came to have my first contact. I'm absolutely lost. What should we read, test... for getting in touch with X#? What does foxpro flavour exactly means?, how to work with visual objects like forms, reports, etc.?

Any suggestion will be welcomed.

Thanks in advance.
Regards
User avatar
wriedmann
Posts: 3676
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: Carlos Yohn - AGP

Post by wriedmann »

Hi Carlos,
I can fully understand that you are lost....
First: X# was started as migration tool for Visual Objects, and support for VFP (and other XBase languages) were added later.
Second: contrarily to VFP, X# is a compiler and not an interpreter, and is using the .NET runtime.
Third: in the X# IDE (both VS and XIDE) there are some samples to try out.
Forth: there is a X# Academy on Youtube, and there are some sessions specially for VFP users.

For seeing some syntax samples and concepts you could give a look to the https://docs.xsharp.it website.
I suspect you are using Visual Studio?

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Carlos2024Agp
Posts: 6
Joined: Mon May 27, 2024 8:21 am
Location: Spain

Re: Carlos Yohn - AGP

Post by Carlos2024Agp »

Hi, Wolfgang

Many thanks for answering.
For sure I'll take a look into Youtube academy and web sites.
We are not using Visual Studio; just Visual Foxpro Advanced 32 & 64 bits.
We've also tested Windev but i hate it: seems to be selling clothes and just for men, if you look at their advertisements.

So do you advise to install full IDE in addition to other learning ways?

Regards,
User avatar
wriedmann
Posts: 3676
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: Carlos Yohn - AGP

Post by wriedmann »

Hi Carlos,
to work with X# you need some sort of IDE.
X# supports both Visual Studio and XIDE (developed by one of the team members, Chris Pyrgas).
It is just a question of preferences, but in our small company (3 people that are working regularly with X# other than with Visual Objects) we have decided for XIDE.
We feel that XIDE makes it easier to work with source code, and gives us more working space, other than being much faster to start up and edit.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
xinjie
Posts: 38
Joined: Wed May 20, 2020 10:05 am
Location: China
Contact:

Re: Carlos Yohn - AGP

Post by xinjie »

Hi Carlos,

Checking https://github.com/X-Sharp/xsharp-notebooks out should get you into X# faster if you're coming from VFP. My guess is that you should have more experience with .NET than I do. Of course, I recommend the VS IDE.
简单的东西重复做,你能成为专家;重复的东西用心做,你能成为赢家!
User avatar
Fabrice
Posts: 425
Joined: Thu Oct 08, 2015 7:47 am
Location: France

Re: Carlos Yohn - AGP

Post by Fabrice »

Hi Carlos, (and Xinje)

As Xinje told you there might be an alternative before jumping into the big X# pool ;)

Xinje has already given you the link : Be aware that we currently didn't make an announcement because this is still a work-in-progress, but... It is fully working.
If you have any trouble with it, please send me a message.

I hope to have an announcement soon after the release of the next release of X# (that is currently in Beta)

Regards,
Fab
XSharp Development Team
fabrice(at)xsharp.eu
Carlos2024Agp
Posts: 6
Joined: Mon May 27, 2024 8:21 am
Location: Spain

Re: Carlos Yohn - AGP

Post by Carlos2024Agp »

Thanks everyone.

For sure I'll take a look very carefully every link and options you all gave me.
Just 'philosophical' questions: What exactly X# is?

Is a new programming language?
One you build a project, compilation is in .NET?
So, we will have access to every advantage of .NET?
What a dialect is? A set of fox-similar-way commands and statements that later will be translated for compiling?
...

But, if you think i'll learn these questions after studying your links ignore them.
Thanks a lot.
Regards
User avatar
Fabrice
Posts: 425
Joined: Thu Oct 08, 2015 7:47 am
Location: France

Re: Carlos Yohn - AGP

Post by Fabrice »

Carlos,
Carlos2024Agp wrote: Tue May 28, 2024 7:51 am Just 'philosophical' questions: What exactly X# is?
X# project is a compiler and a set of libraries and tools.
Carlos2024Agp wrote: Tue May 28, 2024 7:51 am Is a new programming language?
Yes ... and No !
X# support dialects :
The base-one is called X# Core : It is a C# cousin in terms of functionnality, but with a kind-of Visual Objects Syntax (LOCAL, IF/ENDIF, FOR/NEXT, ...)
But, when you changed the settings, the compiler can recognize others dialects like VPF, xBase++, ... For eg, with VFP you can use a variable even if you don't type it or declare it : With the VFP settings, the compiler will recognize that VFP construction and add some internal "decoration" to support it.
So yes X# Core is new, but with X# dialects we are supporting "old" xBase languages
Carlos2024Agp wrote: Tue May 28, 2024 7:51 am One you build a project, compilation is in .NET?
So, we will have access to every advantage of .NET?
Yes and Yes !!!
Carlos2024Agp wrote: Tue May 28, 2024 7:51 am What a dialect is? A set of fox-similar-way commands and statements that later will be translated for compiling?
Yes, you can say it that way.
We have a set of Library/Tools to support VFP : a VFP Runtime for some specific VFP Functions, Classes... a VO Runtime for some specific Visual Objects Functions, Classes, ...
And with the right compiler setting, the compiler will recognize some specific dialect constructions.

HTH,
Fab
XSharp Development Team
fabrice(at)xsharp.eu
Carlos2024Agp
Posts: 6
Joined: Mon May 27, 2024 8:21 am
Location: Spain

Re: Carlos Yohn - AGP

Post by Carlos2024Agp »

Really fine your explanations, Fabrice. Many thanks.
And that sounds so good...

Now what i need is to study, begin to make test projects and a huge community of users for helping.
Regards.
User avatar
xinjie
Posts: 38
Joined: Wed May 20, 2020 10:05 am
Location: China
Contact:

Re: Carlos Yohn - AGP

Post by xinjie »

Carlos,

Well, maybe at first you'll be overwhelmed by the various concepts of X#. But, take it from me, you'll find it very ‘simple’ again.

You can think of it as VFP running on the DotNET platform. Although, its compatibility with VFP is not perfect.I'm sure it will be done to perfection.
简单的东西重复做,你能成为专家;重复的东西用心做,你能成为赢家!
Post Reply