InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 12 C# Data Projects
-
Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Going forward, the secret to knowing were to find data is to read Bogus information in the readme file which goes into depth were to find paths to generate data. This is very important as you can clash with their classes e.g. you create a Person class and guess what, Bogus has a Person class. This is were knowing how to work with using statements and using statements with aliasing.
-
Project mention: Minimalistic fluent api in C# to create complex reactive Avalonia applications | reddit.com/r/dotnet | 2022-05-13
Not really as I have fully switched to Avalonia and been using it with SkiaSharp sometimes so those demos do not make much sense now. Project repo https://github.com/wieslawsoltes/Core2D
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
DxR
DXR is a Unity package for rapid prototyping of immersive data visualizations in augmented, mixed, and virtual reality (AR, MR, VR) or XR for short. (by ronellsicat)
-
I maintain a couple libraries that aim to provide similar functionality to MTD: Sylvan.Data and Sylvan.Data.Csv.
-
UnityCore
A collection of essential game systems for Unity 3D. These generic systems can be applied to any Unity project.
-
BulkPDF
BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required.
-
Project mention: Any tips on converting a XLSX file to HTML without using a licensed library? | reddit.com/r/csharp | 2022-11-06
Here is a simple, complete gist showing how to turn a DbDataReader into an HTML table. The WriteHtmlTable extension method can be used with any ADO.NET compatible driver, which the Sylvan.Data.Excel and Sylvan.Data.Csv libraries both support.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Tesseract
A set of libraries for rapidly developing Pipeline driven micro/macroservices. (by houseofcat)
If you need more advanced stuff check out my Dataflows. https://github.com/houseofcat/tesseract
-
Project mention: Simple script for tweening any data on a timeline, akin to AnimationCurve & Gradient — github.com/neon-age/Keyframes | reddit.com/r/unity | 2022-05-15
-
Snapcrap
Snapcrap is a console application for windows to extract snapchat's data from a rooted android phone
Project mention: i made a snapchat snap extraction application for android | reddit.com/r/SnapchatTweaks | 2022-04-04 -
SqlServerToCouchbase
Library to automatically best effort move and remodel data from relational databases (like SQL Server) to Couchbase
-
C# Data related posts
- CSV reader recommendations...
- Using EF Core and Bogus
- Learn DateOnly & TimeOnly
- Yaml: First Class Citizen?
- How to sanely handle solution where core business logic is in stored procs?
- Company Name Generator
- Any tips on converting a XLSX file to HTML without using a licensed library?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 7 Feb 2023
Index
What are some of the best open-source Data projects in C#? This list will help you:
Project | Stars | |
---|---|---|
1 | Bogus | 6,689 |
2 | Core2D | 732 |
3 | DxR | 188 |
4 | Sylvan | 188 |
5 | UnityCore | 108 |
6 | BulkPDF | 104 |
7 | Sylvan.Data.Excel | 67 |
8 | Tesseract | 34 |
9 | Keyframes | 27 |
10 | Snapcrap | 14 |
11 | SqlServerToCouchbase | 11 |
12 | CreateAndFake | 11 |