ARTICLES

Latest Articles

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

Dynamics 365 Autosave
Dynamics 365 Customer Engagement (CRM) · Apr 15, 2017

Dynamics 365 Autosave

Dynamics 365 has an auto-save configuration option. After records are initially saved in Dynamics 365, if a user updates a record, the system…

Read article →
Azure Service Bus Sample
Azure · Apr 10, 2017

Azure Service Bus Sample

Azure Service Bus is an enterprise cloud messaging service for offline and online applications and services. Let’s go through an example of…

Read article →
Write to Text File in C#
C# · Apr 7, 2017

Write to Text File in C#

First, create a new console app: Next, add: using System.IO; Now add code: using (StreamWriter writer = new StreamWriter("filename.txt")) { writer.Write("1"); writer.WriteLine("2");…

Read article →
Currency Setup in Dynamics 365
Dynamics 365 Customer Engagement (CRM) · Apr 4, 2017

Currency Setup in Dynamics 365

To set up a new currency in the system, go to Settings->Business Management and select Currencies: Click New: Use the currency code…

Read article →