Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

XML serialization and "<" , ">" when generating an HTML document

Calling Delphi 6 DLL from a C# results in different rounding?

c# delphi dll dllimport

Integration tests with asp.net core (test of controllers without the views)

c# asp.net-core testing xunit

Unable to assign to Hashtable item in C# class consumed from VBA

c# vba com com-interop

how to search other field than id

c# asp.net-web-api http-get

Late registration of services with asp.net core web api

Why I get a DLL installed by the setup project instead of an EXE and how to fix it?

Convert MagickImage to bitmap

c# magicknet

GotoAsync build in back button does not go back to previous page, when working with 3 or more pages

c# [NonSerialized] field with inline initialization isn't initialized after deserialization

Using a ref cursor as input type with ODP.NET

How to animate ListBox Items on MouseEnter and MouseLeave events using C#/WPF?

c# wpf animation listboxitem

How can I resolve a relative path in both a web/Windows app in C#

c# relative-path path

Changing the MaxArrayLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader

How might I call a JavaScript Function in a Page Viewed by a WebBrowser Control from the Application Hosting the WebBrowser Control?

how do I restart a single instance winforms application

c#

C# Winforms Bind ListBox to DataTable Issue

c# winforms datatable listbox

Why it always throws an ObjectDisposedException?

Handle dataGridView FormatExeption on edit

c# winforms datagridview