Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / data

Data

data

Great Reads

by ASP.NET Community
Hello Everyone,This is my first article. Here I am giving you a brief intro about developing an application in 3-tier
by Mike Ellison
On data, context, class-like architecture in Javascript, and ten-pin bowling.
by CodeProject, DBNess
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Vanessa Hurst, founder of Developers for Good, co-founder of Girl Develop It!, and a consultant and advisor to startu
by Shenwei Liu
Creating PDF reports for grouped or non-grouped data lists in C# with many custom options and configurations (providing source code with .NET Framework 4.6.1 and .NET Core 3.1)

Latest Articles

by ASP.NET Community
Hello Everyone,This is my first article. Here I am giving you a brief intro about developing an application in 3-tier
by Mike Ellison
On data, context, class-like architecture in Javascript, and ten-pin bowling.
by CodeProject, DBNess
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Vanessa Hurst, founder of Developers for Good, co-founder of Girl Develop It!, and a consultant and advisor to startu
by Shenwei Liu
Creating PDF reports for grouped or non-grouped data lists in C# with many custom options and configurations (providing source code with .NET Framework 4.6.1 and .NET Core 3.1)

All Articles

Sort by Score

data 

by honey the codewitch
Get your data on, even on platforms without a reliable STL implementation using these simple but critical classes.
by Sreenivas Chinni
This is a tip to add custom data annotation with client validation in ASP.NET MVC 5
by Divyant Kulshrestha
This tip is useful when we have to move data from Oracle database to SQL Server database or vice-versa using SSIS.
by Marijan Nikic
Windows batch utility in VBscript to read and compare two text files line by line
by bEGI23
Convert filesize (bytes) according to highest possible size scale (KB, MB, GB, TB, PB).
by Altaf Ansari
Converting XML Data into DataTable and Exporting DataTable into Excel File
by Jochen Haar
Class to manage the content of Comma Separated Value Files or to deal with Structured Tables in memory
by Alexandros Pappas
This project measures performance of the DataTable.Merge method.
by Miljan Radovic
T-SQL script which generates and executes INSERT statements for missing default dimension members (Unknown, Not Available, Not Applicable)
by Brady Kelly
A quick and easy way to ensure that your Code First DB Initializer is always run when your app starts, not just on the first data access operation
by Jana Sattainathan
There is an easier way to get the Oracle data source than custom-code a TNSNames.ora parser.
by The ANZAC
A simple and modifiable approach to collapsing and expanding grouped data within a datagridview custom control
by NIKS SHINE
Uploading database of higher version of DBMS to the lower version one.
by dmgcodevil
Framework for performing aggregation and plain MongoDB queries in myBatis style
by LazyCoder0
This tip describes how to generate Excel charts from data in .NET applications using Office Automation.
by Robert Bettinelli
Check this for a good universal way of running stored procedures..
by Umer Qureshi
How to create a Custom Control so it can be used later and how to give access to some of it properties
by Shivprasad koirala
During testing phase you would like to generate range of test data so that you can test your application properly. Most of the times testers end up doing monkey testing or exploratory testing.
by ManojKumar19
Update row column with another row column in same table SQL only if it is null.
by Simon Bridge
Illustrates how to quickly and dynamically populate an object from a data-row
by Kelqualyn
Same thing 10-100 times faster.Additionally, IndexMap can be built only once per DataTable.using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Linq.Expressions;using System.Reflection;namespace ReflectiveReader{ public static...
by ludosoep
Easily convert a request for a page between pagination designs (page sizes)
by Carlos Luis Rojas Aragonés
Snippet to get started with foreign tables
by Gene R. Browning
Generate random dates (and times if you like) for your test data environment.
by barry fat
develop a web based data dictionary
by Umer Qureshi
How to bind data in a simple way without writing any code
by Garbel Nervadof
Convert HTML table data from a website into PHP array
by FDW
How to define a one to one relation
by Pete O'Hanlon
Rather than littering a razor component with @if (a == b) logic to show items, use render fragments to make a declarative component
by Suniil Kumar Pal
Configuration settings need to be made to transfer large data with WCF
by Ammar Shaukat
C# 7.0 has been introduced with many new useful features. One of them is new datatype "ValueTuple". In this article, I'll be writing about Tuples in C# 7 briefly.
by Oliver Smith 2022
Save time comparing JSON docs and build collaboration features into your applications
by coded007
A word about Unified Dimensional Model we use in analysis services.
by Wombaticus
A beginner's introduction to using data classes in ASP.NET.