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
Medium
7 Open Source Cursor Alternatives You Should Use in 2025
Cursor is good, but there are so many other AI code writers that are better than Cursor and are underrated. Also, they are open source…
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
If you're diving into #Blazor, understanding #dependencyinjection is crucial. I should know, this just tripped me up on a project (blog post about it coming soon!) Check out this article for best practices across #BlazorServer and #BlazorWebAssembly https://link.content360.io/gfpb5ki
Telerik Blogs
Blazor Basics: Dependency Injection Best Practices, Use Cases
Learn best practices for using dependency injection in Blazor, and differences between Blazor Server and Blazor WebAssembly.
Discovered a neato #blazor demo featuring a cameo from Clippy! It uses #azure #SemanticKernel to create a navigation-aware #agent. You can even grab the full source code check it out! https://link.content360.io/s80iwln
Blog of Christophe Peugnet
Blazor-Clippy-AI: Crafting an Intelligent Assistant with Azure Semantic Kernel and Blazor - Blog of Christophe Peugnet
Blazor-Clippy-AI leverages Azure Semantic Kernel and Blazor's NavigationManager to create a proactive, intelligent assistant that enhances your web experience
Andrew Lock tours through the latest #dotnet #AI Chat Web App Template showing a complete kit to start using #LLM #RAG and even #Aspire — A great A to Z overview to get you started! https://link.content360.io/utc0h4v
Andrew Lock | .NET Escapades
Exploring the new AI chat template
In this post I explore the new .NET AI Chat Web App template (currently in preview) and take a brief look at the implementation it provides
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
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
Blogspot
Supercharge your EF Core debugging with Query Tags
Debugging database queries in Entity Framework Core can sometimes feel like searching for a needle in a haystack. When your application gene...
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
YouTube
.NET Blazor: One Framework to Rule Them All with Josh Morales - RGV Cyber Sessions 9/10/25
.NET Blazor is a web framework from Microsoft that allows developers to build interactive, client-side web applications using C# and .NET instead of JavaScript.
Join us: discord.gg/rgv-cyber
Join us: discord.gg/rgv-cyber
When I'm not coding, I'm making music. It's been a while, but I'm stoked to share my new AI-inspired deep house track, "Stay." A fun little project merging my two biggest passions. Hope you dig it! 🎹💻
https://www.youtube.com/watch?v=K66Fzpb_93Q
#MusicDev #AI #DeepHouse
https://www.youtube.com/watch?v=K66Fzpb_93Q
#MusicDev #AI #DeepHouse
YouTube
Stay
Deep, melodic house track, experimenting with AI elements for generation. The track was 100% produced, sequenced, instrumented, and mixed by me, but I used generative elements to inspire elements like chord progression and melodies, as well as LANDR for mastering.…
Had a great time at the RGV Cyber meetup showing how the #DotNet #AI story has evolved to support powerful agent frameworks. The talk is on YouTube, and I’m hoping to meet more local devs through our new group, RGV Devs Dot Net! https://www.youtube.com/watch?v=sqKyMDvVP0c
YouTube
The Evolution of .NET AI with Josh Morales - RGV Cyber Sessions 10/8/25
The evolution of .NET AI reflects its growth from early support for machine learning libraries and APIs to a modern ecosystem integrating ML.NET, ONNX Runtime, and seamless connections with cloud-based AI services like Azure Cognitive Services, enabling developers…
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
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
SelAromDotNet
Hello World (Again!): Rotating Focus and Reclaiming Creativity
After a chaotic 2025 filled with burnout and unfinished projects, I'm reviving my blog. Here is how a late-night breakthrough and a new 'Rotating Focus' system helped me find a way back to my creative passions.
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
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?
Running a DELETE statement in production? I recently tackled some pesky duplicate data and found a safe way to do it with a Common Table Expression, letting you preview what will be removed. Check out my breakdown on fixing it (and preventing it!) here: https://qr.pageinit.net/5 #sql #techtips
SelAromDotNet
Cleaning Up Bad SQL Data: Find and Delete Duplicate Records The Right Way
Find duplicate data in a production SQL table? Follow this pragmatic, real-world guide to safely find and delete those duplicate rows using a Common Table Expression (CTE), and learn how to prevent it from ever happening again with a unique constraint.
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?
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?
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
https://qr.pageinit.net/6
Has anyone tried it yet? Share what you’re building below; I’d love to take a look!
#DevTools
The GitHub Blog
Build an agent into any app with the GitHub Copilot SDK
Now in technical preview, the Copilot SDK can plan, invoke tools, edit files, and run commands as a programmable layer you can use in any application.
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
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
Linkedin
RGV Cyber Sessions Agenda 2-25-2026 | RGV Cyber
Next RGV Cyber Sessions Coming Soon.
Ready to talk shop? Our next meetup is happening on 2/25, and we’d love to see you there. Join cybersecurity professionals and IT enthusiasts from across the Rio Grande Valley for an evening of networking and knowledge…
Ready to talk shop? Our next meetup is happening on 2/25, and we’d love to see you there. Join cybersecurity professionals and IT enthusiasts from across the Rio Grande Valley for an evening of networking and knowledge…
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?
Have you made a similar leap? How did it go, do you miss Windows or are you all in?
Notebookcheck
I dumped Windows 11 for Linux, and you should too
With the growing number of users jumping from Windows to Linux, I decided to fully take the plunge and dive deep into the Open Source ocean. A few months and several headaches later, it has proved to be the best computer-related decision I've made in over…
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?