About FPAssistant

This author has not yet filled in any details.
So far FPAssistant has created 54 blog entries.

Microsoft announces .NET 6.0

Well, a year later and we now have .NET 6.0 developed by the .NET team and community. This is another great step forward for aviation software developers using the FPAssistant Suite SDK as this is fully now supported for .NET 6.0. This release is a unified development platform and as you can see from the [...]

2021-11-16T14:46:58+00:00November 16th, 2021|FPAssistant SDK/API News|

App: ICAO Basic ILS – FPAssistant, QGIS and Google Earth

Here is a good blog written by Antonio Locandro who used FPAssistant App to create a ICAO PANS-OPS Basic ILS set of surfaces and then imported into QGIS and then exported as 3D KML for display in Google Earth. This shows workflows of what can be achieved using free tools. Click here to read the [...]

2021-09-01T13:19:37+00:00September 1st, 2021|FPAssistant App News, General News|

SDK: Coordinate Systems (WGS-84 <--> NAD 83 and UTM)

In our world of aviation we get the data in all forms and many different digital formats. To support the most commonly used, the SDK uses:    WGS-84 Latitude / Longitude Coordinates with GeoCoordinate and GeoCoordinateBasic    Universal Transverse Mercator coordinate system (UTM Map Projection)    North American Datum of 1983 (NAD83) If we are [...]

2021-07-22T12:21:00+00:00July 22nd, 2021|FPAssistant SDK/API News|

SDK: NuGet Update to FPAssistant SDK Build 2021.4.22

A few days back the latest build of FPAssistant SDK was added to the NuGet Gallery, it has been a few months and the Dev Team has been working to improve, add new features which some have been requested by users. Further details can be found below. NuGetGallery - FPAssistant SDK JSON - [...]

2021-04-26T11:14:23+00:00April 26th, 2021|FPAssistant SDK/API News, General News|

SDK: Target Frameworks for FPAssistant Suite SDK

We got asked the other day for a list of the Target Frameworks supported in the FPAssistant Suite along with future plans; so here is a technical answer, the following Frameworks are supported all as Class Libraries ready to be referenced in Visual Studio or some through NuGet: FPAssistant with Geodetics calculated locally on computer [...]

2021-02-05T14:25:14+00:00February 5th, 2021|FPAssistant SDK/API News|

APP & API: FAA Geodetic Calcs

Further to earlier post here covering the addition to the SDK of the FAA formula for Geodetic distance and destination, these have now been added to the SDK example app. The current version of the App is available for Windows 10 in the Microsoft store. APP showing example calcs Distance : Will calculation [...]

2021-01-26T13:25:11+00:00January 26th, 2021|FPAssistant App News, FPAssistant SDK/API News|

API: GeoCoordinateBasic Object (Struct)

This object has been designed for speed and memory usage to offer a minimal handling of a Latitude and Longitude geographical coordinate, it simply stores the coordinate in the form of decimal Degrees, Minutes and Seconds (DMS) over two properties named Latitude and Longitude. It is cut down and only offers some form of validation [...]

2021-01-21T21:10:13+00:00January 21st, 2021|FPAssistant SDK/API News|

Tech View into 2021

2021 has now arrived and yesterday the UK was out into another Lockdown to try and prevent the spread of Covid-19. 2020 was a difficult year for most business and people, CADology survived and we were able to continue adding features into FPAssistant Suite and learn about new software and tech. ARM & possibly not [...]

2021-01-05T15:01:12+00:00January 5th, 2021|General News|

SDK Objects: JSON serialization and deserialization

Support is currently being added to objects defined within the SDK to assist in the serialization and deserialization (marshalling and unmarshalling) from JavaScript Object Notation (JSON). This is being done by adding the required attributes to object class/struct member(s) and  properties defined by the Microsoft library System.Text.Json. Microsoft describe this library as "Provides high-performance and low-allocating types [...]

2020-12-08T16:11:19+00:00December 8th, 2020|FPAssistant SDK/API News, General News|

Microsoft announces .NET 5.0

.NET 5.0 Overview   Yesterday on the 10th November 2020 Microsoft released .NET 5.0 as a major release including C# 9.0 and F# 5.0 along with Visual Studio 16.8. It was only 6 weeks ago that I added a blog on .NET Standard 2.1 and .NET 5.0 Support .NET 5.0 is available now [...]

2020-11-11T17:58:00+00:00November 11th, 2020|FPAssistant SDK/API News, General News|