https://github.com/karenpayneoregon/workingwithcollections
For teaching
https://github.com/karenpayneoregon/workingwithcollections
chsarp-core
Last synced: 2 months ago
JSON representation
For teaching
- Host: GitHub
- URL: https://github.com/karenpayneoregon/workingwithcollections
- Owner: karenpayneoregon
- Created: 2019-09-16T14:51:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T22:23:41.000Z (over 5 years ago)
- Last Synced: 2025-01-29T00:29:04.300Z (4 months ago)
- Topics: chsarp-core
- Language: C#
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

This repository focuses on preventing duplicates added to a list and getting distinct results from a preexisting list.
When working with databases working with duplicate records [the following repository](https://github.com/karenpayneoregon/SqlServerFindDuplicateRecords) provides code to create SQL statements to get duplicates by one or more columns along with returning primary keys and presentes records in a Windows Form DataGridView for review purposes.
[TechNet article](https://social.technet.microsoft.com/wiki/contents/articles/53309.c-object-comparisons-basics.aspx)