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 Data Type
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Pankaj Kumar Choudhary (5)
Naveenkumar Paramasivam (4)
Gagan Sikri (3)
Chetan Sanghani (2)
Ishika Tiwari (2)
Abhishek Yadav (2)
Ankit Bansal (2)
Hemant Jindal (2)
Aayushi B (1)
Vijay Pratap Singh (1)
Sreeparna Sreejay (1)
Aiswarya E V (1)
Ashish Bhatnagar (1)
Baibhav Kumar (1)
Ajay Kumar (1)
Keyur Pandya (1)
Ck Nitin (1)
Jitendra Mesavaniya (1)
Rahul Kumar Saxena (1)
Darshan Adakane (1)
Shikha Tiwari (1)
Naveen Kumar (1)
C# Curator (1)
Arun Potti (1)
Alpesh Maniya (1)
Zain Ul Hassan (1)
Chintan Malvaniya (1)
Keyur (1)
Jefferson S. Motta (1)
Satyaprakash Samantaray (1)
Dhanush K (1)
Sivasankar Gorantla (1)
Nilesh Shah (1)
Vo Duc Thanh (1)
Ashok Dudi (1)
Manoj Bhoir (1)
Rinki (1)
Ravikant Sahu (1)
Vijayakumar S (1)
Manoj Kalla (1)
Vijay Kumari (1)
Ibrahim Ersoy (1)
Ratnesh Singh (1)
Deepak Sharma (1)
Andrew Fenster (1)
Mahesh Alle (1)
Jignesh Trivedi (1)
Pradeep Shet (1)
Michael Lee (1)
Michael Youssef (1)
Sandeep Mishra (1)
Sourav Kayal (1)
Venkatasubbarao Polisetty (1)
Vinay Ayinapurapu (1)
Sonali Desai (1)
Christophe Marcel (1)
Prasad Rane (1)
Jin Necesario (1)
Sandhya Shinde (1)
Yukta Ranka (1)
Guest User (1)
Vijay K (1)
Naresh Joshi (1)
Sandeep Singh Shekhawat (1)
Amit Kumar (1)
Sourabh Somani (1)
Abhishek Jaiswal (1)
Satendra Singh Bhati (1)
Sandeep Sharma (1)
Deepak Verma (1)
Jainish Shah (1)
Divyang Desai (1)
Vishal Pawar (1)
Rohatash Kumar (1)
Kishor Bikram Oli (1)
Sagar Shinde (1)
Akhil Mittal (1)
Sateesh Arveti (1)
Mahender Pal (1)
Anand Narayanaswamy (1)
Sandeep Kumar (1)
Shubham Kumar (1)
Rupesh Kahane (1)
Vignesh Mani (1)
Rakesh (1)
Ajay Yadav (1)
Related resources for Data Type
No resource found
Understanding Dataverse Text Fields
10/30/2024 6:51:35 AM.
Understand how to integrate text fields into your applications, validate user input, and retrieve data seamlessly. Enhance your knowledge of database design and modeling within Microsoft Dataverse.
Redis: RedisString and RedisJSON
10/23/2024 8:19:31 AM.
RedisString has long been the basic and most common data type in Redis. Recently, RedisJSON has gained popularity as a module that allows you to store, query, and manipulate JSON data natively.
Introduction to SharePoint and Steps Creating Lists
10/15/2024 11:12:19 AM.
Learn how to create and manage lists effectively, enhancing your team's collaboration and productivity. With step-by-step instructions and best practices, this resource is perfect for beginners a
Understanding List Column Data Types in SharePoint
10/15/2024 11:08:42 AM.
SharePoint allows users to create and manage lists with various column types, such as text, number, date, and lookup fields. These columns help organize and store data effectively, ensuring better rep
Explaning Wrapper Classes in Java
9/23/2024 8:49:27 AM.
This is essential for utilizing Java’s object-oriented features, such as collections. With autoboxing and unboxing, Java simplifies conversions between primitives and their corresponding wrapper class
Python Data Types and Collections
8/22/2024 5:29:00 AM.
Explore Python's essential data types and collections in this comprehensive guide. Learn about fundamental types like integers, floats, and strings, as well as advanced collections such as lists,
Understanding the Record in C#
8/16/2024 5:53:13 AM.
Learn how records differ from classes, their advantages in creating immutable types, and how they enhance object initialization, equality checks, and more in .NET applications.
Dataverse Multi Choice Columns in PowerApps
7/2/2024 7:04:34 AM.
Discover how to efficiently work with PowerApps and Dataverse, specifically focusing on handling Multi Choice Columns. Learn how to use the Concat function to display multi-choice values in a label wi
Comparing PostgreSQL and SQL Server: Benefits of PostgreSQL
6/7/2024 7:27:17 AM.
Comparing PostgreSQL and SQL Server reveals distinct advantages of PostgreSQL. PostgreSQL offers cost-effectiveness, flexibility, and extensive community support. It excels in advanced features, cross
Exploring PostgreSQL: The Powerhouse of Open-Source Databases
6/7/2024 4:30:18 AM.
PostgreSQL, often hailed as the powerhouse of open-source databases, is a robust and versatile relational database management system. Known for its advanced features, such as ACID compliance, extensib
Some Important Keywords of C#: Part 1
5/24/2024 9:36:12 AM.
This is very simple part 1 article but will clear some of the concepts of C# for those who are learning or for those also who might have good knowledge but unfortunately miss these important keywords.
Understanding ToString() vs Convert.ToString() in C#
5/23/2024 10:30:46 AM.
In C#, both ToString() and Convert.ToString() are used to convert objects to their string representation. However, they have different usages and behavior. Understanding the differences between these
Entity Framework: DbComparisonExpression Requires Arguments With Comparable Types
5/16/2024 5:44:07 AM.
The "DbComparisonExpression Requires Arguments With Comparable Types" error in Entity Framework indicates a type mismatch in a query comparison. It occurs when attempting to compare two valu
What are Classes in Object Oriented Programming (OOP)
5/8/2024 10:20:54 AM.
Classes in OOP serve as blueprints for creating objects. They encapsulate data and behavior, promoting modularity and code reuse through inheritance and polymorphism, essential for building scalable a
Dereferencing Pointers and Void Pointers in C
4/29/2024 11:18:18 AM.
Dereferencing pointers involves accessing the value stored at the memory address pointed to by a pointer. Void pointers in C are generic pointers that can point to any data type but require explicit t
Understanding VARCHAR and NVARCHAR in SQL Server
4/22/2024 4:00:34 AM.
VARCHAR and NVARCHAR are essential data types in SQL Server for storing character data. Understanding the differences between these data types is crucial for designing efficient database schemas and o
Understanding C# Data Types
4/8/2024 11:24:28 AM.
Understanding C# Data Types is essential for programming in C#. It involves grasping primitive types like integers, floating-point numbers, booleans, and characters, as well as complex types like stri
How To Query Dataverse In Microsoft SQL Server Management Studio (SSMS)?
4/3/2024 10:45:55 AM.
Querying Dataverse in Microsoft SQL Server Management Studio (SSMS) involves using Transact-SQL (T-SQL) to interact with tables, views, indexes, and stored procedures. Understanding entity relationshi
TINYINT Data Type in SQL and Its C# Equivalent
3/16/2024 10:35:58 AM.
Understanding data types is crucial for effective data manipulation and storage. In this article, we will learn about TINYINT in SQL efficient storage for small integers. In C#, use byte or sbyte for
SQL Server Data Types for Performance, Memory Efficiency
2/28/2024 6:49:09 AM.
"Embark on a journey to unlock SQL Server's full potential through savvy data type selection. Enhance performance and streamline operations with optimal choices.
Learn About Data Structures And Algorithms (DSA)
2/15/2024 11:22:20 AM.
This article will tell you almost everything about the crucial concepts of data structures and algorithms. This article is the first one in the series of “Data Structure and Algorithm (DSA)”. You’ll l
Data Types In JavaScript
12/1/2023 5:05:33 AM.
Data types is most important concept in javascript and very useful logic in programming.Best concepts for fresher interview questions.
Value Types vs Reference Types in C#
11/19/2023 6:02:26 AM.
This comprehensive guide delves into the fundamental concepts of C# data types, distinguishing between value types and reference types. Covering characteristics, pros and cons, key differences, and be
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.
What is BSON and Data Types in MongoDB?
11/15/2023 7:17:36 AM.
Choose the best BSON DataTypes with C# and phyton Samples. MongoDB stores and exchanges data in a format known as BSON (Binary JSON), a binary equivalent of the JSON data format.
C# Built in Data Types
9/25/2023 4:19:44 AM.
We will discuss the different built-in types that are available in c#.
R Programming
9/20/2023 6:20:53 AM.
In this article, we'll take you through the basics of R programming, providing examples to help you get started on your journey to mastering this language.
Why String Is Immutable
9/12/2023 4:49:40 AM.
A string is a reference data type in C#. A string is a sequential collection of characters that is used to represent text. The value of the String object is the content of the sequential collection of
Dynamic Data Type In C#
9/11/2023 5:32:59 AM.
C# dynamic keyword declares a dynamic variable that can store any type. Lean how to use a dynamic type in C# and how to convert a dynamic type to other types in C#.
Data Type Suffixes In C#
9/6/2023 8:20:24 AM.
In this article, we will have a look at data type suffixes in C#.In C#, data type suffixes are used to explicitly specify the data type of a numeric literal when it might otherwise be ambiguous or to
Handling DateTime Data Type in C# : Part 1
8/24/2023 9:41:34 AM.
Handling DateTime Data Type in C#: Part 1 is a guide that focuses on effectively managing and manipulating DateTime data within C# applications. This guide likely covers essential concepts related to
Numeric Data Types in Microsoft SQL Server
8/14/2023 6:20:02 AM.
Numeric data types are a crucial part of any database system, providing the foundation for storing numerical values accurately and efficiently. In Microsoft SQL Server (MSSQL), developers have the cho
How To Work with JSON in SQL Server?
8/8/2023 6:12:00 AM.
In this article, we will learn about How To Work with JSON in SQL Server
Working With In-Memory Database - Redis
8/2/2023 6:59:02 AM.
Working with an in-memory database like Redis involves using a database system that stores and retrieves data entirely in RAM (Random Access Memory) rather than on disk. Redis is a popular open-source
Introduction to Rust
5/9/2023 11:08:25 AM.
In this article, we will learn about rust programming language.
Data Types, Operators, Variables, and Control Structures in Kotlin
4/20/2023 6:07:09 AM.
This article describes the basics of kotlin.
Data Type in JavaScript
3/29/2023 2:45:53 PM.
This article, with code examples, explains data types available in JavaScript and how to use them in your app.
Working With Arrays In JavaScript
3/15/2023 10:03:55 AM.
Arrays are the collection of the same data-types values or a collection of data items. In memory variables, we can store one value at a time, but in arrays, we can store many values and retrieve them
Java Basics
2/15/2023 12:10:49 PM.
Java is a popular general-purpose programming language and computing platform. It is a high level, class-based, and object-oriented programming language. Java runs on multiple platforms. It means that
Create User Defined Data Types In SQL Server
2/15/2023 6:24:09 AM.
In this article, we're talking about creating your own data types in SQL Server.
XML Data Type In SQL Server
1/30/2023 7:31:44 AM.
In this article, we will read about XML data type and also some advantages and limitations of XML data type over relational data types.
XML Data Type in Microsoft SQL Server
1/30/2023 6:58:35 AM.
In this article, we will see about XML data type in Microsoft SQL Server 2005.
How to Store Date and Time in Separate Columns in SQL Server 2005
1/24/2023 8:58:40 AM.
In this article I will explain how to store Date and Time in SQL Server 2005 using a User Defined Type.
How To Find A Doctor Near Your Home in SQL Server
1/16/2023 10:32:57 AM.
How to use a database to find nearby locations. The geography data type and associated SQL Server functions can be used to calculate distances and search for nearby locations.
SQL Data Types
1/9/2023 8:38:40 AM.
In this article you will learn about SQL Data Types in detail.
Tips to Increase SQL Server Query Performance: Part 1
1/3/2023 7:31:14 AM.
In this article we will learn how to increase the query performance in SQL Server.
Auto Incremented Column With VARCHAR and NVARCHAR Data Type in SQL
12/26/2022 11:03:19 AM.
This article answers questions about Auto-incremented ID with the VARCHAR / NVARCAHAR data type in SQL Server.
Difference Between Char, Nchar, Varchar and Nvarchar Data Types in SQL Server
12/9/2022 4:11:55 AM.
Do you wonder the difference between nvarchar vs varchar? This article discusses the differences between CHAR, VARCHAR, NCHAR and NVARCHAR data types. CHAR vs VARCHAR, NCHAR vs NVARCHAR, difference be
Understand What are PHP Data Types
9/16/2022 10:05:49 AM.
In this article you will understand PHP data Types such as scalar data types, compound data type, and special data types
Storing Data in C#
4/26/2022 9:34:50 AM.
In this article, we will talk about C# data types and how data storage works with different types of data types.
Fields And Data Type In Dynamics CRM
4/8/2022 3:57:39 AM.
In this article, you will learn about Fields and Data type in Dynamics CRM.
5 Tips to Improve Performance of C# Code
11/22/2021 10:48:00 AM.
In this article, I show you 5 best practices of C# programming.
Create Auto Number Field In Dynamics CRM
10/14/2021 1:09:02 PM.
In Dynamics / Power Platform at times we require automatically generate auto number for an entity which has the alphanumeric characters. Microsoft offers custom format auto number option as well. In
Creating MS Form With All Supported Data Types
8/9/2021 2:38:40 PM.
In this article, you will learn how to create an MS form with all supported Data Types.
Introduction To Boxing And Unboxing In C#
4/6/2021 9:15:19 PM.
There are two functions used for typecasting the data types in C#, i.e: boxing and unboxing. Read to understand how to perform these conversions.
Basics Of Predictive Analysis Using R
11/28/2020 12:31:22 PM.
In this article, I have given an introduction about the history of R, how to install R on windows, and how to install R packages.
TranslateSQL
10/28/2020 3:12:57 AM.
TranslateSQL is a utility for generating SQL-Server SQL scripts based on an existing Oracle schema, in essence 'translating' Oracle schemas into SQL-Server databases.
Azure Cosmos DB - Store And Retrieve JSON Data Types Using SQL API
10/26/2020 7:58:29 AM.
In this article we will try to understand azure cosmos db service and advantages of using no SQL cosmos db storage. We would also be creating our first Cosmos db account and storing & retrieving j
JavaScript Primitive And Reference Types
10/2/2020 9:45:49 AM.
This article will discuss the builtin types of JavaScript and the difference between primitive and reference types.
Declaring Variables And Basic Data Types And Type Annotation Supported By TypeScript
8/20/2020 7:56:54 AM.
In this article, you will learn how to declare variables and basic data types and Type Annotation supported by TypeScript.
Introduction to Statistics
6/22/2020 5:18:44 AM.
This article gives a brief intro to statistics and how they apply to our day-to-day lives.
MongoDB Data Types (Day 5)
6/15/2020 1:08:05 AM.
In this article, you will learn about various data types in MongoDB databases.
Voice of a Developer: JavaScript Data Types
5/24/2020 5:12:32 PM.
In this article you will learn about JavaScript Data Types.
Data Types And Variables PHP
5/19/2020 9:43:05 AM.
In this article you will learn about Data Types and Variables PHP.
Data Type Conversion and IsNaN() Function in JavaScript
5/4/2020 4:04:39 PM.
This article explains Data Type Conversion and the isNaN() function in JavaScript.
Basics of JavaScript
5/4/2020 4:02:40 PM.
In this article, we will learn about comments in JavaScript, the case sensitivity of JavaScript and data types in JavaScript.
JavaScript Objects
4/30/2020 4:54:46 AM.
JavaScript's most often used and most fundamental data type is the Object data type.
Data Types in JSON
4/7/2020 2:02:28 AM.
JSON (JavaScript Object Notation) is an open and text-based data exchange format means it is a text format for the serialization of structured data. It is derived from object literals of javascript.
Creating Look-Up Relationship Between Two Fields In Salesforce Object
3/27/2020 8:29:25 AM.
In this article, you will learn about how to create a look-up relationship between two fields in salesforce objects
Creating Email Field Data Type in Salesforce Object
3/26/2020 9:33:14 PM.
In this article, you will learn how to create an E-mail field data type in Salesforce object
Creating a Geo-Location Field Data Type in Salesforce Object
3/26/2020 9:29:27 PM.
In this article, you will learn about how to create a Geo-Location field data type and how to store the data in Salesforce
Creating Text and Text Area Field Data Types in Salesforce Object
3/26/2020 9:21:31 PM.
In this article, you will learn about how to create a text and text area field in salesforce Object
Jump Start With Python - Part 7 (Tuples)
3/2/2020 4:04:35 AM.
This article explains how to get started with programming in Python. This is part seven of the series focusing on list data types in Python.
Jump Start With Python - Part 6 (Lists)
3/2/2020 3:57:07 AM.
This article explains how to get started with programming in Python. This is part six of the series focusing on list data types in Python.
Jump Start With Python - Part 5 (Numbers)
2/18/2020 6:00:01 AM.
This article explains how to get started with programming in Python. This is part 5 of the series focusing on numeric data types in Python.
Data Types In Python
2/14/2020 1:07:48 AM.
We have already used datatypes in other computer programming languages. So, you might be familiar with the concept. Let's discuss Python datatypes.
Data Types In Python
2/14/2020 12:45:45 AM.
Every value in Python is represented in a data type. In this article, we will learn data types in Python with code examples.
Type Conversion In Python
2/14/2020 12:30:22 AM.
In this article, we will read about different data type conversions supported in Python
Python Data Types
1/30/2020 1:17:52 AM.
In this article we will learn the data types in python.
Python Data Types
1/28/2020 4:19:11 PM.
In this article I will explain data types in Python.
Diving Into Python: Chapter 7
1/28/2020 3:11:13 PM.
This article explains lists and tuples in Python, the related operations and the functioning in detail using several examples and graphics.
Wrapper Classes in Java
9/24/2019 4:35:48 AM.
This article explains the wrapper classes in Java.
Introduction To Enum In Java
9/19/2019 12:59:48 AM.
In this article we discuss Enum as a new feature of Java.
Variables And Data Types in Java
9/10/2019 2:37:41 AM.
Some more Java basics for Java neophytes; this article is about the variables and primitive data types in Java.
Variables And Data Types In R
7/16/2019 8:47:17 AM.
This article describes the various data types and variables used in the R programming language.
Reference Types In Solidity
5/19/2019 12:48:31 PM.
The Solidity data types can be classified according to the data location. If a variable stores its own data; it is a value type. If it holds a location of the data; it is a reference type. We have gon
Pros And Cons Of Money DataType
1/15/2019 11:55:21 PM.
In this article, I will list the Pros and Cons Of Money DataType in SQL Server. Money DataType vs Decimal DataType vs Float DataType.
Maximum Limit Value For Integer Data Type in SQL Server 2012
11/25/2018 11:38:26 PM.
In this article, I described how to calculate the maximum range of various integer data types in SQL Server. TINYINT, SMALLINT, INT and BIGINT are all number data types. The difference between these d
Android Kotlin-Variables, Data Types And If-Else, When Statements - Part Two
3/14/2018 11:07:18 PM.
In this article we will learn variables, constants, and data types as well as If Else and When statements in Kotlin.
How To Insert Bulk Records Into SQL Server Using XML Data Type
3/11/2018 11:59:22 PM.
Sometimes, there is a need to insert bulk records into a database. In some cases, we have multiple unique records and that all needs to be inserted into the database. Instead of hitting the database f
Diving Into OOP (Day 6) : Understanding Enums in C# (A Practical Approach)
1/24/2017 11:37:48 PM.
This article of the series “Diving into OOP” will explain the enum datatype in C#.
Look At Extended Data Types In Oracle 12c
7/27/2016 2:07:33 PM.
In this article, we will look into a new feature of Oracle 12c known as extended data types.
Customer Data Type Is Finally Here
6/10/2016 10:25:00 AM.
This article is regarding new features in Dynamics CRM Update 1.
C# FAQ 7: What Are Data Types, Variables And Operators
4/25/2016 12:18:53 PM.
In this article, you will learn the concepts related to data types, variables and operators.
Anonymous Data Type In MVC
1/22/2016 11:36:19 AM.
In this article I am writing about Anonymous Data Type and implementation of Anonymous Data type.
C++ Refresher - Part One
1/16/2016 12:06:31 PM.
This article is about the ways in which C# and C++ are similar and where these languages differ.
Data Types In C With Real Life Example
11/27/2015 3:30:14 AM.
In this article we will discuss about Data Types in C with real life example.
C# Data Types in Depth
7/1/2015 12:43:35 AM.
In this article you will learn about data types in the C# language.
Getting Started With SQL Data Type and Operator
5/18/2015 8:42:25 PM.
This article describes SQL data types and operators.
C# Core Programming Constructs
12/12/2014 5:56:43 PM.
This article explores the core C# programming language construct by presenting numerous stand-alone concepts, such as data types, constants, iterations and conditional statements.