MAUI

Multi-platform App UI (MAUI) .NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML.

RPC

Microsoft Remote Procedure Call (RPC) is a protocol defined by Microsoft to allow for distributed communication processes running between clients and servers in a network. RPC offloads the networking-related process management and allows developers to focus on application logic development.

Transformer machine learning model

Transformer machine learning model A transformer is a deep learning model. Transformer models are mainly used for natural language processing (NLP) and computer vision (CV). Transformers are the evolution of RNN models. A recent example of tranformer-type models in artificial intelligence (AI) are the dp-tranformer models developed by Microsoft research. More details can be found ... Read more

WCF

WCF Windows Communication Foundation (WCF) is a framework for building service-oriented applications by utilizing asynchronous messages and service endpoints. Citrix Virtual Apps and Desktops is a great example of a VDI platform which is developed under Microsoft .NET and the WCF framework. For more details about WCF, refer to the official page at https://docs.microsoft.com/en-us/dotnet/framework/wcf/whats-wcf.