SelArom Dot Net
2 subscribers
1 photo
24 links
Anything interesting I discover related to dotnet!
Download Telegram
I've been experimenting a lot with #AI code tools and was surprised to discover there's some #opensource options! Here are seven to check out; void looks particularly interesting. Have you given any of these a shot? https://link.content360.io/gucvhuf
Whew, just finished reading this exhaustive list on all the different ways to set environment variables in #IIS — you can even do it without forcing a restart! good low level stuff to have in your back pocket! https://link.content360.io/kdgmrgp
Just discovered a super handy way to add more context to your #EFCore query logs using Query Tags. If you’ve ever struggled debugging #LINQ and #SQL queries, this is such a useful technique. It adds comments to the generated SQL, making it WAY easier to track down issues.

I wish I had known this sooner—it’s simple but incredibly effective! If you work with EF Core, definitely check it out
https://qr.pageinit.net/eftags

#dotnet #debugging #softwaredevelopment
Had a blast with the RGV Cyber crew showing how #Blazor runs seamlessly on web, desktop, and mobile, all from a single C# codebase! It's fun to see #DotNet and #MAUI can make our "one project to rule them all" dream come true. Check it out the recording here: https://youtube.com/watch?v=cZGyo53jNms
Blogging again after over a YEAR, and it was discipline (plus a little help from AI!) not more time that unlocked my creativity.

Hoping my story and the new system I'm creating can be helpful to others who keep putting their own projects at the end of the list!

https://qr.pageinit.net/4
I've been trying to batch similar tasks together (all API endpoints one day, all UI another) and so far it seems more efficient than bouncing between layers. Context switching is expensive! Do you prefer staying in one layer or bouncing around to keep things fresh?
There's a tri-boot phone coming out that runs #Android, #Linux, AND #Windows 11! 14 years in the making, it's probably entirely impractical, but I TOTALLY want one!

Miss you, #WindowsPhone.

Read all about it: https://qr.pageinit.net/3
The recent news of the triple OS phone (android, linux, AND windows!) has me re-missing my Windows Phone! It had this incredibly clean design language and UI that just disappeared when the platform died. Were you a fan? What long lost tech are you missing lately?
Finally looking deeper into react and next.js, and the shift from "full website reloads" to SPAs to "actually server-side rendering is good again" has been an interesting takeaway. We seem to keep rediscovering and revisiting old ideas with new tools.

What's a trend you've seen come full circle?
Just realized I've been reusing the same code for meta tags in my asp.net sites for years now, across literally dozens of different projects! Not sure if that means it's good or I'm just lazy. Hopefully it's both!

Really should nuget this someday.

What code patterns do you copy-paste everywhere?
The #AI developer toolkit continues to grow, and the new #GitHub #Copilot SDK looks intriguing! A fully assembled agent runtime for your apps? Looks pretty slick!

https://qr.pageinit.net/6

Has anyone tried it yet? Share what you’re building below; I’d love to take a look!

#DevTools
Interested in threat modeling, secure coding, incident response, or just tech topics in general? The RGV Cyber Sessions are for you! The next meetup is Feb 25 at 6:00 PM at McAllen Public Library, Room B, or online via Google Meet.

Bring your questions, tools, and ideas to share with local peers across the Rio Grande Valley.

Don't miss it! #CyberSecurity #DevCommunity #RGV

https://qr.pageinit.net/qu7cu
After a lifetime of Microsoft loyalty, I too am finally exploring Linux for my home server. I can't upgrade it to win11, so it’s the perfect time to experiment with a new platform: https://qr.pageinit.net/7

Have you made a similar leap? How did it go, do you miss Windows or are you all in?
Finally wrapping up a project I'd been thinking about for a while and the implementation ended up quite different from what I planned! Sometimes the best solutions always emerge while building. How often does planning vs. reality never quite match up on your projects?