Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Optimized Conversion from TSource to TDestination Using INumber<T> in .NET 9

Options pattern - Interface/Abstract property

How can I get ID Token from custom token via FirebaseAdmin SDK?

How to mock httpclient

c# .net-core nunit moq

Polly log all requests with URL, Headers, Content and Response

Using DelegatingHandler with custom data on HttpClient

"The Application Url cannot contain a query string or fragment" error in asp.net core

How to set cache control

AWS simple email service works on localhost but not on production Amazon EC2 server

Catching the last exception in Polly in .Net Core?

.NET Core Output formatters order

PDF printing in .NET Core using System.Drawing.Printing

c# pdf .net-core printing lpr

EF 6.4 Migration with .NET Core and ef6.dll yields in NullReferenceException

Trouble adding images to C# WPF .NetCore WPF application

c# wpf .net-core

Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.UvException: 'Error -4092 EACCES permission denied'

visual-studio .net-core tfs

How could I get a parameter of an action from the ResultExecutingContext when using a Filter

Using DI in ConfigureService-Methods (especially IApplicationLifetime) in .NET Core

c# asp.net-core .net-core

When is it necessary to call services.AddMemoryCache()?

FluentValidation: How to inject all registered validators?

How to inject dependencies into IClassFixture in XUnit?

c# .net-core xunit