Related resources for Unique ID
  • Updating Lookup Columns in Dataverse with Power Automate7/3/2024 5:04:39 PM. Navigating Lookup Columns in Dataverse using Power Automate requires precise handling. Unlike simpler data sources, such as SharePoint, updating these columns demands using a specific format like &quo
  • Working with Choices Columns in Dataverse using Power Automate7/3/2024 5:04:35 PM. Over the past few months, I've led a project using the Power Platform, achieving remarkable results. Today, I will share tips on working with Choices Columns in the Dataverse. Unlike SharePoint, D
  • Unique ID Generator Xid.NET in .NET Core5/31/2024 6:22:31 AM. A globally unique ID generator library called Xid.Net is prepared for safe and direct usage in your code. It offers an interface akin to that of the System.Guid produces lesser ids (12 bytes compared
  • Difference between a GUID and Tenant ID in Azure Environment5/10/2024 6:21:39 AM. Difference between a GUID (Globally Unique Identifier) and a Tenant ID in their scope and purpose within the Azure environment:
  • Real Time example of GUID in Azure5/9/2024 11:49:29 AM. Azure uses GUIDs (Globally Unique Identifiers) to organize and secure resources. From signing up for services to managing databases, GUIDs ensure seamless operations and data security across various s
  • Create Auto-Numbering in Microsoft Dynamics 365 Entities2/29/2024 11:22:09 AM. Automate entity numbering effortlessly in Microsoft Dynamics 365 with no code required. Utilize system settings, business rules, and workflow automation to generate unique serial numbers for records,
  • Understanding Angular Injection Tokens6/20/2023 6:53:30 AM. Angular's dependency injection (DI) system manages dependencies in a modular, scalable manner. Injection Tokens are unique identifiers used by the system to resolve dependencies flexibly. They ena
  • Parameters in ADO.NET10/29/2020 1:13:09 AM. In this article I will explain about Parameters in ADO.NET.
  • Making Thumbnails of Transparent Images in .NET and C#12/26/2005 4:03:18 AM. When I started writing web applications using .NET, I found myself in need to dynamically create thumbnails of images that could be uploaded by the user or pulled from a database.
  • Interface Components Interoperability 12/23/2005 4:16:31 AM. The fundamental concept behind both COM and DCOM is the interface. An interface is an agreement between a client and an object about how they will communicate with each other.