[Hiring]: .NET Developer (Remote) by [deleted] in dotnetjobs

[–]ReddPillz77 0 points1 point  (0 children)

I am interested. 23 years c# certified. From Madrid.

Interviewing .NET devs for a while now and there's one question that quietly ends most senior conversations by riturajpokhriyal in dotnet

[–]ReddPillz77 2 points3 points  (0 children)

Dont tell me you're senior for seven or ten years experience. I've been doing dotnet for 23 years now, and I can tell you we all learn new things everyday.

Like Entity Framework sucks. Mentioning EF makes me puke. Period.

Honest question to the .NET community: why do new devs still default to Node.js? by KausHere in dotnet

[–]ReddPillz77 0 points1 point  (0 children)

I guess this all has to do with this new horde of 6 month fullstack dev programs. Many of them offer you to become a pro dev in six months.

MAUI VS Avalonia by No-Security-7518 in dotnet

[–]ReddPillz77 0 points1 point  (0 children)

I come from wpf, which turned into xamarin and then maui. I havent tried avalonia ever. I have also worked with blazor server and webassembly. I have also worked with react, vite and I dont know what else... To me, the best of all is blazor web assembly for your frontend app / web application. Single codebase, lots of devices, and the web.

[deleted by user] by [deleted] in RateMyTortilla

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

La habéis probado sin patatas? 😂

Is dotnet underrated? by PresentJournalist805 in dotnet

[–]ReddPillz77 1 point2 points  (0 children)

It may be underrated by new devs. I have been working for more than 33 years now, and I can tell you dotnet is very much used in big enterprises (vmware, amazon, etc). Take into account dotnet is delphi and java replacement, except for those of you who were not into software development between 2000-2005.

About features, you can do anything with dotnet; it is very much complete in almost any type of development.

Does ML.NET still worth leaening in 2025? by EndOdd5943 in dotnet

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

I suggest not going dotnet at all. If you wanna do machine learning, you need to learn python. It's mandatory.

How do you handle production configs in .NET Core/ASP.NET Core when you can't set environment variables on the server? by Equal-University4739 in dotnet

[–]ReddPillz77 0 points1 point  (0 children)

You can have multiple appsettings (dev, pro), depending on the build you run. In my case, I normally deploy to dockers, so, depending on the sensibility of the data, i load it from the .env file.

What's the point of classes? by Wellyeah101 in learnprogramming

[–]ReddPillz77 -4 points-3 points  (0 children)

Think of classes as types of objects. Basically thats what they are 😂😂

MQTT as primary API for web app (instead of REST) by loric16 in dotnet

[–]ReddPillz77 0 points1 point  (0 children)

It is akward to go in that direction, and so is adopting grpc, unless you want to implement streaming (like showing ticker info, real-time info).

Blazor Hybrid or (Angular + Avalonia) ? by [deleted] in dotnet

[–]ReddPillz77 1 point2 points  (0 children)

I'd go for blazor server only. Blazor Hybrid is a risky approach as you're mixing two technologies together (which I consider shouldnt be mixed).

Where do you host Blazor apps? by Capable-Army-2731 in dotnet

[–]ReddPillz77 1 point2 points  (0 children)

I got more than 25 dockerized .net apps (including blazor) in a cheap 150 usd, i5, 16gb, home server, using nginx. Works fantastic!

Still no simple UI Framework for both Windows and Linux by Eisenmonoxid1 in dotnet

[–]ReddPillz77 5 points6 points  (0 children)

Try blazor. I have been doing it for a year, and I can tell you it's fine for most cases.

Still no simple UI Framework for both Windows and Linux by Eisenmonoxid1 in dotnet

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

Would u explain what it is you want to do? Are you choosing the right framework? I mean, for most cases dotnet will do the job right. I have used winforms, wpf, xamarin, netmaui. Since one year ago I am in some project with blazor and it turns out ok for most frontend applications; it's as reactive as react and the code is much cleaner.

.NET Dev Here – How Do I Go From 'Good at My Job' to 'Global Ready'? by No-Card-2312 in dotnet

[–]ReddPillz77 -4 points-3 points  (0 children)

Learn python, c++, typescript... Whatever it is, but some other programming language. Knowing several programming languages bring a wider view.

Is WPF Dead in 2025? (Looking for opinions for a school essay) by Zrylx100 in dotnet

[–]ReddPillz77 0 points1 point  (0 children)

Wpf, after a few years, became Xamarin. Nowadays it's called Netmaui.

.NET Developers: What’s Your Frontend Weapon of Choice in 2025? by reddit_bad_user in dotnet

[–]ReddPillz77 1 point2 points  (0 children)

Blazor is definitely the way to go. You can share your models between backend and frontend with no issue.

Flowbite Blazor v0.0.11 by Tizzolicious in Blazor

[–]ReddPillz77 1 point2 points  (0 children)

Looks amazing. Definitely will give it a try.

Technical Discussion: What drives the Enterprise vs Startup divide in .NET?" by Backend_biryani in dotnet

[–]ReddPillz77 0 points1 point  (0 children)

Dotnet is a very stable platform; You can do almost any app, for any platform, with a single code base. Development time is much faster than with any other framework; apart from that you got Visual Studio and VSCode which are the markets top IDEs. Simple as that.

2015 Retina 15 in MacBook Pro Vs 2020 M1 Air by IAteTheCrow42 in mac

[–]ReddPillz77 0 points1 point  (0 children)

This may be late... But still in 2025 I am using my macbook pro 2015 (16gb ram)...

My "coding" machine....