Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-6.0

In ASP.NET Core 6, why language folders needed in Published output for System.Private.ServiceModel.resources.dll and how to eliminate them?

Protobuf-net.Grpc generic services

c# .net-6.0 protobuf-net

How do I do file upload using ASP.NET Core 6 minimal api?

Why again simply empty app.Run() does we need?

What is the difference between AddDbContextPool and AddDbContextFactory?

'IServiceCollection' does not contain a definition for 'Configuration' even though IntelliSense suggests otherwise

.NET Core 3.1 v .NET 6.0

Can API Key and JWT Token be used in the same .Net 6 WebAPI

Warning CS8032 Cannot find System.Collections.Immutable after upgrade to .NET 6.0

.NET 6 project in Visual Studio offers update NuGet packages to 7.0.0

What is Use Azurite for runtime storage account (AzureWebJobsStorage)?

Multiple level properties with EF Core 6

How do I control what usings are made global in a C#10 / .NET6.0 project?

What is the use case of IOptions versus IConfiguration (other than IOptions allows mapping to object)?

.net-core .net-6.0

How to use IOptions pattern in Program.cs in .NET6, before builder.build()?

c# .net .net-core .net-6.0

How to replace obsolete WebClient with HttpClient in .NET 6