Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Reducing HttpClient log verbosity

Disposing CryptoStream vs disposing underlying Stream?

How make ScrollViewer work properly in Windows Phone

c# .net windows-phone-7

VSTS build task fails on a .NetFramework4.6.1 project references .NetStandard2.0

How to use DbContext.Database in C# unit test cases using MOQ and Xunit

c# .net moq xunit

How to add multiline Text to a ListBox item?

Bug in WinForm combobox control DotNet 4.8 - VS2019

c# .net winforms combobox

WinForms - Trying to make a background maximized form which stays in background and doesn't respond

.net winforms

How to reliably determine that an entity is transient?

c# .net nhibernate

WCF Service Cannot Login To Remote Database

C# Dynamic List Name

c# .net

Using Azure Function .NET5 and HttpRequestData, how to handle file upload (form data)?

c# .net azure-functions .net-5

C# Regex for a french decimal

c# .net regex

Designing function signature - return value or out parameter

c# .net oop coding-style

Definition of Type in .NET

c# .net vb.net

Whats the easiest way in C# to define a time of day, i.e. HH:MM:SS, without resorting to DateTime which requires year,month,day?

c# .net