Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

How should I fetch TimeZoneInfo in a platform-agnostic way?

macos timezone .net-core

Why is the generic parameter not casting?

c# .net-core

Why UseAuthentication must be before UseMvc in NET Core 2.0

.net asp.net-core .net-core

.NET Core 2.0 appsettings.json file location when dealing with multiple projects

.net-core

Configuring Dockerfile for an ASP.NET Core 2.1 Angular Project

.NET Core 2.1 - How to create COM object and generate *.tlb file

Adding a unique index on EF Core mapping does not seem to work

How to configure environment variables in Azure DevOps pipeline?

How to use @section scripts in a partial view MVC.Core

How to implement JsonPatch in .NET Core 3.0 Preview 9 correctly?

How to use custom job name when using HangFire to start jobs that implement an interface

c# .net-core hangfire

How can I add WPF items into a C# class library project in VS2019?

How do I properly use my SQLite db in my asp.net core 3.1 MVC application using EF?

Enable Synchronous IO in Azure Function

Event for click outside a div or element to close it on Blazor

Why do .NET Core and .NET 5 generate an executable?

.net .net-core cil .net-5

Printing support in .net core

How to remove a default service from the .net core IoC container?

Debugging MSTest Unittests in Visual Studio Code

How to run "dotnet xunit PathToLibrary.dll" from command line (in Continous Integration)

.net-core xunit xunit.net