HackerTrans
TopNewTrendsCommentsPastAskShowJobs

danzk

no profile record

comments

danzk
·12 माह पहले·discuss
DevExpress supported WinUI for a little while but decided to abandon support.

One of the biggest problems with WinUI compared to WPF is that DependencyProroperty is implemented as native code, so for .NET developers, there is a huge performance penalty getting or setting any property on control.

https://github.com/microsoft/microsoft-ui-xaml/issues/1633#i...
danzk
·3 वर्ष पहले·discuss
In majority of cases drugs simply fail due to issues with solubility and absorption, not metabolism.
danzk
·3 वर्ष पहले·discuss
Foxconn is Taiwanese.
danzk
·3 वर्ष पहले·discuss
Visual Studio had a built-in migration utility which could get you 80-90% there. However if the original VB6 was spaghetti code written without Option Strict and Option Explicit enabled you had much bigger problems.

The biggest breaking change was the removal of the global Printer Object so any printing code needed a complete rewrite.
danzk
·3 वर्ष पहले·discuss
https://en.m.wikipedia.org/wiki/Standard_temperature_and_pre...
danzk
·3 वर्ष पहले·discuss
Microsoft used to distribute source code for a WordPad sample app with Visual Studio.

https://github.com/microsoft/VCSamples/tree/master/VC2010Sam...
danzk
·3 वर्ष पहले·discuss
Aspartame is arguably the safest artificial sweetener. It's made of two naturally occurring amino acids and it's rapidly destroyed by the acidity of the digestive system.
danzk
·3 वर्ष पहले·discuss
The bundling of .NET Framework with Windows held back C# for many years because it tied its support lifecycle to that of Windows.

The runtime changes needed to improve the language could not be made easily due to the need to support it for 10+ years.
danzk
·3 वर्ष पहले·discuss
I thought it was amusing that California has a Horseless Carriage license plate. Doesn't that just mean it's a car?
danzk
·3 वर्ष पहले·discuss
AMD probably decided that their transistor budget was better spent elsewhere.
danzk
·3 वर्ष पहले·discuss
It's Polish Notation actually.
danzk
·3 वर्ष पहले·discuss
Excel even had its own custom C compiler.