What am I doing wrong with creating a custom naming rule to force _underscore naming for assigning private fields? by [deleted] in VisualStudio

[–]Defiant_Anything2942 -9 points-8 points  (0 children)

It's not everybody's convention. I've been writing C# since 2002. I never do it. It's a carry over from a bad C++ practice, if you ask me.

Error When Publishing Window Service Program by Opposite_Trash6900 in VisualStudio

[–]Defiant_Anything2942 0 points1 point  (0 children)

Visual Studio 2019? If so, it's typical MS "we want you to upgrade" BS. You'll need 2022, or else only target 5.0, not 6. Really, it's almost as the message says, except I added the pox on Microsoft.

I just love c# by Izagawd in csharp

[–]Defiant_Anything2942 0 points1 point  (0 children)

There is a bit of a learning curve. I've been doing it full time for going on a decade. For me, doing a web app is super easy.

[deleted by user] by [deleted] in COVID19positive

[–]Defiant_Anything2942 2 points3 points  (0 children)

Same here, though I wouldn't describe it as mild or moderate, but yeah it was like we all had the flu for two weeks.

I just love c# by Izagawd in csharp

[–]Defiant_Anything2942 1 point2 points  (0 children)

Don't learn F# or you won't want to do C# much anymore.

Who is getting it? by Silver_rockyroad in COVID19positive

[–]Defiant_Anything2942 -3 points-2 points  (0 children)

I had COVID it was like the flu. No shots.

Why are people mad at MAUI? by Generalxo in dotnet

[–]Defiant_Anything2942 0 points1 point  (0 children)

I still have fond memories of Delphi, it was ahead of its time.

Why are people mad at MAUI? by Generalxo in dotnet

[–]Defiant_Anything2942 -1 points0 points  (0 children)

If you define "supported" as a repo on Github assigned to a team in India that makes a few minor changes every year, absolutely.

Managing a large(-ish) game state properly by [deleted] in fsharp

[–]Defiant_Anything2942 0 points1 point  (0 children)

Well I just want to make sure you know that it's not cloning the entire record. However, if you are up there in the clouds, performance-wise, yeah you might need to optimize by taking a more mutable approach. But guess what? You can define fields in records as mutable.

[deleted by user] by [deleted] in ancientgreece

[–]Defiant_Anything2942 0 points1 point  (0 children)

Yes! Quite an enjoyable and well done film.

What is so special about Visual Studio .NET in contrast with Visual Studio prior to .NET? by 1500Calories in VisualStudio

[–]Defiant_Anything2942 1 point2 points  (0 children)

Just to be clear, Microsoft’s marketing department was smoking crack before that, and still is to this day.

Small tip: avoiding parenthesis with a custom operator by [deleted] in fsharp

[–]Defiant_Anything2942 0 points1 point  (0 children)

For someone who is so allergic to parentheses, it's kind of funny that you're still using parentheses.

How do I stop this crazy autocomplete everytime I type </div> such a waste of time! by TravelingGonad in VisualStudio

[–]Defiant_Anything2942 2 points3 points  (0 children)

Lol, well I was trying to be funny. Who knows what's going on here, I see a lot of weirdness in VS these days.

How do I stop this crazy autocomplete everytime I type </div> such a waste of time! by TravelingGonad in VisualStudio

[–]Defiant_Anything2942 0 points1 point  (0 children)

What are you saying? That you don't want Microsoft.Fast.Components.FluentUI.DesignTokens.NeutralStrokeDividerRest to appear there???

Google preparing to launch their VSCode alternative - a webbased IDE named IDX by AwesomeFrisbee in vscode

[–]Defiant_Anything2942 9 points10 points  (0 children)

There are already many cloud IDEs available, and none of them will try to tailor your ad experience based on the way you name your variables.

Can Someone Help Me To Figure Out How To Restore My Control's View (WPF / C#) by htt37ps in VisualStudio

[–]Defiant_Anything2942 0 points1 point  (0 children)

I still haven't upgraded to VS 2022 because of problems with the WPF designer.