Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

If you write a C# or F# program that runs on .NET Core, will the same bytecode also run on .NET (with no .NET Core installed)? [closed]

c# .net f# .net-core

CsvHelper error when using RegisterClassMap

"Error Unable to create an object of type 'AppDbContext'. For the different patterns supported at design time"

How do I read a custom error message returned when HttpWebRequest.GetResponse throws a WebException?

c# .net-core

.NET Core Identity doesn't refresh auth cookie for static files and throws 500 error

`gulp.watch` blocking execution of `dotnet run`

c# npm gulp .net-core

Enable file logging on IIS for serilog

iis .net-core serilog

Is it possible to programmatically install a Visual Studio extension?

What is the difference between swashbuckle.aspnetcore and swashbuckle packages?

Disable wss for ASP.NET Core Hot Reload

Why do command lines now have two hyphens (--) behind each parameter? Where did it originate, why not use a single hyphen? [duplicate]

Assembly Microsoft.AspNetCore.Http version 3.0.0.0 Conflict with 2.2.0.0

Task failed: Activating language client: HtmlLanguageClient

GetHashCode method Returns different values for same string in asp.net core

Polling storage queue for messages using console app webjob

Custom IsInRole() when using Cookie Middleware without ASP.NET Identity