• Aspire Port- part 2–implementation

    While building distributed applications with .NET Aspire, I kept running into the same annoyance: I wanted the same resource to come up on the same port every time I ran my app locally — a SQLite web viewer, a Mongo Express UI, or some other sidecar tool that I’d bookmarked or wired into a script.…

  • {ADCES] Discutii si Networking

    Timp de discutii / networking / profesional / neprofesional. Va invitam pe toti – Restaurant Vanity , ora 19:30 https://maps.app.goo.gl/JdEWeykHCHN91Mjs6

  • Aspire Port–part 1–idea

    I work cu Aspire, One of the problem that I see is that some of extensions are needing a port – and , if not, they are allocating a random one. I need sometimes to have the SAME number port allocated every time. But I got tired to hardcode the port – and I wish…

  • Friday links 573

    Software Performance Engineering: The Ideas I Keep Coming Back To | by Rico Mariani | Jan, 2026 | Medium Labyrinth Locator How to Stay Valuable When AI Writes All The Code Death of the Coding Machine: The Archetypes Replacing It You Need to Know gavrielc/nanoclaw: A lightweight alternative to Clawdbot / OpenClaw that runs in…

  • Dirge

    RSCG – Dirge     name Dirge nuget https://www.nuget.org/packages/Dirge/ link https://github.com/IkuzakIkuzok/Dirge author Kazuki Kohzuki Dirge is a Roslyn-based code generator that automatically implements the `IDisposable` pattern for C# classes. Key Features: 1. AutoDispose Attribute: Mark any partial class with `[AutoDispose]` to automatically generate `Dispose()` and `Dispose(bool)` methods. 2. Automatic Field Disposal: The generator detects all…

  • ScottEncodingGenerator

    RSCG – ScottEncodingGenerator     name ScottEncodingGenerator nuget https://www.nuget.org/packages/ScottEncodingGenerator/ link https://github.com/Georgiy-Petrov/ScottEncodingGenerator author Georgiy Petrov Usage 1. You declare a union-like type as an abstract partial class and annotate it with ScottEncoding. 2. Inside it, you define each case as a sealed partial nested class (in this sample: Ok and None). 3. Your business logic returns…

  • AlephMapper

    RSCG – AlephMapper     name AlephMapper nuget https://www.nuget.org/packages/AlephMapper/ link https://github.com/Raffinert/AlephMapper author Yevhen Cherkes AlephMapper helps you define LINQ-translatable object mappers for EF Core. It turns a normal C# mapping method into an expression that can be embedded in queries, so your entity-to-DTO projection can run inside the database query instead of after materialization. This…

  • Friday links 572

    github-copilot-vscode-sap-dev-instructions/.github/copilot-instructions.md at main · radu103/github-copilot-vscode-sap-dev-instructions Creating recursion in TPL Dataflow with LinkTo predicates MichalStrehovsky/sizoscope: .NET tool to analyze size of Native AOT binaries. DiffMaster – JSON & YAML Diff Comparator stackblitz.zip — Download StackBlitz projects instantly Philippe-Laval/tpantlr2: Examples of the book “The Definitive ANTLR 4 Reference” by Terence Parr translated in C# patterns – Chris…

  • Azure Storage Queues with Aspire on Local PC

    In this exercise, I focused on only one Azure resource: Azure Storage Queues. My goal was simple: run Queue Storage locally with the emulator, connect a console client project to it through .NET Aspire, and validate that the client can enqueue and dequeue a message end-to-end. AzureQueues How it looks like This is the ASPIRE…

  • Azure Storage Tables with Aspire on Local PC

    In this exercise, I focused on only one Azure resource: Azure Storage Tables. My goal was simple: run Table Storage locally with the emulator, connect a console client project to it through .NET Aspire, and validate that the client can create a table and read/write an entity end-to-end. How it looks like This is the…

I am ok , you are ok