Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Shay Rojansky
Shay Rojansky has asked
11
questions and find answers to
54
problems.
Stats
1.3k
EtPoint
396
Vote count
11
questions
54
answers
About
Owner of Npgsql, the PostgreSQL provider for .NET
Shay Rojansky questions
C# closure heap allocation happening at start of method
Generically accessing multidimensional arrays in C#
Interlocked.Exchange<T> slower than Interlocked.CompareExchange<T>?
nuget.exe install not updating packages.config (or .csproj)?
Missing "BuiltProjectOutputGroupDependencies" building VSIX depending on new simplified csproj
Embedding C# sources in PDB with new csproj
Async library best practice: ConfigureAwait(false) vs. setting the synchronization context
Multiline log records in syslog
Shay Rojansky answers
Is there an intrinsic limitation that prevents Npgsql from providing multiple simultaneous readers when accessing PostgreSQL from within .NET?
{"Parameter must have its value set"} dealing with possible null values in NPGSQL
How to do timestamp arithmetic in EF Core if NodaTime uses Duration and Postgres uses INTERVAL/Period?
Bulk Copy C# to PostgreSql
How do I properly use a List as a parameter with Npgsql and Dapper
42809 Error On Executing PostgreSQL Stored Procedure From Asp.Net C# Application
Entity Framework Core - complex type mapped as jsonb column in postgres but mapping fails for InMemory provider
npgsql : Selecting a null data throws exception with error "Column is Null"
What to do if MSB3277 occurs in asp net core app
SQLQuery fails when using string interpolation, how can I read the response?