Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Does IAsyncDisposable Have a Reference Implementation?

c# .net .net-core idisposable

How do I connect to a Cassandra VM

c# .net .net-core cassandra

Dictionary methods Remove and Clear (.NET Core) modify the collection during enumeration. No exception thrown

How to get a ReadOnlySpan<byte> from a readonly struct?

c# .net-core

gRPC equivalent of WCF service discovery

c# .net wcf .net-core grpc

How can I invoke method in CircuitHandler of Blazor server-side?

disable web.config generation for asp.net core 3.1 project

Avoid closure on fast path by storing state into scoped locals

c# .net-core closures

Adding .NET 5.0 target to my NuGet packages

Why does "DateTime.Now.ToString("hh tt", new CultureInfo("de"))" return different results in different versions of .Net?

Can the project.json file in an asp.net 5 (dnx) project be moved?

How can I use xproj (asp.net/dotnet core project) with shproj (shared project)?

Office (Excel) COM interop on Mac OSX using .NET Core?

Create UDP socket with .Net Core

.net sockets .net-core udp

Interface in .NETStandard 1.1 library does not have implementation in .NET 4.61

Handle duplicate key violations in EntityFramework Core

Reusing Task<T> in .NET core/.NET Standard

How can I debug my tests .Net Core 2.0 in VSCode

Executing EFcore Migrations inside a .NETStandard Library project

Using an X509 private key to sign data in dotnet core v2 (SHA256)

c# .net cryptography .net-core