Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Upgraded my project to .net 6 now I have time zone in EF Core with postgreSQL

Cause for CS0542 - "member names cannot be the same as their enclosing type"

c# .net

How to resolve Unable to read data from the transport connection: net_io_connectionclosed error while sending email using SMTPClient

c# office365 smtpclient

How to log dotnet test output in junit format

c# .net-5 dotnet-cli

.NET 6 nullable properties warnings for EF Core models

Redirecting Users to login page when not logged in in blazor

DatabaseFacade does not contain a definition for 'ExecuteSqlCommand'

c# asp.net entity-framework

How to use .Net MAUI controls in a razor component in .Net MAUI Blazor app

c# .net blazor maui

C# Dictionary that uses an Unordered Pair as its Key?

Generic math how to cast from INumber to a "concrete" type (int/double/etc)

How do I get the incoming request body and the outgoing response body in ASP.NET Core middleware?

Failed to read the request form. Request body too large. The max request body size is 30000000 bytes

c# asp.net-core

Is there a way in C# to reduce allocation of new string in a large array?

c# memory memory-management

Windows Service using .net core BackgroundService, how to gracefully stop?

Getting started with Windows 10 Universal Apps [closed]

c# vb.net windows universal

Complex C# object

Derived class does not call base class method