HackerTrans
TopNewTrendsCommentsPastAskShowJobs

danzk

no profile record

comments

danzk
·il y a 12 mois·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
·il y a 3 ans·discuss
In majority of cases drugs simply fail due to issues with solubility and absorption, not metabolism.
danzk
·il y a 3 ans·discuss
Foxconn is Taiwanese.
danzk
·il y a 3 ans·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
·il y a 3 ans·discuss
https://en.m.wikipedia.org/wiki/Standard_temperature_and_pre...
danzk
·il y a 3 ans·discuss
Microsoft used to distribute source code for a WordPad sample app with Visual Studio.

https://github.com/microsoft/VCSamples/tree/master/VC2010Sam...
danzk
·il y a 3 ans·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
·il y a 3 ans·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
·il y a 3 ans·discuss
I thought it was amusing that California has a Horseless Carriage license plate. Doesn't that just mean it's a car?
danzk
·il y a 3 ans·discuss
AMD probably decided that their transistor budget was better spent elsewhere.
danzk
·il y a 3 ans·discuss
It's Polish Notation actually.
danzk
·il y a 3 ans·discuss
Excel even had its own custom C compiler.