Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Can I customise a Fixture in an XUnit constructor for use with Theory and AutoData?

c# .net xunit autofixture xunit2

Reduce startup time of .NET windows form app running off of a networked drive

.net performance startup

Non-scaling Pen in GDI+

c# .net gdi+ pen

ContextMenuStrip how do you force update (size is wrong b/c I hide some of it's items)

ThreadPool thread doing I/O operation - can thread be reused while waiting?

Is it possible to get the actual key back from a hashtable

.net powershell key hashtable

Migration from Polly to Microsoft.Extensions.Http.Resilience - Extend ShouldHandle

DateTime serializers omitting milliseconds? [duplicate]

How to change Worker Service interval time from external file when service is already installed

c# .net asp.net-core .net-core

Calling JavaScript function at the end of button click event

Start a program in active user session with PowerShell remoting

.net powershell remoting

Where does the wording of "Exception of type 'System.Exception'' was thrown" come from?

c# .net

How to create ShareFileClient without specifying it's size to be able to stream data to it?

c# .net azure fileshare

Does EPPlus require Excel to be installed on the sever?

c# .net epplus

C# unit tests and code in same folder: strip out tests from compiled binary

Call Function from DLL loaded in front-end javascript (load dll in clientside javascript)

javascript c# c++ .net dll

Migration from ASP.NET Core's container to Autofac

.net asp.net-core autofac

DotNet Linux error - Unable to configure HTTPS endpoint. No server certificate was specified

c# .net docker ssl https

Fetch a whole row from SQL Server with PowerShell

.net sql-server powershell

How to create byte[] with length 16 using FromBase64String [duplicate]