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 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)
Mahesh Chand (2)
Keyur Pandya (1)
Jaimin Shethiya (1)
Sandeep Singh Shekhawat (1)
Allam Purushotham (1)
Abhishek Yadav (1)
Nandan Hegde (1)
Jasminder Singh (1)
Raja Msr (1)
Abhishek Tiwari (1)
Arindam Dawn (1)
Raj Bhatt (1)
Sriganapathi S (1)
Dipa Mehta (1)
Krishna Rajput Singh (1)
Rupesh Kahane (1)
Shekhar Chauhan (1)
Vijai Anand Ramalingam (1)
Jacques Philip (1)
G Gnana Arun Ganesh (1)
Related resources for 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
Unique ID Generator Xid.NET in .NET Core
5/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
Introduction to ASP.Net Session
5/13/2024 4:22:53 AM.
This article introduces ASP.NET session state. The ASP.NET Session State stores and retrieves values for a user. An ASP.NET Session State identifies requests from the same browser during a limited tim
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,
How To Define Variables And Constants In R
11/17/2023 6:28:57 AM.
In this article, I am going to explain about variables and constants in R.
Resource URI (Unique Resource Identifier) details of Common Microsoft Resources in Entra ID
10/23/2023 7:04:18 AM.
Resource URI (Unique Resource Identifier) details of Common Microsoft Resources in Entra ID.
C# ref Keyword
9/21/2023 11:49:00 AM.
C# ref and C# out keywords are used in method parameters. This article helps you decide whether to use a ref or out keyword, especially when the parameter types are value types.
JavaScript Symbols: Unique Identifiers and Private Properties
8/9/2023 6:10:35 AM.
Explore the power and applications of JavaScript symbols. Learn about unique identifiers, private properties, iterators, and more. A comprehensive guide.
How to Find UDID for Apple Devices?
8/8/2023 11:18:41 AM.
Discover the importance of the Unique Device Identifier (UDID) for Apple devices in this comprehensive guide. Explore its role in app development, beta testing, enterprise device management, technical
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
Coding Standards In C#
4/25/2023 5:52:57 AM.
Coding Standards in C#
Python Basic Concepts 📚
6/8/2021 2:27:08 PM.
In this article, you will learn about Python Basic Concepts.
Parameters in ADO.NET
10/29/2020 1:13:09 AM.
In this article I will explain about Parameters in ADO.NET.
Python Tokens Explained
2/12/2020 1:33:06 AM.
In my previous article, we covered how to declare variables in Python Editor Jupyter. Now, we will continue with more features and learn the concept of object-oriented programming in Python. In this a
Basic Concept of Identifiers and Variables in Java
9/27/2019 7:35:27 AM.
This article provides the basic concepts of identifiers and variables in Java.
HTTP Message Format In ASP.NET
11/3/2015 11:08:31 PM.
In this article you will learn about HTTP Message Format in ASP.NET.
Selecting Ordinal Identifier and Configuring Smart Identification
7/11/2012 4:52:32 PM.
In this article we discuss how to select an Ordinal Identifier and configuring Smart Identification
XML Overview
5/20/2012 6:41:52 AM.
In this article I will explain XML and how to write an XML code.
Unable to edit an identifier column for external list in SharePoint Workspace
7/19/2011 5:32:48 AM.
I was working on external list in SharePoint workspace. I was unable to add or edit the identifier column in the external list.
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.