Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

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

ASP.NET Core ILogger does not log to Trace unless a debugger is attached

System Tray Icon Double / Single Click Issue

c# .net system-tray

Configuration system failed to initialize in log4net

C# SQL Query for public DataTable

ASP.NET v5 on a Build Server

AADSTS9002331: Application is configured for use by Microsoft Account users only. Please use the /consumers endpoint to serve this request

c# .net azure azure-ad-b2c

Deploy c# application but on beta testing crashes because of date format

Is there a way to determine if a client received an HTTP response in .NET?

Timer kills task/job if it runs longer than timer interval

c# .net timer threadpool c#-2.0

How to stop an .MSI installation Using a wix custom action

c# .net wix windows-installer