C# Interfaces
The purpose of Interfaces in C# is to define a contract. Any class that then implements the interface will know which methods…
Read article →Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.
The purpose of Interfaces in C# is to define a contract. Any class that then implements the interface will know which methods…
Read article →
Most Unified Service Desk controls have a “default” action. This action performs an action called default. In cases where the control does…
Read article →
We can also perform time intelligent functions on our date fields in DAX. Let’s compare this year’s sales to last year’s sales.…
Read article →
Some DAX functions will return a single date. Let’s go through some of these with our dataset. STARTOFMONTH If we apply this…
Read article →
Let’s start with a dataset that has sales orders. There are sales order lines: And the data looks like this: However, there…
Read article →
DAX, or Data Analysis Expressions, is a library of functions, formula and query language used in analytics. It is used in: Power BI…
Read article →
In Unified Service Desk, we can use the Navigate action to navigate in our controls. For example, let’s say we have a…
Read article →
The CRM Page hosted control is a type of hosted control in USD. The control contains several predefined UII actions. Here we will…
Read article →
To manage users and groups in Azure Active Directory, select Active Directory in portal.azure.com: To add a new group, select Users and Groups->All…
Read article →
In this example, we will create a Hello World application for Node.js. Let’s start with a simple example. I have installed Node.js…
Read article →
Query Expression is a class used to build queries in Dynamics CRM. Let’s go through some examples of how to use this. Here…
Read article →OAuth is an open standard for authorization of websites and applications. It provides these applications with a simple, secure way allow their…
Read article →