Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Can .NET AppDomains do this?

c# .net

How to make HTML Helpers that supports generic type?

c# .net html helper

How to determine if a value is copied or referenced?

Increasing the number of records retrieved exponentially increases linq query duration

one click calls both Click and LinkClicked event handlers

How to change column title dynamically in Kendo UI TreeList?

Why has an InternalsVisibleTo referenced assembly also be signed?

How to trim all strings from a complex object returned with dapper

c# .net reflection dapper

Creating a hardware-specific delegate for an extension method

c# .net delegates

How can I optimize listview data binding in .NET MAUI?

c# .net maui

.NET (3.5) formats times using dots instead of colons as TimeSeparator for it-IT culture?

Does using (var connection = new SqlConnection("ConnectionString")) still close/dispose the connection on error?

.Net System.OutOfMemoryException filling a datatable

.net vb.net dataset oledb dbf

.NET MAUI: entry hidden behind keyboard on iOS

c# ios .net maui

MemoryPack.MemoryPackSerializationException : <class> is not registered in this provider

c# .net serialization

Pass 'value type' on stack by ref - memory footprint

c# .net memory

Should a Windows Installer MSI include the .NET framework?

.net windows-installer

High performance middleware communication for distributed application

.net wcf

Getting a .Net application to close on crash

c# .net exception

Take n most records with aggregate

c# .net linq