In the early 2000, there is a term namely web service. Web service in .NET can be developed in various ways. Starting from Web Services through asp.net web services (ASMX), The complete messaging transport through WCF (Windows Communication Foundation), and modern REST approach by using WEB API. Lately, Microsoft provides you a new way to use WCF in simple way. The name is CoreWCF
CoreWCF...
[More]
If you need to put an AI into your web application. You have two options. The first possibility is to build from scratch by using machine learning services such as Azure machine learning studio or use the ready to use API from Azure Cognitive Services. Both solutions provide you with the API endpoint that can be used throughout your web application. On this article, we will discuss about how to pr...
[More]