Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to select all items in a radious in xyz space?

c# .net linq

Could not create the driver from NHibernate.Driver.OracleDataClientDriver (with copy local set to true)

Is .NET code post JIT being executed the same as native code

c# .net clr jit

What are the pros/cons of reusing a byte array in c#?

Create Instance using base constructor

c# reflection constructor

Simple DbSet<TEntity>.Find() Call Taking Forever

Unit testing a static class with a private static field that is a common dependency

Using AddMicrosoftIdentityWebApi and AddMicrosoftIdentityWebApp in the same ASP.NET Core 7 application

Perform a similar group by/sum SQL statement using Entity Framework and C#

.NET: Entity Framework & DbContext: Use same model/class for multiple tables

Create Recursive Regex.IsMatch Expression<Func<T, bool>> for nested property of different Type

c# regex recursion lambda

How to share images across different .NET project types? (WPF, MAUI)

c# .net wpf maui

How do I stop FullRowSelect from also selecting a column header

c# winforms .net-4.7.2

.NET Core 3.0 IHostedService access web server URL - scheme, host, port etc

Asp.Net Core render ViewComponent to variable

c# asp.net-core

Is "database indexing" possible on a C# List?

c# list performance indexing

Android system font size effects app font size in maui app

c# android maui

Why is Avg() faster than Sum()?

c# sum average benchmarkdotnet

How I can Load another Razor Component into a Razor Component by a Button-click?

C# WPF Slider control make ticks show up evenly

c# wpf