Technologies

Celeste
Microsoft Azure is a cloud computing service created by Microsoft to build, test, deploy and manage applications and services through Microsoft-managed data centers around the world. It provides software as a service (SaaS), platform as a service (PaaS) and infrastructure as a service (IaaS) and supports many different programming languages, tools and frameworks, including Microsoft-specific and third-party software and systems.

F#
F# is a strongly typed multi-paradigm programming language that encompasses functional, imperative and object-oriented programming methods. F# is most often used as a cross-platform Common Language Infrastructure (CLI) language, but can also generate graphics processing unit (GPU) code and JavaScript.

Neto5
.NET 5.0 is the next major release of .NET Core after 3.1. They have called this new version .NET 5.0 instead of .NET Core 4.0 for two reasons:
- They have omitted the 4.x version numbers to avoid confusion with .NET Framework 4.x.
- They have removed "Core" from the name to emphasize that this is the core implementation of .NET going forward.
.NET 5.0 supports more application types and more platforms than .NET Core or .NET Framework.
ASP.NET Core 5.0 is based on .NET 5.0, but retains the name "Core" to avoid confusion with ASP.NET MVC 5. Similarly, Entity Framework Core 5.0 retains the name "Core" to avoid confusion with Entity Framework 5 and 6.

RESTFul API
REST is the acronym for REpresentational State Ttransfer.
This technology achieves compatibility with third party clients that need to integrate with different services.
Fundamental REST Design.
- Stateless client/server protocol
- Well-defined operations (POST,
GET, PUT, DELETE)
- Universal syntax
- Use of hypermedia