Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Castle Windsor: "LoggingFacility.UseNLog() is obsolete"

ASP.NET Core Web Api sending Access-Control-Allow-Origin: null CORS header and chrome is erroring, how to fix?

Npgsql with netcoreapp2.0 on AWS Lambda is unable to connect (has timeout) - how can I resolve?

AsyncLocal with ASP.NET Core Controller/ServiceProviderScope

TPL Dataflow vs plain Semaphore

C# How to get current directory path

c# .net path installation

What are sensible use-cases for Debugger.IsAttached Property

c# .net debugging

How to create an Expression builder in .NET

Prevent Lazy<T> caching exceptions when invoking Async delegate

Is it possible to convert a `ref bool` to a CancellationToken?

why would you use Func<string> instead of just string?

c# .net azure-functions

Get user-agent and ip in Blazor server-side app

How to open a textfile with the default editor in .NET Core

c# .net file .net-core

Can a .NET Core application on Windows trap a SIGTERM event?

How can I implement an exhaustMap handler in Rx.Net?

c# .net system.reactive rx.net

Detect if WebView2 is installed on clients machine (VB.NET)

How to change the ComboBox dropdown button color

c# .net winforms combobox

.NET 5.0 breaking changes regarding `IEnumerable<T>.OrderBy` behavior on string comparison

c# .net .net-5

Where should interfaces "physically live"?

.net architecture

Translate C++/CLI to C#

c# .net c++-cli