Hi Jeff,
BiggyRat wrote:This is probably just a required paradigm shift from me dealing with VO and before that, Clipper, but I just cannot work out what the hell I'm supposed to do to create an app.
Well seeing it seems you sort of got to at least compile something. Welcome. Here is maybe just a comment. If you don't need to do DBF stuff, rather jump straight into ADO and learn the .NET way of doing things. Drop the VO Classes, rather focus on the DbProviderFactories, DbConnection, DbCommand for database interfaces and Forms/WPF, DataGridView instead of bBrowser, MenuStrip etc. The Db<Classes> are encapsulated for WPF in Entity Framework (EF).
Let us know your VO environment, trying to learn DBF, if you actually only going to do SQL stuff, is a bit of a waste I believe. We will quickly get you XSharping.
First advice, get yourself a copy of ILSpy V3.x, later versions have a new introduced feature that makes it unusable for X#. Download the XSharp.Language plugin and just copy it into the ILSpy folder. Nice to look at any .NET compiled code as if it was created in X#. It also provide a decompiling option to create a Visual Studio X# Solution. This is to me the help file of .NET so to speak.
Stay in touch and enjoy the X# ride, it is worth it!