Featured Articles

Dynamics 365 portal

Manage your Vendors Seamlessly With a Dynamics 365 Partner Portal

Mon, 12/05/2022 - 10:36 By Maulik Shah

Managing your vendors can be extremely time-consuming and cumbersome, not to mention that it's something you're likely to do daily. This can be especially difficult if you manage both inbound and outbound vendors simultaneously! 

However, Microsoft Dynamics 365 has a partner portal that can help you manage your vendors more seamlessly by providing them with information about what you need and helping you cut down on the number of mistakes your business makes in its day-to-day operations. Here's how it works!

Tags
How to use Azure Table Storage with C#

How to use Azure Table Storage with C#

Wed, 09/14/2022 - 10:32 By Lloyd Sebag

How to use Azure Table Storage with C#

Azure Table Storage is a very useful solution present in the Azure Storage Account component. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. While remaining scalable and maintained by the Azure Cloud.
It is therefore a real accelerator for projects that need to store unstructured data.

You can obviously manipulate the data manually from the Azure portal, however, here I will show you that you can mainly use the API to manipulate the data from your C# code.