• DocumentorDatabaseExtensionsAspire–part 1–idea

    The Aspire project as already a database resource  – and a executing one ( sqlpad or dbgate or adminer ) What if we can generate documentation for the database  ? There are several problems to be solved: 1. How to obtain the tables definition  ? 2. How to generate documents for the site ? 3.…

  • Friday Links 547

    The Who Cares Era | dansinker.com (9) The Thing You Are Expert at Will Be Your Career Downfall (9) No Thanks: My 7 Non-Negotiables for a Fair Interview Process C# Experimental Attribute. – JetBrains Guide Using the new AI template to create a chatbot about a website Use C# 14 extensions to simplify enum Parsing…

  • RSCG – RapidEnum

    RSCG – RapidEnum     name RapidEnum nuget https://www.nuget.org/packages/RapidEnum/ link https://github.com/hanachiru/RapidEnum author hanachiru Generate enum values without reflection   This is how you can use RapidEnum . 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/RapidEnum

  • RSCG – VYaml

    RSCG – VYaml     name VYaml nuget https://www.nuget.org/packages/VYaml/ link https://github.com/hadashiA/VYaml author Hadashi A Serializing to/from YAML format   This is how you can use VYaml . 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/VYaml

  • RSCG – ConsoleAppFramework

    RSCG – ConsoleAppFramework     name ConsoleAppFramework nuget https://www.nuget.org/packages/ConsoleAppFramework/ link https://github.com/Cysharp/ConsoleAppFramework author Cysharp, Inc. Generating console parser for functions   This is how you can use ConsoleAppFramework . 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/ConsoleAppFramework

  • Friday Links 546

    The Ingredients of a Productive Monorepo Emit logs on-demand with log buffering – .NET Blog Why Open Source Maintainers Thrive in the LLM Era | Mike McQuaid (9) The Prompt Engineering Playbook for Programmers 32 MCP Servers You Need To Check Out Now – KDnuggets The Art of Writing Readable Python Functions – KDnuggets VERT-sh/VERT:…

  • SqlExtensionsAspire–drop create database

    Another improvement for https://www.nuget.org/account/Packages/SqlExtensionsAspire : Drop Database , Create the database, run init scripts . Demo with Video : https://ignatandrei.github.io/aspireExtensions/images/SqlServerExtensions/video-Recreate_Database_With_Scripts-20251102225854.mp4 The code is pretty simple: executing drop create and initialization

  • Inspired by Command-Line Utilities- part 2- implementation

    The translation of Evan Hahn’s blog post utilities to powershell took me in total 4 hours of vibe coding. Notes: I did not give the AI the code, but the description of the tool I have put each category into a special file I haven’t implemented all –  because some were pretty useless for me…

  • Inspired by Command-Line Utilities- part 1–idea

    I recently stumbled upon Evan Hahn’s blog post about his collection of command-line utilities, and I have to say—I’m genuinely impressed. What Makes These Tools So Impressive? The brilliance isn’t in the complexity of these scripts. It’s in their simplicity and practicality. Evan has created dozens of small utilities that solve real, everyday problems: Clipboard…

  • Friday Links 545

    Ithy “ZLinq”, a Zero-Allocation LINQ Library for .NET | by Yoshifumi Kawai | May, 2025 | Medium Cysharp/ZLinq: Zero allocation LINQ with LINQ to Span, LINQ to SIMD, and LINQ to Tree (FileSystem, JSON, GameObject, etc.) for all .NET platforms and Unity, Godot. public-apis/public-apis: A collective list of free APIs Avoiding reflection in C# in…

I am ok , you are ok