Explore tweets tagged as #npgsql
Stop polling your DB. Let Postgres push changes to your .NET app. In my new video, I show how to stream Postgres WAL changes into .NET using Npgsql. This is perfect for real-time cache updates or Outbox message publishing. Check it out: https://t.co/C0oK7td2xq
4
23
141
eu ja tava ficando bolado que tava tomando quase 40% de KO, mas peguei umas dicas do @giovannibassi e do @zanfranceschi e fui entender melhor o npgsql e algumas configs do postgres que eu simplesmente tinha esquecido de mexer. To fazendo as operações de saldo do lado da API
3
1
16
More Dapper.AOT progress: DbBatch, with zero consumer code changes! (ignore the large alloc - rotating sub-batch window is in progress; tested here on Npgsql today - SqlClient gets DbBatch support in the next public drop; /cc @shayrojansky)
1
11
66
Don’t fly blind. Combine OpenTelemetry and Grafana to get vendor‑neutral observability for your .NET apps. Install the OpenTelemetry packages, instrument ASPNET Core, HttpClient, EF Core, Redis and Npgsql, export traces and logs via OTLP, then visualize and correlate everything
4
24
148
Here are a few OpenTelemetry libraries to add instrumentation to your .NET applications. We're adding instrumentation for: - HttpClient - AspNetCore - EF Core - Redis (StackExchange) - PostgreSQL (Npgsql) When your application starts, you should automatically see traces from
2
23
175
Struggling to trace what’s happening across your .NET app? Here’s a simple OpenTelemetry setup I use in every project: - ASP .NET Core instrumentation - HttpClient instrumentation - EF Core instrumentation - Redis instrumentation - Npgsql (or SqlClient) This gives you rich,
2
47
267
ExcelでPostgreSQLが繋がらない!動け動けウゴウゴウゴウゴってなってたけど原因が分かった。 Npgsql GACの方をインストールしてなかったからだ・・・ 多分僕と一緒の間違いしたことある人いそうだから一応。
0
0
2
For Npgsql, @shayrojansky has challenged me to look at auto-splitting Postgresql syntax in Dapper.AOT and rewriting with the positional batch API... there's no way this ends well, but it is fun!
1
1
28
OpenTelemetry instrumentation → Monitoring tool You can export telemetry to Grafana, Seq, App Insights... Here are a few OpenTelemetry instrumentation libraries to add to apps: - HttpClient - AspNetCore - EF Core - Redis (StackExchange) - PostgreSQL (Npgsql) When your
0
17
164
Steal my simple OpenTelemtry tracing setup for .NET applications: - ASP .NET Core instrumentation - HttpClient instrumentation - EF Core instrumentation - Redis instrumentation - Npgsql (or SqlClient) This alone will give you very detailed traces.
1
21
195
Need to insert millions of rows into Postgres fast? Use 𝗖𝗢𝗣𝗬 with binary mode. I implemented this with Npgsql, and it cut bulk insert times down to seconds. Instead of sending rows one by one, you stream raw bytes using Postgres’s efficient binary format. It’s the fastest
3
25
164
How can you do a bulk insert in Postgres? I implemented this with Npgsql and the COPY command. You can import data from a file or send raw bytes. The BINARY COPY mode uses the efficient PostgreSQL binary format to transfer data in and out of the database. This feature allows
4
11
118
Observability setup: - Install core packages (Hosting, Protocol exporter, https://t.co/KHFU0SV0FP Core & Http instrumentation) - Add instrumentation for EF Core, Redis & Npgsql - Configure resource & tracing in AddOpenTelemetry() - Add OTLP exporters for traces and logs
2
17
119
«Мы решили взять библиотеку Npgsql на C# и написать свой код. Созданное решение справилось с поставленной задачей за 13 часов. Рассказываем, как мы это сделали, и делимся кодом» Как перенести 1,4 ТБ с MS SQL на PostgresSQL за 13 часов: https://t.co/EmWaUs0sKx
0
0
2
EntityFrameworkCore.Exceptions.PostgreSQL reached 1 Million downloads! #npgsql #efcore #dotnet
https://t.co/M9KONWgReW
1
0
2
PostgreSQL in C# .NET with Npgsql, Dapper, and Entity Framework: The Complete Guide, by Michael Shpilt https://t.co/l30EyWbwc9
#entityframework #postgresql #csharp
0
0
1