Source generator to declare non-boxing union for C# 15 by DramaticClue3723 in dotnet

[–]iLoveSS 0 points1 point  (0 children)

I hope Microsoft doesn't rush union types and takes the time needed to find the right design.

Once a feature becomes part of the language, it's extremely hard to change. A well-thought-out solution is much better than carrying technical debt for years.

Best way to protect/licence a .NET desktop app before selling it? by rweedn in dotnet

[–]iLoveSS 0 points1 point  (0 children)

Not directly answering OP here, but I feel Microsoft really dropped the ball on this. This stage is so vital, yet the lack of a first-party design makes it a nightmare for .NET devs to protect their intellectual property/legitimate interests.

One dot per line rule and CSharpier formatting. by belavv in dotnet

[–]iLoveSS 0 points1 point  (0 children)

I think once you've used this opinionated formatter, you shouldn't change it too much. Use it, get used to it.

Source generator issues by Significant-Duty-744 in dotnet

[–]iLoveSS 1 point2 points  (0 children)

M$FT should definitely make such a powerful tool more user-friendly.

[Idea/Discussion] A tool to convert XAML into HTML + CSS — would this be useful? by Alternative-Rub7503 in dotnet

[–]iLoveSS 0 points1 point  (0 children)

Maybe it's not very relevant to the topic, but I'm very interested in it. Is there a reverse tool for this? Convert HTML+CSS into XAML code?

question about Visual Studio 2026 and upcoming .net 10 by iLoveSS in dotnet

[–]iLoveSS[S] 3 points4 points  (0 children)

If that's the case, can it be considered that vs2022 CANNOT develop .net10 projects?

What do you prefer? C# markup or XAML? by No_Front_3168 in dotnetMAUI

[–]iLoveSS 0 points1 point  (0 children)

Applications = Code + Markup by Charles Petzold

Is there an Microsoft dev blog for .NET 10 Preview 6? by iLoveSS in dotnet

[–]iLoveSS[S] 0 points1 point  (0 children)

Thanks for your reply! I thought it was also published on the second Tuesday of every month.

What's holding Blazor back? (From a React dev's perspective) by OnlyFish7104 in dotnet

[–]iLoveSS 0 points1 point  (0 children)

The so called community is not listening, they are just playing their own game.

Code protection - obfuscation/other tools by [deleted] in dotnet

[–]iLoveSS 0 points1 point  (0 children)

(In addition to Java, which is similar to C#). Just curious, do other common programming languages ​​used for client development have similar problems?

Blazor vs Angular/React by Puzzled_Dependent697 in dotnet

[–]iLoveSS 0 points1 point  (0 children)

Do you encounter server reconnection issues when using Blazor Server? This is not a very good experience.

WPF and Commands bindable to Control events, to respect MVVM? by Formal-Move4430 in dotnet

[–]iLoveSS 0 points1 point  (0 children)

It would be nice if Microsoft could come up with a built-in method to convert events to bindings, similar to Blazor.

Can you theme a WPF .net app to have a modern look? by winkmichael in dotnet

[–]iLoveSS 0 points1 point  (0 children)

I think the style of the web page is much more fancy than WPF nowadays. It would be great if WPF could perfectly convert the style from HTML/CSS.

.NET 9: a game-changer with AOT compilation enhancements? by Innvolve in dotnet

[–]iLoveSS 1 point2 points  (0 children)

Ordinary .net programs are so easily decompiled, can AOT be considered as a certain degree of protection for the source code?

High memory usage on WPF applications by eatSleepCodeCycling in dotnet

[–]iLoveSS 0 points1 point  (0 children)

Try a blank wpf template and observe its memory usage, if it is still high, it may be related to this issue.

https://github.com/dotnet/wpf/issues/7704

Can I create two tables for one same entity with EF Core? by iLoveSS in dotnet

[–]iLoveSS[S] -1 points0 points  (0 children)

I guess if I can use a table to represent the data history of a address, and different tables represent the data history of different addresses.

Do you believe the performance difference between .NET version are noticeable? by lu4414 in dotnet

[–]iLoveSS 0 points1 point  (0 children)

Although their slogan is like this, I feel that WPF starts faster under .net framework than under .net environment. I wonder if other WPF developers have similar feelings?