Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-5

How to update ASP.NET Core files without stop IIS Application & Pool in .NET5?

asp.net-core iis .net-5

Publish Portable and Self-Contained .NET Application in Windows 7

.NET Core HttpContext.Request.Headers.Remove() doesn't work unless the Headers are enumerated first

c# asp.net-core .net-5

When does a DbContext instance get disposed in ASP.NET Core 5

How to stop copying referenced project's AppSettings.json and web.config to output folder

Dotnet 5 scaffold changing table names

c# entity-framework .net-5

Unable to resolve service for'Serilog.Extensions.Hosting.DiagnosticContext' while attempting to activate 'Serilog.AspNetCore.RequestLoggingMiddleware'

How do I use Microsoft.Extensions.Caching.Memory's IMemoryCache.CreateEntry and ICacheEntry?

c# .net-5

Blazor Wasm - cannot convert from 'method group' to 'EventCallback'

How do I get a reference to IWebHostEnvironment inside a library project? (Also inside static class :()

Using c# Nullable Reference Type annotations from different assembly

Console logger with json formatter does not serialize objects

asp.net-core logging .net-5

API controller POST method multipart/form-data using boundary get message inside the body

Do race conditions exist when using just async/await?

What is the use of FromExpression in EF 5?

.net-5 ef-core-5.0

What is a BLAT file (.blat extension)?

asp.net blazor .net-5

System.InvalidOperationException: IDX20803: Unable to obtain configuration from: 'System.String' with .NET 5

WPF Resources in class library in .NET 5

c# wpf .net-5 class-library

Difference between next(context) vs await next.Invoke(context) in .net core middleware creation [duplicate]

asp.net identity lockoutEnabled is always set to true when creating a user