Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

dotnet api request / response classes

c# .net swagger

Compiling unmanaged DLLs with exe

Populate ListView when page is loaded (Xamarin.Forms) using a Command

Entity Framework Core PostgreSQL JSONB (single field update)

Windows Service log writing on system shutdown / restart

SQL Server SMO - Backuping - How to determine failure / success?

c# .net sql-server backup smo

.Net Maui AppInfo.Current.VersionString

c# .net xamarin.forms maui

Strange Behavior Converting Unix Time to DateTime in .NET

javascript c# .net

Attribute inheritance on properties fails in C#

c# .net properties

Where is the Winforms "application framework" in C# that exists in VB.NET?

Newtonsoft json is not deserializing when the name of the class is the root element

Unable To Cast object type 'System.String[*]' to type 'System.String[]'

Make an object serializable at runtime [closed]

c# .net serialization

Why are some .Net assemblies not available via an AppDomain's GetAssemblies() method?

Moq - Setup Generic Return type

c# .net moq

Visual Studio 2022: There is no project properties provider for "Persistence = ProjectFileWithInterceptionViaSnapshot". Projects are not loaded

Rider on Windows Debugger - CLR load callback is already in error state E_FAIL - 0x80004005

.net debugging rider

How to retry until some condition is met

c# .net visual-studio