Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Why should I return Task<IActionResult> in a Controller?

c# asp.net .net .net-core

.NET 6 XmlSerializer Pretty print

c# .net .net-6.0

Is it possible to set the TargetFramework on the commandline with dotnet build / restore?

.net msbuild nuget

Why are the return types of .NET's System.Text.Json.JsonSerializer.Deserialize methods nullable when it doesn't return null?

C# - Application terminates unexpectedly without leaving traces

Click Button on ListView is not working

Set value of each DataTable row in specific column

c# .net

Check to see if value exists in list - better way than a loop?

c# asp.net .net

Windows USB Device Location

Border.IsMouseOver in RichTextBox ( InlineUIContainer in RichTextBox does not respond to event/trigger )

Is there a way to pass Smartscreen filter when creating an application with installshield limited?

MS Access sort (comparing string data)

c# .net sorting ms-access oledb

Where can I see operator overloads of primitive types by using ILSpy?

Strong Naming an assembly using command line compile

How can I "adapt" a Task<IEnumerable<T>> to IAsyncEnumerable<T>?

Uninstall_Init / Uninstall_Exit How do i get access to them in C#

How to load dlls from directory using MEF (Managed Extensibility Framework)

c# .net assemblies mef

Is .Net 7 backwards compatible with .Net 6?

.net