Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Why can't use LINQ methods on JObject?

c# .net linq json.net

Generating .NET Core Console App .exe in Visual Studio 2017

.NET Core DI Logger on Console app not logging to Console

Does Array.Copy maintain the guarantee about atomic reads and writes on a per element basis?

c# .net atomic

HttpClient does not use ServicePointManager service points

c# .net httpclient .net-4.7

How to get all secrets in one call Azure key vault

c# .net azure azure-keyvault

How to increase ToolTip Rectangle size

Why Linq Prepend() does not work with List<T>?

c# .net linq

How to properly post-process Refit return values?

Is it possible to query table storage from .net core?

Converting Stream to ByteString

How to adapt Action<string> into FSharpFunc<string, unit>

c# .net f#

Why is VBA's VarType function saying this COM object is a string? (Object is instance of COM version of .NET's System.Object class.) Is it a bug?

.net excel vba com .net-4.0

How do I configure Cosmos DB .NET 3.0 SDK to serialize with camel case?

.net azure-cosmosdb

Error "NU3034 This package is signed but not by a trusted signer"

Error in publishing project with MSBuild after upgrading from .Net Framework 4.7 to 4.8

c# asp.net .net msbuild .net-4.8

How to run a single xunit C# test using dotnet test command line

How can netcoreapp3.1 be built by .NET 5?

c# .net

Use .NET Core Identity with an API

Thread not waking up from Thread.Sleep()

.net multithreading