• RSCG – Figgle

    RSCG – Figgle     name Figgle nuget https://www.nuget.org/packages/Figgle.Generator/ link https://github.com/drewnoakes/figgle author Drew Noakes Generating ASCII art text for console applications   This is how you can use Figgle . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at…

  • RSCG – SuperFluid

    RSCG – SuperFluid     name SuperFluid nuget https://www.nuget.org/packages/SuperFluid/ link https://github.com/hughesjs/SuperFluid author James Hughes Generate a state machine from a yaml file   This is how you can use SuperFluid . The code that you start with is The code that you will use is   The code that is generated is Code and pdf…

  • Friday Links 522

    GitHub – DrewThomasson/ebook2audiobook: Convert ebooks to audiobooks with chapters and metadata using dynamic AI models and voice cloning. Supports 1,107+ languages! James Shore: The Best Product Engineering Org in the World Agents JSON002: Probable JSON string detected – Visual Studio (Windows) | Microsoft Learn Leadership Power Tools: SQL and Statistics A software architecture reading list…

  • SqlExtensionsAspire–part 3–upgrade to Aspire9.4

    Aspire 9.4 , between many improvements detailed at https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.4 , adds events bound directly to resource. So the code for SqlExtensionsAspire become more simple . I have the db resource and I want to execute Sql when it is ready . From 9.3 code to 9.4 code

  • SqlExtensionsAspire–part 2–code

    I wanted the code to be easy used by any programmer that uses SqlServer in ASPIRE , such as For this to work, I create extensions – you can see them at https://github.com/ignatandrei/aspireExtensions/blob/main/src/SqlServerExtensions/SqlExtensionsAspire/SqlServerExtensions.cs Some problems that I solved 1. Versioning The Aspire version was 9.3 , so my version of the nuget SqlExtensionsAspire is 93.2025.208.1818…

  • SqlExtensionsAspire–part 1–idea

    Aspire is a popular orchestrator for managing projects and Docker containers in the .NET ecosystem. While it’s primarily known for .NET, Aspire also supports other technologies like Node.js, Python, and more. Since I use SQL Server as my database, I found myself needing a few essential features: Execute pre-defined SQL commands at database creation timeI…

  • Friday Links 521

    Cynefin framework – Wikipedia Double-loop learning – Wikipedia crawshaw – 2025-01-06 On Long Term Software Development – Bert Hubert’s writings 4 Software Design Principles I Learned the Hard Way Things You Should Never Do As A Software Engineer Good Ideas in Computer Science ・ Daniel Hooper A software architecture reading list | BCS Using NBomber…

  • RSCG – DimonSmart.BuilderGenerator

    RSCG – DimonSmart.BuilderGenerator     name DimonSmart.BuilderGenerator nuget https://www.nuget.org/packages/DimonSmart.BuilderGenerator/ link https://github.com/DimonSmart/BuilderGenerator author Dmitry Dorogoy Generating builder pattern code for classes   This is how you can use DimonSmart.BuilderGenerator . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/DimonSmart.BuilderGenerator

  • RSCG – BunnyTailServiceRegistration

        name BunnyTailServiceRegistration nuget https://www.nuget.org/packages/BunnyTail.ServiceRegistration/ link https://github.com/usausa/service-registration-generator author Machi Pon Generating service registration code from attributes   This is how you can use BunnyTailServiceRegistration . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/BunnyTailServiceRegistration

  • RSCG – ArgumentParsing

    RSCG – ArgumentParsing     name ArgumentParsing nuget https://www.nuget.org/packages/ArgumentParsing/ link https://github.com/DoctorKrolic/ArgumentParsing author Transform command line arguments into strongly typed objects   This is how you can use ArgumentParsing . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/ArgumentParsing

I am ok , you are ok