Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Searching for a string in HashSet<string> Performance

c# .net c#-4.0

Why there are both EntityFramework and System.Data.Entity assemblies in my project?

Trace TLS in .NET Core

.net .net-core

Auth page in standard blazor template infinite looping in InteractiveServer render mode

c# .net blazor .net-8.0

Is Task.Delay truly asynchronous like an I/O operation is, i.e. does it rely on hardware and interrupts instead of a thread?

c# .net asynchronous task delay

Add packages using Directory.Build.Prop for .NET Framework

.net visual-studio msbuild

How to use only custom columns in Serilog.Sinks.MSSQLServer in XML?

How does X509Certificate2Collection.Find define a valid certificate

What's the best way to represent System.Double as a sortable string?

c# .net sorting double

Moq, call base with constructor dependencies

c# .net unit-testing mocking moq

Roslyn c# CSharpCompilation - Compiling Dynamic

c# .net dynamic roslyn

ThreadAbortException in at System.Net.UnsafeNclNativeMethods.OSSOCK.recv

.net windows sockets

How can I run a async enumerator method synchronously and store it as an IEnumerable?

Is it possible to create alternating bool values with AutoFixture CreateMany?

.net autofixture

C# 10 .Net 6 MinBy MaxBy Linq projection to single property

c# .net linq

Correct option for handle MAX() when table is empty? [duplicate]

c# .net entity-framework

How can I check if two different URL's point to the same resource?

c# .net wcf url uri

Generate C# class from WSDL file

c# .net wsdl

site.css not found in .NET 6 Web App with custom environment

css .net web .net-6.0