Hello guys, I explained this process in my medium account. Here is the post: https://semihcelikol.medium.com/how-to-add-a-custom-header-in-net-core-web-api-d7b0f7749d9a
-
-
Hello guys, In this article, I will be talking about using bootstrap modal. I will answer the question of how I can use the bootstrap model with jquery. I updated the article and published it on my Medium account. You can access it here.
-
Hello guys, As you know Dynamics Ax AIF services it has a complicated structure. Sometimes we just want to export specific data. For example, instead of fully opening CustTable, we may only want to open the fields AccountNum and AccountName. Another reason is that if you directly open the CustTable, it will respond to you as complex XML. However, if you open it as a model, you can get the output as JSON. In such cases, we need to create a model class. Below, I explain how to create and use this model class. Let’s start. 1- Create new class:…