Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Package .NET Standard library as Nuget package and include all project dependencies / references

How to pass connection string to UnitOfWork project from startup.cs asp.net core

How to make inverse properties in ef core not return null but empty list

How does EF Core DatabaseGeneratedOption.Computed work on GUID property

.NET Core Dynamic Expiration of Identity Cookie Based On Role

c# .net asp.net-core .net-core

Debugging two project Rider

How to make dotnet globally accessible in windows powershell?

Can HttpClient's reponse Content be null?

c# .net-core httpclient

Blazor handle the error in the response from Web Api

c# .net-core blazor

EF Core Oracle Timestamp with Timezone to DateTime in c#

Start a process from a systemd service that won't be killed when the service is stopped

c# linux .net-core systemd

Is there some way to use a folder seletor (FolderBrowserDialog) in WPF Core?

wpf .net-core

Dotnet6 got rid of Main method - how can I change the following in Dotnet5? [duplicate]

Why host.json not being copied to output in F# Azure Functions project?

WMI deprecated: how to query from .Net Core now?

windows .net-core wmi cim

.NET Core build OS affects json output encoding

c# asp.net-core .net-core

Using Options Pattern in program.cs

c# .net-core swagger .net-6.0

Do aggressive F# compiler optimizations only occur on referenced dependencies + release configuration?

IDesignTimeDbContextFactory not always needed?

Put dockerfile at top level folder of solution