PKPatrick Kearnsindotnetdigest.com00Cursor Composer 2.5 For .NET1d ago · 14 min read · Cursor Composer 2.5 is worth looking at because it pushes AI coding further away from autocomplete and closer to a real development loop. For .NET engineers, thats where things start looking interestiJoin discussion
PKPatrick Kearnsindotnetdigest.com00SignalR At Extreme Connection Counts3d ago · 23 min read · SignalR feels simple when you have a chat window, a live dashboard, or a small notification feature. Add a hub, connect from the browser, call a method, broadcast to a group, job done. That simplicityJoin discussion
LTLinh Truong Cong Honginboristruong.hashnode.dev00Lab 0 - Two-computer lab system - Environnment Foundation3d ago · 12 min read · Objective Build the repeatable, scriptable foundation that turns your two laptops into a production‑grade development‑to‑Kubernetes workflow.By the end of this lab you will have: Laptop‑1 (Dev) fullyJoin discussion
PKPatrick Kearnsindotnetdigest.com10How to make use of the new TurboVec from .NET4d ago · 15 min read · TurboVec is interesting because it attacks one of the problems that appears after a RAG system starts to grow. Embeddings are easy to talk about when you have a few thousand chunks. They become much hJoin discussion
NANaveed Ausafinnaveedausaf.com00How to get XUnit v3 to work with Test Explorer in VS Code5d ago · 3 min read · I recently upgraded some xUnit v2 test projects to v3 because I needed two awesome features that v3 introduced: Assembly Fixtures: These allow a fixture instance to be shared between all tests in mulJoin discussion
AUAman Upadhyay (CleverWizard)inblog.cleverwizard.com00How to Retrieve High-Resolution Images in Dynamics 365 Plugins & Code ActivitiesMay 27 · 4 min read · When developing Plugins or Custom Workflow Activities in Dynamics 365 CE or PowerApps (Dataverse), a common roadblock is retrieving image fields. If you access an image attribute using standard RetrieJoin discussion
PKPatrick Kearnsindotnetdigest.com30MQTT on Azure with .NETMay 19 · 24 min read · MQTT looks simple at first. The basic model is easy to understand, but the architectural choice on Azure is not just about whether Azure can accept MQTT traffic. It is about what kind of system you arJoin discussion
LDLatent Devinlatentdev.hashnode.dev00Vibe Coding Visual Studio Extensions for Fun and ProfitMay 15 · 14 min read · Introduction I recently tried my hand at writing a Visual Studio extension which was an interesting experience. It's by no means my area of expertise but sometimes requirements push you out of your coJoin discussion
PKPatrick Kearnsindotnetdigest.com20Designing a PCI-Aware Payment Architecture in .NETMay 14 · 31 min read · A practical guide to keeping card data out of your system, reducing payment risk, and building safer payment boundaries with ASP.NET Core, Azure, and provider tokenisation. Introduction The safest payJoin discussion
SBsushreeta banerjeeinsushreetabanerjee.hashnode.dev003-layer architecture in .NETMay 12 · 6 min read · How I Structured a Clean 3-Layer Architecture in ASP.NET MVC 8 (With Real Examples) By Sushreeta Banerjee | Backend .NET Developer When I started building the ERP Billing Management System at my compJoin discussion