Watch Pre-recorded Live Shows Here
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About data
Data
is collection of row material which is collection of records and distinct pieces of information usually formatted in a special way. All software is divided into two general categories: data and programs. Programs are collections of instructions for manipulating
Data
.
Data
can exist in a variety of forms as numbers or text on pieces of paper, as bits and bytes stored in electronic memory, or as facts stored in a person's mind. Strictly speaking, data is the plural of datum, a single piece of information. In practice, however, people use data as both the singular and plural form of the word. The term
Data
is often used to distinguish binary machine-readable information from textual human-readable information. For example, some applications make a distinction between data files and text files. In database management systems, data files are the files that store the database information, whereas other files, such as index files and data dictionaries, store administrative information, known as metadata.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (6)
Gowtham Rajamanickam (5)
Vishal Yelve (4)
C# Corner Live (4)
Abdul Basith (4)
Sagar Lad (4)
Pragya Vats (3)
Venkata Subbarao Polisetty (3)
Allen O'neill (3)
Vinodh Kumar (2)
Gurpreet Arora (2)
Sourav Kayal (2)
Anupam Maiti (1)
Prabha Chaudhary (1)
Manoj Mohan (1)
Abhishek Singhal (1)
Uday Dodiya (1)
Shweta Lodha (1)
Tural Suleymani (1)
Satya Karki (1)
Pushpendra Shukla (1)
Mark Pelf (1)
Sandeep Sharma (1)
Ganesh Shevate (1)
Abhishek Mishra (1)
Asma Khalid (1)
Yogeshkumar Hadiya (1)
Srinubabu Ravilla (1)
Santhosh Teja (1)
Rahul Bansal (1)
Jay Krishna Reddy (1)
Onkar Sharma (1)
Sarthak Varshney (1)
Daniel Gomez Jaramillo (1)
Gowtham K (1)
Nanddeep Nachan (1)
Chris Balnave (1)
Aymen Amri (1)
Abhishek Saini (1)
Nikunj Satasiya (1)
Viral Jain (1)
Atul Sharma (1)
Vikas Hooda (1)
Visakh P (1)
Maneesha Kashyap (1)
Subham Ray (1)
Rikam Palkar (1)
Sean Franklin (1)
Ashish Bhatnagar (1)
Vinay Ayinapurapu (1)
Vaishali Vishwakarma (1)
Archie Vankar (1)
Nitin (1)
Ojash Shrestha (1)
Deepak Tewatia (1)
David Mccarter (1)
Wilson Mok (1)
Amit Singh (1)
Ai Fortytwo (1)
Ehtesham Mehmood (1)
Soft Corner (1)
Abhishek Tiwari (1)
Osama Hosam (1)
Ajay Singh (1)
Jigar Desai (1)
Aman Panjwani (1)
Željko Perić (1)
Michael Youssef (1)
Ramesh Chandra (1)
Agnieszka Stec (1)
Related resources for data
No resource found
How To Restore SQL Server Database Backup
8/18/2022 5:45:28 AM.
In this article, you will learn how to restore SQL Server Database Backup using two methods.
How To Rename Database Objects In SQL Server
8/17/2022 6:37:27 AM.
In this article, you will learn how to rename database objects in SQL Server.
Integration of Blob Storage with D365 CRM Using Azure Data Factory - MVP Show ft. Venkata Subbarao
8/15/2022 4:42:34 PM.
Watch Venkata Subbarao as he talks about the Integration of Blob Storage with D365 CRM Using Azure Data Factory.
Azure Synapse Analytics Security - Dynamic Data Masking
8/9/2022 10:10:12 PM.
In this article, you will learn about Azure Synapse Analytics Security - Dynamic Data Masking.
Pass Data Across Views In .NET MVC
8/8/2022 4:31:56 AM.
In this article, you will learn how to pass data across views in MVC.
View Variables In .NET MVC
8/8/2022 4:31:31 AM.
This article discuss the View Variables, such as ViewData, ViewBag, TempData and Session in MVC
View Variables In .NET Core MVC
8/8/2022 4:31:12 AM.
This article discuss View Variables In .NET Core MVC, such as ViewBag, ViewData, TempData, and Session.
User Delegation SAS
8/7/2022 4:32:12 AM.
In this article, you will learn about User Delegation SAS.
How To Read Data From An Excel Sheet
8/3/2022 11:23:23 PM.
In this article, you will learn how to read data from an excel sheet using C#.
How To Add Charts In Angular Material Components
8/3/2022 11:17:38 PM.
Adding charts in angular material tab component using CanvasJS angular chart component.
How To Pass Data Using Interface In Android
8/3/2022 11:00:28 PM.
In this article, you will learn about how to pass data using the interface in java.
Filtering In Datagridview In Vb.Net And Also In C#
8/2/2022 10:30:24 PM.
Filtering In Datagridview In Vb.Net and also In C#. When you type in textbox based on in gridview, data will be filtered and also highlighted.
Python Tip - How To Call A Function On Pandas DataFrame Column
8/2/2022 10:21:49 PM.
This article explains about how to make a function call on Pandas dataframe column.
T-SQL Interview Questions On Data Types
7/31/2022 10:42:38 PM.
In this article, I collected interview questions on data types. I participated in many interview calls and I was asked about (sometimes I asked the interviewee) many times the below interview question
How To Receive Real-Time Data In .NET 6 Client Application Using SignalR
7/31/2022 8:23:36 PM.
This article explains how to receive real-time data in ASP.NET Core Client application from Server using SignalR with a code example.
How To Execute SQL Statements From Command Prompt
7/30/2022 12:45:47 PM.
Here we discuss SQL and how to execute SQL statements in a command prompt.
C# DataAdapter Returning Exception “Failed To Enable Constraints.”
7/27/2022 8:10:58 PM.
We explain how to debug and get more information on the generic exception, “Failed to enable constraints.”
Using Tuples Data Structure In Python 😋
7/27/2022 8:02:32 PM.
In this article, you will learn how to use Tuples Data Structure in Python.
How To Delete SQL Server Old Databse Backup Files
7/26/2022 8:30:11 PM.
In this article, you will learn how to delete SQL Server old database backup files.
Using List Data Structures In Python😋
7/25/2022 12:13:11 AM.
In this article, you will learn about list data structures in Python.
How to Take SQL Server Database Backup
7/25/2022 12:06:29 AM.
In this article, you will learn how to download Database backups using two methods.
Query Processing In Database Management
7/14/2022 1:04:47 PM.
Query Processing is the approach of selecting the best strategy or plan which can be used to respond to a database request.
Display Records From Database Using JTable in Java
7/12/2022 5:06:28 AM.
This article explains how to display fetched information using JTable in Java. The NetBeans IDE is used for creating this app.
How To Use Stored Procedure By Getting Database Connection Using DbContext In Repository
7/9/2022 9:30:13 AM.
Sometimes we need to create API/s and perform custom operation with database where we can perform create, insert, update and delete on entity/ties or table/s according to our requirement. Then we can
ASP.NET MVC jQuery Server Side Datatable Example
7/8/2022 11:18:00 AM.
This article is demonstrating the implementation of jQuery server side Datatable in MVC appplication with server side filter, sorting and Pagination.
What Is Azure Synapse Link For SQL
7/8/2022 5:45:18 AM.
The newly released feature ‘Synapse link for SQL’, enables near real-time analytics into Azure Synapse analytics over operational data from both Azure SQL and SQL Server 2022. It provides seamless int
Database Computer/1012 Overview And Features
7/8/2022 5:39:46 AM.
DBC/1012 is a Database computer which was introduced by Teradata Corporation in 1984. It is a back-end DBMS for mainframe computers.
ASP.NET Core Razor Pages - Simple Login Using Entity Framework Database First Approach
7/8/2022 3:31:52 AM.
This article is about creating razor pages base simple asp.net core login application using entity framework.
How To Resize Azure SQL Database
7/7/2022 4:54:39 PM.
In this article, you will learn how to Resize the Azure SQL Database.
Retrieve Environment Variable Value With Webresource In Dynamics CRM
7/7/2022 7:16:55 AM.
Applications often require different configuration settings or input parameters when deployed to different environments. Environment variables store the parameter keys and values, which then serve as
Create Login (Sign In) And Registration (Sign Up) Form In C# Windows Form With Database
7/4/2022 10:25:52 AM.
Here, we will create a login and sign up form in a C# Windows Form application with database connectivity.
Get SQL Server Database Connection String Easily From Visual Studio
7/4/2022 6:23:45 AM.
This article explaiins how to easily get a SQL Server database connection string from Visual Studio.
How To Read Data From .CSV File In C#
7/1/2022 8:43:04 AM.
In this article, I'm going to explain about how to read data from a .csv file and bind the data to the model properties
IEnumerable Vs IQueryable In LINQ
7/1/2022 7:28:34 AM.
In this article, I will demonstrate how to use IEnumerable and IQueryable in C#. Also learn the differences between IEnumerable and IQueryable.
Getting Started With Data Structures And Its Types
7/1/2022 4:44:28 AM.
In this article we are going to lean about the fundamentals of the data structures and its types.
How To Restore Same Database With Different Names In SQL Server
6/29/2022 4:44:49 AM.
This tutorial will show you the steps to restore the same database with different names in SQL Server
How to Migrate (P2V) Physical to a Virtual Data Center - Convergence VMware Virtualization Concepts
6/28/2022 1:23:07 PM.
In this article, we'll discuss how to migrate Physical to a Virtual Data Center - Convergence VMware Virtualization Concepts.
Consume Web API By MVC In .NET Core (2), HttpClient
6/28/2022 12:41:20 AM.
In this article, we create a ASP.NET Core 5.0 MVC app and associated with a Web API service in it by regular way. Then we write one line code for MVC client to consume Web API.
Consume Web API By MVC In .NET Core (1), Server And Framework
6/28/2022 12:41:09 AM.
In this article, we create a ASP.NET Core 5.0 MVC app and associated with a Web API service in it by regular way. Then we write one line code for MVC client to consume Web API.
Exporting Reports To Excel With DotVVM Business Pack
6/27/2022 4:54:41 AM.
In this article, you will learn how to export reports to excel with DotVVM Business Pack.
Database Machine Taxonomy
6/27/2022 4:46:26 AM.
In the traditional approach of database system, the data is used to be stored in secondary storage devices. Due to this, the ability to perform any arithmetical or logical computing operation is limit
Sync Cached Data With Cosmos DB Using NCache
6/27/2022 2:35:45 AM.
From this article you will learn how to sync the data update in Cosmos DB with NCache using Azure Functions
JSON Patch (2) In ASP.NET Core web API For Database
6/23/2022 5:12:19 AM.
This article is continuation of Json Patch (1) In ASP.NET Core web API in memory, this is for database.
Web API With AJAX: Understand Method Name and Attribute in Web API
6/22/2022 9:49:11 AM.
This article explains action names and various attributes of them as well as the behavior actions corresonding to various attributes.
Web API With AJAX: Use GetJSON() Function to Get JSON Data
6/22/2022 9:40:16 AM.
This article explains the getJSON() function of jQuery and how to use the getJSON() function to consume JSON data from the Web API.
What Is Azure Data Lake
6/21/2022 11:41:05 AM.
A data lake is where a vast amount of raw data or data in its native format is stored. Unlike a data warehouse which stores data in files or folders (a hierarchical structure), Data Lakes provide unli
SharePoint Framework - Fetching Data In React
6/20/2022 8:39:07 AM.
ReactJS is commonly used to develop solutions in SharePoint Framework. It is a common practice to fetch the data from SharePoint site, Office 365, MS Graph API, or from any external service and displa
Azure blob storage - get started with examples!
6/20/2022 7:14:33 AM.
Learn how to use Azure blob storage with some python code examples..
Rockin’ The Code World with dotNetDave ft. Jeremy Likness Ep. 58
6/19/2022 5:38:17 AM.
Join us with Jeremy Likness for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Configuring A Failover Group For A Production Database In Azure
6/15/2022 1:27:37 PM.
In this article, you will learn how to configure a failover group for a production database in azure.
OLAP ETL Tasks In RavenDB
6/14/2022 2:03:10 PM.
What are OLTP and OLAP? Where is each appropriate? This article explains the difference between OLAP and OLTP, why would you want to use cloud OLAP services over a SQL reporting database, and the func
Navigation In WPF And MVVM Using Tab controls
6/14/2022 2:02:09 PM.
To manage the content of the graphical region in WPF, there is some tools (like PRIM) that allows to have a main region which doesn't change during the navigation, and a dynamic one that will hold
How To Create Data Table With Filter Using Primereact/Primefaces In ReactJS
6/13/2022 4:28:16 PM.
In this article i create a react js applications and use data table with filters using PrimeReact UI..
Read Excel File in WEB API using C#
6/11/2022 3:48:27 PM.
In this article, I am going to explain how to upload and read excel file in excel in web API using c#. I will also explain how to insert the data from an excel file to the SQL server database table us
PowerApps - How To Patch Dataverse Choice Field
6/10/2022 12:35:13 PM.
In this article, you will learn how to Patch Dataverse Choice Field.
PowerApps - How To Filter Data Verse Choice Field In Gallery
6/10/2022 12:33:43 PM.
In this article, you will learn how to Filter Data verse Choice Field in Gallery.
How To Use Azure SQL Database In Power BI Reports
6/10/2022 12:20:11 PM.
In this article, you will learn how to Use Azure SQL Database in Power BI Reports.
Rockin’ The Code World with dotNetDave ft. Jirí Cincura Ep. 57
6/9/2022 7:33:44 AM.
Join us with Jirí Cincura for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Drag And Drop Data Between Two Tables In Angular Using HTML 5 Drag And Drop APIs
6/7/2022 2:46:58 PM.
In this article, you will learn how to drag and drop data between two tables in angular using HTML 5 Drag and Drop APIs.
How To Configure SMTP O365 Migration Using TLS 1.2 For SQL Database Mail
6/7/2022 2:08:26 PM.
This article will explain to you how exactly you need to configure TLS 1.2 as a default protocol and setup SMTP O365 migration using SQL 2012 Database mail and above versions for Windows Server 2012 a
Azure Machine Learning & Databricks: friends or foe - S02 Ep. 17
6/3/2022 12:39:32 PM.
Building an architecture dedicated to the industrialisation of Machine Learning raises many questions.
ASP.NET Core - Cookie Sharing Authentication
6/3/2022 12:16:01 PM.
In this article, you will learn about Cookie Sharing Authentication.
Data Fetching From Microsoft SQL To C#
6/1/2022 12:26:11 PM.
In this article, you will learn about data fetching from microsoft sql to c#.
How To Create Different Types Of Plots And Charts In Data Visualization Using Python
5/31/2022 3:54:37 PM.
In this article, you will learn how to create different types of plots & charts in data visualization using python.
Get To Know Azure Table Storage
5/30/2022 3:05:12 PM.
In this article, you will learn about Azure Table Storage.
Pass Data To All Descendents With CascadingParameter In Blazor
5/30/2022 4:57:03 AM.
In this article, you will learn about CascadingParameter is way to send data from parent to all of its descendent.
Introduction To Data Governance
5/29/2022 4:40:03 PM.
In this article, you will learn about Data Governance.
How To Create New DLP Policy In PowerAPPS Admin Center
5/29/2022 6:28:30 AM.
In this article, you will learn how to Create new DLP Policy in PowerAPPS Admin Center.
Symmetrical Repository Pattern - Data Access Made Easy In .NET
5/29/2022 3:39:55 AM.
In this article, I will describe an interesting pattern that can be implemented to make it trivial to perform CRUD/RESTful data access across a full-stack .net system, with this technique that abstrac
Communicating With Remote Systems Using UDP
5/27/2022 6:55:30 AM.
By now, we know about specifying an Internet destination with the help of the instances of InetAddress class, but the question is how can you communicate with the remote systems? The problem is solved
Notes From Microsoft Build 2022 - Day One
5/27/2022 6:18:04 AM.
In this article, you will see the highlights from MS build event Day 1.
CRUD With Disconnected DataSet In C#
5/25/2022 1:00:01 PM.
Disconnected DataSet gives you the ability to modify data on frontend machine. The Code Example in this Article shows how to use Disconnected DataSet to perform CRUD in C#.
How To Become A Python Developer - A Learning Path To Your Career In Python
5/23/2022 3:49:32 PM.
Let's take a dive and understand the approach towards the Python world!!
Difference Between Blockchain And Database
5/23/2022 1:23:42 PM.
This article is about difference between Blockchain and Database.
Azure Data Factory Tutorial
5/19/2022 1:06:34 PM.
In this article, we'll learn about Azure Data Factory.
Database Backup Using SQL Queries And Its Type
5/18/2022 5:28:21 PM.
How to make a backup of database using SQL queries in compressed and uncompressed condition or restoring database from backup using SQL queries and Difference between Compressed and Uncompressed
Validating Data Made Easy
5/17/2022 12:30:33 PM.
In this article, you will learn how validating data made easy.
How To Deploy Data Pipelines In Azure Data Factory Using CI/CD
5/16/2022 4:45:59 PM.
In this article, you will learn how to use Azure DevOps pipeline to deploy data pipelines in Azure Data Factory.
Introduction To Delta Sharing For Secure Data Sharing
5/13/2022 4:16:01 PM.
Introduction to Delta Sharing for Secure Data Sharing
Replication In Distributed Real Time Database System
5/13/2022 1:50:49 PM.
Replication Techniques for increasing the performance of Distributed Real Time Database System.
Building your lakehouse in Azure - S02 Ep. 14
5/13/2022 8:52:27 AM.
By attending this session you will gain a better understand why data lakehouse is becoming popular. You will understand the components, and how to use them either as part of a data lakehouse – or how
Insert, Update, Delete, Display Data in MySQL Using C#
5/12/2022 2:49:18 PM.
This article shows how to insert, update, delete and display data in MySQL.
Migrating a SQL IaaS Database To Azure SQL Using DMA (Data Migration Assistant)
5/11/2022 1:31:25 PM.
In this article, you will learn how to migrate a SQL IaaS Database to Azure SQL using DMA (Data Migration Assistant).
AutoComplete ComboBox in DataGridView using C#.net Windows Application
5/11/2022 10:10:15 AM.
In this article, you will learn how to use an AutoComplete ComboBox in DataGridView in C#.Net Windows Application
Saving And Fetching Data In CoreData
5/9/2022 2:55:59 PM.
This article is about saving and fetching data in CoreData.
Connecting to Local Database in C#
5/9/2022 11:30:18 AM.
In this article we will see how to connect to a local database in C#.
Create A PowerApps Component Framework (PCFx ) Using Custom Code In PowerAPPs
5/6/2022 2:15:20 PM.
Create a PowerApps Component Framework (PCFx ) using Custom Code in PowerAPPs
Import PowerApps Component Framework (PCFx ) Into Model Driven PowerApps
5/6/2022 5:24:44 AM.
This article will help you import sample PCFx component into PowerApps
Retrieve Related Entities Data Using Expand Query With Webresource In Dynamics CRM
5/5/2022 4:12:54 AM.
In Dynamics 365 CRM, for certain requirements data needs to be retrieved from related entities. Expand query in XRM Web API. As an example, selected contact record guid was passed to fetch details of
How To Store Data Using useState
5/5/2022 3:34:26 AM.
In this article, you will learn how to store data using useState?
Create Python Wheel File And Deploy Production Pipelines With Python Wheel Task In Databricks
5/5/2022 3:26:58 AM.
In this article, you will learn how to create python wheel file and deploy production pipelines with python wheel task in databricks.
Creating ASP.NET Photo Album using FileSystem as Data
5/4/2022 8:44:10 AM.
Memories Photo Album is ASP.NET application which allows you to easily create online photo album just by specifying folder containing subfolders and images. I created this application to share persona
Relationships In Entity Framework Core
5/4/2022 6:52:45 AM.
This Articles Briefs about how we can Configure Various types of Relationships amongst the Entities Using Entity Framework Core Code First Approach.
How To Restore A SQL Server Database From A Backup
4/28/2022 6:49:45 AM.
In this article, you will learn how to restore a sql server database from a backup.
Data Factory Data Flow Vs Azure Data Bricks
4/26/2022 12:48:35 PM.
In this article, you will learn about Data Factory Data Flow vs Azure Data Bricks.
How To Wrap Words In DataGridView Cell
4/26/2022 12:27:11 PM.
This article explains how to wrap words inside data grid view cell, and change cell height while typing in text.
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.
How To Filter Data From Html Table Using JQuery
4/25/2022 3:07:37 PM.
In this articles I will explain how to search data from html table using JQuery function. We will learn how to create function using JQuery and how to add JQuery library in our webpage.
How To Use GitLive With Any Git Repository In VS Code
4/20/2022 12:53:42 PM.
Great news?-? GitLive now works, out-of-the-box in offline mode, with any Git repository in VS Code!
Retrieve Data Using CRMWebAPI With Webresource In Dynamics CRM
4/19/2022 12:39:21 PM.
In Dynamics 365 CRM, for certain requirements data needs to be retrieved to achieve business functionality with Web API. As an example, selected contact record guid was passed to fetch details of con