Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Is it possible to convert a `ref bool` to a CancellationToken?

why would you use Func<string> instead of just string?

c# .net azure-functions

Get user-agent and ip in Blazor server-side app

How to open a textfile with the default editor in .NET Core

c# .net file .net-core

Can a .NET Core application on Windows trap a SIGTERM event?

How can I implement an exhaustMap handler in Rx.Net?

c# .net system.reactive rx.net

Detect if WebView2 is installed on clients machine (VB.NET)

How to change the ComboBox dropdown button color

c# .net winforms combobox

.NET 5.0 breaking changes regarding `IEnumerable<T>.OrderBy` behavior on string comparison

c# .net .net-5

Where should interfaces "physically live"?

.net architecture

Translate C++/CLI to C#

c# .net c++-cli

WCF netTCPBinding - Is transport encryption enough?

In .Net, what is the fastest way to recursively find all files from a root directory?

.net search filesystems

"Reuse existing types" is ignored when adding a service reference

.NET TransactionScope class and T-SQL TRAN COMMIT and ROLLBACK

Is there a way in .NET to have a method called automatically after another method has been invoked but before it is entered

c# .net

.Net: FtpWebRequest "(503) Bad sequence of commands" error

c# .net ftp

C# Collection Data Structure With 1:1 Key/Value Mapping

How do I retrieve the properties of a photo taken on a digital camera using .NET?

.net vb.net metadata exif photos

Are there languages compatible with .NET that don't support unsigned types?