Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Regex to parse deployment or job name from a Kubernetes pod name

c# regex

How to pass object to Web API as Parameter with HttpGet

c# .net-6.0 webapi http-get

Why do static lambdas (C# 9) still have a target?

c# .net

Parallel.ForEach blocked on long iteration

Unable to find System.Web.Services

c# asp.net-web-api

C# Casting Generic Child Type to Parent

c# generics inheritance

EntityFramework SaveChanges intermittent exception due to "pending requests working on this transaction"

c# entity-framework

DNS resolve failing for specific domains. Domains work with nslookup

Handling collections in GetHashCode implementation

Querying via NHibernate without an N+1 - sample included

How to query a SQL Server table in C# which results only in one single row?

c# sql-server

The referenced project is a non self-contained executable. A non self-contained executable cannot be referenced by a self-contained executable

c# asp.net .net .net-core

Entity Framework Core 8 Where IN vs Where IN OPENJSON

IIS 8.5 ScriptResource.axd 500 Errors and Sys is not defined

c# asp.net .net iis ssl

Deserializing JSON array with Unity JsonUtility fails to get serialized values

c# json unity-game-engine

Alias a model's property to a different name in asp.net-core

c# asp.net-core

How to generate Azure Active Directory (AAD) authentication token for Graph API without interactive login screen for console/native application?

Configuring httpRuntime execution timeout for large downloads

How can I evaluate a math expression represented by a string?

c# expression-evaluation

How to create a clickable links in ListView?

c# winforms url listview