The Windows Fall Creators Update brings support for .NET Standard 2.0 to UWP development. In order to leverage the new APIs with .NET Standard 2.0, you need to set the minimum version target of your ...
One of my recent task was to translate a word document into a pdf from a web application hosted in Azure Web App – therefore the code has to process at the Azure side. Initially, I thought a ...
Microsoft and the .NET community have created a new version of .NET, .NET Core, which is designed to be cross-platform, modular, and optimized for the cloud. In the future, more scenarios are likely ...
Microsoft has released .NET Framework 4.8, the latest version of the company’s application development framework for Windows. The update brings a number of bug fixes, security patches, and ...
Understand the pros and cons of the .Net Framework's various native classes for working with HTTP requests and responses You have three different choices for consuming REST APIs when working in the ...
I received a requirement from a client about consuming a web service from the client’s 3rd party application and push data into AX 2012. This web service accepts several parameters and must be invoked ...