-
Notifications
You must be signed in to change notification settings - Fork 24
Definitions, Acronyms and Abbreviations
Mike James edited this page Dec 12, 2015
·
2 revisions
#Definitions
- C# - A computer language designed for Microsoft .NET framework used for creating applications which can target iOS, Android, Windows, Mac and the cloud.
- Xamarin - A software company based in San Francisco that maintain Mono and create Xamarin.iOS, Xamarin.Android and Xamarin.Mac.
- Mono - A software platform designed to allow developers to easily create cross-platform applications using C# and .NET for non-Windows platforms.
- Xamarin.iOS A software product for developing native iOS applications using C# with Visual Studio.
- Xamarin.Android A software product for developing native Android applications with C# and Visual Studio.
- Azure - Microsoft's enterprise-grade cloud computing platform.
#Acronyms
- ML - Machine Learning
- SQL - Structured Query Language is a special purpose programming language designed for managing data held in a relational database.