-
linguist
Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
As I later found out, GitHub uses the Linguist library to measure the amount of lines written in a specific language... which is still pretty magic 🪄.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Entity Framework
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Finally, let's create the database using Entity Framework Core's migrations, e.g. via .NET CLI:
-
Let's proceed with getting an API personal access token from GitHub: you may generate one in your settings at "Personal Access Tokens".
-
To interact with the GitHub API, let's install the Octokit.NET library with dotnet add package Octokit, then instantiate a client as simply as:
Related posts
-
Visualizing your Data Graph Using entviz | ent
-
Why Entity Framework Core Adds an Extra 'ORDER BY' When Including a Collection Navigation Property
-
Grammar Index, Syntax Highlighting on GitHub
-
Mastering EF Core Interceptors: Hook into the Pipeline with the Decorator Pattern
-
Implementing temporal table auditing in software development projects