Modern Azure Blob Storage Helper for Dynamics 365 Finance & Operations – Fully Compatible with Latest SDK

As Microsoft continues to evolve the Azure SDKs, developers working with Dynamics 365 Finance and Operations (D365FO) need updated and future-proof approaches for managing blob storage operations — especially when integrating with external C# libraries via .NET assemblies.In this article, I’ll introduce a modern C# helper class built using the new Azure.Storage.Blobs SDK (which replaces … Leggi tutto

Creating Custom Attributes in C#

In C#, attributes are a powerful way to add metadata to your code.You’ve probably seen attributes like [Obsolete], [Serializable], or [Required] before.But did you know you can also create your own custom attributes? In this article, we’ll walk through the basics of creating and using custom attributes in C# — step by step. What is … Leggi tutto