Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

C# set property value of property passed to method via Func<T>

c# .net func

Unity3d AddComponent taking variable

Can the same thread run multiple functions simultaneously in Azure Functions?

How do I make a thread dump in .NET ? (a la JVM thread dumps)

c# .net

Unit Test - How to set controller user to Generic Principal object

Summing time in RDLC report

Getting "not all code paths return a value" when using ExceptionDispatchInfo.Capture

c# reflection

How to run a ClickOnce application (.appref-ms) on a remote computer?

XmlSerializer serializing sub objects

c# .net xml-serialization

In WPF force App to inherit from a class defferent from System.Windows.Application

c# .net wpf

DropDownList in Kendo Grid in Asp.Net Core

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