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.
Related resources for data
  • Insert Data Into Database In C# Using JavaScript9/25/2023 12:02:28 PM. In this article I’ll show you how to insert data into database in ASP.NET C# using JavaScript where we use insert web method service to make that out.
  • Generate QR Code And Save Into The Database9/25/2023 11:38:23 AM. This Article show you how to create the QR code Dynamically and save it into the database
  • Load DataGridView on Scroll Down in C#9/25/2023 11:27:09 AM. This article illustrate an example of loading the data into a DataGridView on scroll down.
  • Detecting Cycles in Undirected Graphs9/25/2023 8:58:41 AM. This C# class, Detect_cycle_in_an_undirected_graph, identifies cycles in undirected graphs using Depth-First Search (DFS). It represents the graph and checks for cycles efficiently. Time complexity: O
  • ASP.NET Core Web API for CRUD Operations with MySQL9/25/2023 8:20:01 AM. Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Co
  • Create ASP.NET Core CRUD API with MongoDB9/25/2023 8:14:45 AM. In this article, we've built a complete CRUD API using ASP.NET Core and MongoDB. You've learned how to define a model, set up a MongoDB database, create a MongoDB context, and implement CRUD o
  • Enabling Licenses for Power Platform Environment (Preview)9/25/2023 5:40:19 AM. Microsoft has introduced a preview feature for administrators to gain insights into license consumption and address licensing needs. Learn how to enable this feature in the Power Platform Admin Center
  • C# Built in Data Types9/25/2023 4:19:44 AM. We will discuss the different built-in types that are available in c#.
  • Data Structures in R Programming 9/25/2023 3:59:10 AM. In this guide, we'll explore the various data structures in the R language. Provided with syntax examples and illustrate how each data structure is used in practical scenarios in detail.
  • Creating Searchable Custom Data Grid In WPF9/24/2023 6:22:07 PM. This article explains how to create a custom data grid control in WPF. This custom Data Grid provides the feature of searching data of each cell's contents.
  • Login Form With SQL In C#9/24/2023 6:05:26 PM. A Login Form with SQL in C# is a graphical user interface (GUI) application built using the C# programming language and the .NET framework. It is used to authenticate users by verifying their credenti
  • Best Practices for Power BI Data Modeling9/24/2023 5:59:13 PM. In this article, we will learn about best practices for Power BI Data Modeling.
  • Mastering List Collections in C# 9/24/2023 7:43:32 AM. Explore the power and versatility of C# List collections with this comprehensive guide. From basic operations to advanced techniques, learn how to harness the full potential of lists for effective dat
  • Event Trigger Power BI Entities Refresh via Azure SQL Database9/23/2023 9:49:07 AM. Event Trigger Power BI Entities Refresh via Azure SQL Database
  • How to Ingest SQL Server On premise data to Microsoft Fabric Lakehouse Object9/23/2023 9:37:10 AM. The video demonstrated how to Ingest SQL Server On premise data to Microsoft Fabric Lakehouse Platform
  • Convert a DataTable to Generic List Collection9/22/2023 12:01:23 PM. In this article, I am sharing a generic method I have developed while solving a question here on C# Corner.
  • Grant Admin Access on a Schema in Azure SQL Database9/22/2023 11:23:28 AM. Grant Admin Access on a Schema in Azure SQL Database. This guide explains how to grant admin access to an Azure AD group for a specific schema within the Azure SQL Database, including necessary SQL st
  • Task Management API with GraphQL in ASP.NET Core9/22/2023 8:16:12 AM. Creating a complete CRUD (Create, Read, Update, Delete) operation using GraphQL in an ASP.NET Core Web API can be quite extensive, so I'll provide you with a simplified example using a "Task
  • Types Of Properties In C# Programming9/22/2023 7:28:05 AM. This article explains the types of properties in C# programming.Learn about the various types of properties in C# programming, including read-write properties, read-only properties, and write-only pro
  • DataTable In C#9/22/2023 6:21:52 AM. C# DataTable class represents a data table in C#. Code sample in this article demonstrates how to create a DataTable dynamically in C# code and DataTable rows and DataTable columns and display data in
  • NoSQL Databases for ASP.NET Core Web APIs9/22/2023 6:12:13 AM. Microsoft Power BI empowers developers to craft highly customizable visuals using Vega and Vega-Lite's declarative JSON syntax. Create custom visuals in Power BI with our step-by-step guide, inclu
  • Creating CRUD API with Dapper in ASP.NET Core9/22/2023 5:54:25 AM. In this example, I'll demonstrate how to perform CRUD (Create, Read, Update, Delete) operations using Dapper in an ASP.NET Core Web API with a real-world use case model named CSharpCornerArticle.
  • Power BI Query Folding 9/22/2023 5:21:57 AM. Query Folding in Power BI is a performance-enhancing feature that optimizes data analysis. It pushes data transformations to the source, improving data refresh and incremental processes. Learn how it
  • 12 times Failed Attempts will Erase your iPhone Data9/22/2023 3:58:28 AM. This article will discuss How Many Failed Password Attempts to Erase iPhone Data?
  • Restore a Table from a Backup Database through Restore/Export9/22/2023 3:40:56 AM. This article is to discuss how to recover one table from a backup file
  • Auto Cancel Long Running Pipelines in Synapse / Azure Data Factory9/21/2023 11:59:09 AM. Auto Cancel Long Running Pipelines within Synapse / Azure Data Factory
  • Merge Multiple JSON files via Synapse / Data Factory Pipelines9/21/2023 6:31:24 AM. Merge Multiple JSON files via Synapse/Data Factory Pipelines
  • Cancel Azure Data Factory Pipeline Runs via Synapse / Data Factory9/21/2023 6:29:47 AM. Cancel Azure Data Factory Pipeline Runs via Synapse / Data Factory
  • Simplify API Data Handling with ASP.NET Core Model Binding9/21/2023 5:50:47 AM. In this article, we explore the versatile world of model binding in ASP.NET Core REST APIs. Model binding is a critical feature that simplifies data handling by automatically mapping HTTP request data
  • Sorting with DataGridView using C#.9/20/2023 12:07:30 PM. In this article I m going to discuss how to use DataGridView in window form and how to bind data from the XML file.
  • Data Annotations in .NET9/20/2023 10:49:01 AM. In this article, we are going to learn about Data annotations and their importance in .Net Core. Data annotation is crucial in modern software development for ensuring data integrity and clarity. .NET
  • How to Enforce Fixed-Length Values with Business Rules in MDS?9/20/2023 10:33:08 AM. Setting Business Constraints to ensure a fixed length of value for Text in Master Data Services. This solution addresses the challenge of enforcing fixed value lengths in Master Data Services (MDS) bu
  • Implementation Of Stack And Queue Using Linked List9/20/2023 9:21:34 AM. In this article, I will be discussing two data structures - Stack and Queue and their implementation using another data structure - Linked List.
  • Data Annotation Validation in .NET Core9/20/2023 6:36:25 AM. This article explains how to create custom validation attributes in .NET, even though .NET provides built-in validation attributes. Custom validation attributes are useful when built-in attributes are
  • R Programming9/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.
  • Data Transfer Objects (DTOs) in C#9/19/2023 8:15:06 AM. In the world of software development, Data Transfer Objects (DTOs) are vital for efficient data communication and manipulation. This article explains DTOs in C#, their importance, and practical usage.
  • Bookmarks in Power BI9/19/2023 5:13:29 AM. This article will help you in understanding about use of bookmarks in Power Bi and how to create them.
  • OLE DB errors in Power BI9/19/2023 5:01:25 AM. This article helps you in understanding causes and solutions for common OLE DB errors in Power BI.
  • ASP.NET (2) - ASP.NET Controls9/19/2023 4:15:48 AM. This series of articles on ASP.NET, originally from legacy OneNote notes, covers fundamental concepts. It offers valuable insights into current programming involving similar technologies like Angular
  • Update Size of File Column in Dataverse Table9/19/2023 4:09:49 AM. This article will walk you through that how we can update the size of already created file type column in Dataverse table.
  • Writing Managed Stored Procedures using C#9/18/2023 10:43:36 AM. This article is trying to explain the simple and required steps that are require starting the creation of Manage Stored Procedure using C# and using them.
  • Calculate The SUM Of The DataTable Column In C#9/18/2023 10:39:52 AM. In this article, I am going to explain how to calculate the sum of the DataTable column in ASP.NET using C#. Here, I'll also explain what a DataTable is in C#, as well as different kinds of ways t
  • Boosting Up The Reflection Performance In C#9/18/2023 9:36:25 AM. Reflection is a way of obtaining metadata information about the types used in applications, which helps you describing the types, modules or assemblies at runtime. This is an extremely useful feature
  • Delegation in Power BI9/18/2023 6:26:06 AM. Delegation in Power BI streamlines data processing by shifting tasks to the data source, enhancing efficiency and scalability, especially with large datasets. Learn key aspects of this essential conce
  • Setting Business Constraint for Uniqueness of a Composite Key in Master Data Services9/17/2023 6:51:58 AM. Setting Business Constraint for Unique Combination of Multiple Columns in Master Data Services
  • Displaying Data On View From Controller9/15/2023 8:55:11 AM. This article introduces various approaches to show dynamic data on a view.
  • Azure Function Data Migration with ASP.NET Core Web API9/15/2023 7:36:25 AM. Creating an Azure Function for data migration from one database to another using an ASP.NET Core Web API involves several steps. In this example, I'll provide a high-level overview and code snippe
  • Advanced Sorting and Searching in ASP.NET Core Web API9/15/2023 6:48:58 AM. Sorting and searching are essential functionalities in many ASP.NET Core Web API applications. To implement advanced sorting and searching in your API, you can follow these steps:
  • Creating Custom Metadata in C# Attributes9/14/2023 9:04:17 AM. C# attributes are metadata markers, enhancing code with additional information. They can be applied to classes, methods, and more. Custom attributes empower developers to create metadata tailored to t
  • How to Enable Maker Welcome Content (preview) in Power Apps Maker Portal?9/14/2023 6:34:59 AM. Step by step process to welcome content in power apps maker portal
  • Azure Blob Storage for Cloud Data Management9/14/2023 5:37:20 AM. In the digital era, data forms the backbone of every organization's operations. Be it customer records, product images, or application logs, efficient and secure data management is paramount. Ente
  • Inline Editing and Updating in GridView with check box9/14/2023 5:35:46 AM. In this article you will learn how to use Inline Editing and Updating in GridView with check box.
  • Compilation And Runtime Execution Of A C-Sharp Program9/14/2023 5:17:03 AM. C-Sharp (C#) is a strongly typed object-oriented programming language designed to give optimum composition of simplicity, expressiveness and performance.
  • Create C# .Net Application Using Mongo Database9/14/2023 4:28:50 AM. In this article I will describe how to create a C# .Net console application for saving and retrieving data from a Mongo Database.
  • Power BI Service Dataset Refresh History Updates9/13/2023 12:04:25 PM. The PowerBI Service's dataset refresh history page has undergone significant improvements. Previously, it provided basic details such as trigger type, start and end times, status, and failure mess
  • Future-Proofing with QA9/13/2023 9:08:49 AM. In the dynamic world of tech, Quality Assurance (QA) evolves with AI-driven testing, expanding automation beyond UI, and integrating DevOps. It's pivotal in enhancing customer experiences, ensurin
  • Connection Pooling9/13/2023 7:11:00 AM. While performing any database activity it is necessary that every single connection need to be closed, but in case your application throws some exception in that case our connection wont’ get closed.
  • Create and Send Emails with Dataverse in Power Automate9/13/2023 6:50:26 AM. Creating an Email Message with Dataverse using power automate in D365.
  • Line Count Utility9/12/2023 11:36:39 AM. Program returns count of code lines and file names in which code lines will be counted.
  • Power BI Data Transformation Basics for Insights9/12/2023 10:29:21 AM. Power BI Power Query Basics Transforming Data for InsightsPower Query is a data transformation tool in Microsoft's Power BI suite. It connects, cleans, and shapes data from diverse sources, enabli
  • Asynchronous Programming in C# 5.0 - Access Data in Asynchronous Functions9/12/2023 8:13:43 AM. In this article, we will try to implement a few real-time applications of asynchronous programming. Here we will see in which scenario we can implement asynchronous style.
  • Stored Procedure in SQL Server9/12/2023 7:29:06 AM. A stored procedure is a reusable collection of SQL statements stored on the database server. It simplifies code maintenance and execution. Stored procedures can be invoked by triggers, other procedure
  • Implement GraphQL endpoints using libraries like Hot Chocolate with ASP.NET Core9/12/2023 7:14:05 AM. Creating GraphQL endpoints in an ASP.NET Core web API using Hot Chocolate involves several steps. In this example, we'll create a simple GraphQL API that manages a list of books. We'll use Hot
  • Transforming Streaming Data into Insights with Power BI9/12/2023 6:29:47 AM. Power BI empowers real-time dashboard creation, integrating streaming data sources like Azure Event Hubs, Kafka, and PubNub. Optimize data ingestion, design, and interactivity for effective real-time
  • Why String Is Immutable9/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
  • Optimize Data Management with Azure Blob Storage Lifecycle9/11/2023 8:37:49 AM. Discover the efficiency of Azure Blob Storage Lifecycle Management. Streamline data management, optimize costs, and ensure compliance effortlessly in your cloud storage environment with this powerful
  • Some Useful and Important Concepts of C#9/11/2023 7:11:12 AM. In this article I have explained some important concepts related to the C# language such as Implicit & Explicit type conversion, Boxing and UnBoxing of data types, static and nonstatic methods an
  • Understanding LINQ in .NET9/11/2023 6:22:41 AM. LINQ, or Language Integrated Query, is a powerful feature in the .NET framework that simplifies data querying and manipulation in C# and VB.NET applications. It provides a uniform and SQL-like syntax
  • 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#.
  • Generic Data Layer - One time creation9/11/2023 4:47:04 AM. This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Up
  • Connecting MySQL Database to Mobile App with Flutter and Dart9/11/2023 3:41:16 AM. MySQL Database to connect with your mobile app using Flutter and Dart
  • Enumeration In C#9/10/2023 10:32:46 PM. In this article I explain how to use enum, create an enum and get values from an enum with their enumeration list.
  • Power BI: Building Fort Knox for Your Data and Making Privacy Regulations Less Boring!9/10/2023 12:34:18 PM. In this session, you will learn about Power BI: Building Fort Knox for Your Data and Making Privacy Regulations Less Boring!
  • Addressing Common Code Smells in ASP.NET Core 9/9/2023 11:25:15 AM. Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for maintaini
  • Connecting to a Text file using ADO.NET 9/8/2023 11:12:32 AM. A simple step by step tutorial shows you how to connect to a text file using ADO.NET and C#..
  • Automatic SQL Server Backup Utility using Sqlserver Agent9/8/2023 10:36:46 AM. It is a sample C# (VS2005) application for Automatic Sql server Backup Utility using sqlserveragent. I have used SQL-DMO dll. This article will show you how to create a automatic backup in Sql server
  • Power BI Interview Question and Answer9/8/2023 9:02:52 AM. Power BI components, differences between Power BI Desktop and Service, query optimization techniques, DAX functions, report creation steps, data model optimization, design best practices, security mea
  • Kahn's Algorithm for Detecting Cycles in Directed Graphs9/7/2023 10:53:36 AM. This C# code implements Kahn's algorithm to detect cycles in a directed graph. It represents the graph using adjacency lists and provides methods for adding edges and checking for cycles.
  • Easy LINQ To SQL Based Master-Detail Editor C#9/6/2023 10:43:30 AM. This article describes a simple approach to creating a LINQ to SQL based master-detail view with the ability to save changes made to the data. With practically no coding involved, the application belo
  • 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
  • JavaScript Basics9/5/2023 11:42:31 AM. JavaScript is an object-based computer programming language commonly used to create interactive effects within web browsers.
  • Calling A .NET DLL Code On HTML File Using Microsoft .NET Handler And JSON9/5/2023 9:26:14 AM. The objective of this article is to explain how to use a .ashx handler to access the DLL or any server on an HTML page using JSON to make the server side/DB call very fast in a simple manner.
  • Data Structure Sample Example9/5/2023 9:07:45 AM. Source code for Data Structure implemetation of Stack, Queue, Doubly linked list and more..
  • Oracle Data Provider for .NET : Part VII9/5/2023 6:08:17 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part VI9/5/2023 6:06:08 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET: Part V9/5/2023 6:04:37 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part IV9/5/2023 6:00:33 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part III9/5/2023 5:57:57 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part II9/5/2023 5:55:04 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part I9/5/2023 5:47:12 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Serverless Computing with Azure Functions with ASP.Net Core Web API9/5/2023 5:25:01 AM. ASP.NET Core Web API, along with a real-world use case, can be a powerful way to demonstrate the capabilities of serverless computing in Azure. In this example, we'll create a serverless Azure Fun
  • Retrieve Dataverse User Details with Power Automate9/5/2023 4:44:58 AM. In this article, we will delve into the process of retrieving user data from Dataverse through the use of Power Automate. Our focus will encompass both System Users and Active Directory (AD) Users, pr
  • Understanding Vue.js Computed Properties 9/4/2023 10:23:23 AM. Computed properties" is a core concept in Vue.js, a popular JavaScript framework for building user interfaces. Computed properties allow you to declare properties in your Vue components that are
  • Excel Sheet Generation in .NET Core 6 Web API and Angular 159/4/2023 8:21:10 AM. By implementing this approach, you create a hassle-free way for users to generate and download Excel sheets from your web application, improving data reporting and export capabilities. This can be par
  • Natural Data Formatting using Humanizer (NuGet) in .NET (C#) 9/4/2023 4:05:27 AM. Explore Humanizer, a free .NET library simplifies data formatting for developers. Learn to transform data into human-readable formats effortlessly with practical C# examples.
  • Empowering Secure Collaboration with Azure Shared Access Policies9/2/2023 6:22:39 AM. Empowering Secure Collaboration with Azure Shared Access Policies
  • Protecting Data Integrity and Privacy in Testing9/1/2023 9:30:31 AM. Data Integrity and Privacy in Testing: Essential for Reliability and Compliance. Explore the significance, best practices, and a real-time example of safeguarding sensitive data during testing.
  • Optimizing API Performance in ASP.NET Core Web API with MiniProfiler and Glimpse9/1/2023 8:25:56 AM. ASP.NET Core Web API's performance using tools like MiniProfiler and Glimpse. These tools are excellent for profiling and gaining insights into your application's performance, which can help y
  • Web API Testing with xUnit, NUnit, MSTest in ASP.NET Core9/1/2023 8:20:13 AM. writing unit tests, integration tests, and end-to-end tests for a Web API using xUnit testing framework in ASP.NET Core. Keep in mind that I won't be able to provide you with actual working code,
  • View-Model in Vue.js 9/1/2023 7:50:51 AM. Explore Vue.js's View-Model architecture, central to building efficient interfaces. Learn what it is, its importance, and how to use it for separation of concerns, reactivity, and organized code.