Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New to C#
Message
 
À
11/06/2019 09:37:00
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
C#
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
01668995
Message ID:
01668999
Vues:
62
>I've looked at C# and .NET over the years, and have tried various things and had a general idea of how it worked, etc.
>
>I've had an occasion recently to learn more about it and I have to say I'm very impressed with how well integrated it is.
>
>For my Visual FreePro, Jr. database engine, I've had to create an external DllImport and use some marshaled unmanaged pointers for obtaining information back from the remote VJr DLL. It's been very straight-forward to integrate and is working well.
>
>
[DllImport("vjrdbf.dll")]
>public static extern UInt32 dbf_get_field_type_extended(Int32 handle, UInt32 fieldNumber, [MarshalAs(UnmanagedType.LPStr)] ref string dest, UInt32 destLength);
>
>
>It's really been quite nice. If any of you have been putting off learning C#, I would suggest you give it a try. It's very robust, and if you have any C/C++ knowledge, it's very straight-forward.

Yeah you are right, it is something that one should learn (it has been one of my realities besides VFP and Sql Server for sometime).

However, if you are starting now, then I suggest you to check and lean into non-MS languages. Give languages like Go, Dart, Python, Rust, ... a try. Although VFP, C# are my daily realities to work with, I am trying to learn Go and Dart (and Flutter). They seem to be better to me in many aspects (and postgreSQL for the database).

PS: I am keeping an eye on V. Not yet released but should be something that you like.

I completely agree - check out other languages. There is a report that python will soon over take Java as the most used languages.
https://www.zdnet.com/article/programming-languages-python-predicted-to-overtake-c-and-java-in-next-4-years/
Johnf
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform