Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

C# controls in a MFC Application

How do I pass in an owner window to MessageBox.Show on a different thread?

.net

What, if any, printable character did a user type based on the values in a given System.Windows.Forms.KeyEventArgs?

.net winforms datagridview

Graphics.MeasureString returns different values than Win32 GetTextExtent

.net winforms dpi highdpi

Collapsible Side Panel Control

.net vb.net winforms

ORM for Database with 1000+ Tables

.net database orm

Hosted .NET runtime and window focus, problem and inconsistencies

.net winapi focus

WPF DataGrid HeaderTemplate Mysterious Padding

c# .net wpf datagrid

How to become sharepoint developer from ASP.NET/Silverlight developer? [closed]

c# .net silverlight sharepoint

Run SQL Queries on DataTables, or similar, in .Net, without an RDBMS

c# .net sql vb.net dataset

Get FixedDocuments out of a FixedDocumentSequence

c# .net xps

Choose between multiple options with defined probability

c# .net asp.net algorithm

Can I add an enum to an existing .NET Structure, like Date?

How can I build a .NET Framework 4.8 application using the dotnet CLI?

c# .net dotnet-cli

For Dotnet Maui, what the difference between Application.Current?.Dispatcher.Dispatch(async()) and MainThread.InvokeOnMainThreadAsync

c# .net maui winui-3

.Net Break one large form submission into multiple submissions

c# asp.net .net http

How to get acknowledgement back from put method on IBM MQ?

c# .net ibm-mq

Do I need to worry about blocking tasks?

Serialization of array of xml elements already within a xmlAny Element

c# .net xml-serialization

why does removing "throw" statement cause "use of unassigned local variable" compilation error?

c# .net undefined