hanu
What is the most common way to distribute .NET 6 application to general people?
If I make my application with .NET 6, i think i should public them with self-contained option, which significantly grows the size of the files i share, so that other people to use my app, because .NET 6 is not included in Windows updates. Is this the right way to distribute my app, or is there a better way that i can reduce the file size?
10 replies
Asking for an advice to apply Wpf.Ui on a existing WPF project
Wpf.Ui
https://github.com/lepoco/wpfui
I'm trying to apply this to my existing WPF project that contains a considerable amount of codes and styles defined. Should I 1) make a new project and migrate each control and piece of code or 2) apply Wpf.Ui to the original project?1 replies
How to find the implementation of Math. functions
I think i've heard mathematical functions of
System.Math
is implemented in external libraries written in a different language (maybe c/c++?) i'm curious if i can see those implementations and if can, i wanna know how.9 replies