ARTICLES

Latest Articles

Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.

USD User Security
Unified Service Desk · Oct 6, 2016

USD User Security

Unified Service Desk security is controlled through the Dynamics CRM application. You can read more about Dynamics CRM security in this post…

Read article →
C# – TypeOf, GetType, Is
Dynamics 365 Customer Engagement (CRM) · Sep 7, 2016

C# – TypeOf, GetType, Is

In C#, there are different ways to detemine the type of an object or type itself. These include typeof, GetType and Is.…

Read article →
C# Delegates
C# · Sep 2, 2016

C# Delegates

Delegates in C# hold a reference to a method. If you think about writing methods, you may generally send parameters such as…

Read article →
Collections in C#
C# · Aug 30, 2016

Collections in C#

The .NET Framework contains different types of collections that can be used to store and retrieve data. In this post we will…

Read article →