Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Why is Code Coverage not reporting 100% code coverage in test code when checking for exceptions?

c# .net code-coverage mstest

Underlying type of a mock object

.net mocking moq

Hiding MDI child forms on close using C# [duplicate]

c# .net winforms mdi

How to draw semi-transparent text on a graphics object?

Basic 2D graphics library

c# .net graphics

Find out where a dependency / dll came from

.net visual-studio nuget

Does C#/.Net MemoryCache class need to serialize/deserialize objects

c# .net serialization

Cannot implicitly convert Dictionary List<string> type parameter to ICollection<string>

How To Bind A Dictionary To A ComboBox In WinForms?

How to store a list of strings with duplicates in DynamoDB

Why Serilog PostgreSQL sink is not working through Configuration?

.NET Regex isMatch vs Matches question

c# .net regex

Modify button style when receiving focus via <tab> but not when clicked on

c# .net wpf xaml controltemplate

TimeZoneInfo DST vs Windows settings

c# .net timezone dst

Is there any way to check if a NuGet package support .Net standard in command line?

.net nuget

Convert 32 bit float audio to 16 bit byte array?

c# .net audio naudio

Is CSP (Content Security Policy) activated by default in .net core 3.1?

How do I add a working Main method to a dotnet 6 console application to access command line arguments?

c# .net

How to install a particular .NET Framework version SDK using winget?

.net windows powershell winget

Is it possible to get name of variables passed as `params object[]`?

c# .net