Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

How to declare global variable in Program cs and use it in controllers in .NET 6.0 Web Api

Is it possible to use PDFsharp with .NET Core?

.net-core pdfsharp

Where clause in method syntax fails when combining strings

AdditionalProtocArguments" parameter is not supported by the "ProtoCompile" task, .Net Core Console app

c# .net-core grpc

How Can I Pass an Object Property to a Razor Component as a Parameter

log4net:ERROR Could not create Appender [Console] of type [log4net.Appender.ColoredConsoleAppender]. Reported error

.net-core log4net

Combine Azure-AD with local user database in dotnet core 2 web-api

Exclude route from middleware - .net core

c# asp.net-core .net-core

Host.CreateDefaultBuilder not loading environment config overrides

c# .net-core

How to convert an English number to an Arabic number e.g., 196 to ١٩٦?

Does Microsoft recommend method or query syntax? [closed]

Is there a .NET Core alternative to System.Management.Automation.RunspaceInvoke?

Can .Net Core CLI be run from within C# Application