Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

.net core log filtering on certain requests

.net asp.net-core .net-core

Rider - Can't Build because the process cannot access the file because it is in use by another process

c# .net .net-core rider

Access to the path is denied when using Directory.GetFiles(...) - in D:\ but CAN call it on D:\Videos

c# .net .net-4.8

Web API not being recognized on my machine

TabBar at bottom of MAUI application

c# .net maui

Getting subdirectories of a path that have specific file extensions

c# .net file directory

Grid.Mvc table css class

c# asp.net .net asp.net-mvc grid

Is there a way to cause type inference of the delegate passed to Control.BeginInvoke?

c# .net winforms delegates

HRESULT: 0x8004D00E using TransactionScope - C#

Changing Entities in the EntityFramework

c# .net wpf entity-framework

custom serialization converters for a WCF service

.net ajax wcf serialization asmx

multiple connections to an mdf file

Would struct be a good way to store program settings in memory?

c# .net

Microsoft.Extensions.DependencyInjection injects null to constructor instead of throwing an exception when service is missing

Log4Net gives configuration error after .NET 8 update

c# .net logging log4net .net-8.0

Optimizing array iteration with nested Where (LINQ) clauses