TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Unique Identifier
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amatya Agyey (2)
Keyur Pandya (1)
Allam Purushotham (1)
Arindam Dawn (1)
Mahesh Chand (1)
Jacques Philip (1)
G Gnana Arun Ganesh (1)
Related resources for Unique Identifier
No resource found
Updating Lookup Columns in Dataverse with Power Automate
7/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
Difference between a GUID and Tenant ID in Azure Environment
5/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 Azure
5/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 Entities
2/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 Tokens
6/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.NET
10/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.