-
RSCG – jos.enumeration
name jos.enumeration nuget https://www.nuget.org/packages/jos.enumeration/ link https://github.com/joseftw/jos.enumeration author Josef Ottosson Generating enum from static consts This is how you can use jos.enumeration . 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/jos.enumeration
-
Friday Links 524
Engineer Eats Efficiently (for $2.50 a Day) Some things to expect in 2025 [LWN.net] Top Pens of 2024 on CodePen Build the abstraction first | Swizec Teller Lessons from my First Exit · mtlynch.io Misleading Icons: Icon-Only-Buttons and Their Impact on Screen Readers – HTMHell Standard Schema AI is Creating a Generation of Illiterate Programmers…
-
TestExtensionsAspire- part 2- execution
Now the code mans to create commands about running dotnet <test or run> in the current folder of the csproj test project. Things that needed to be solved: 1. Test Project as NuGet Package The main project (.csproj) , that will be referenced as a NuGet dependency, it’s not an Aspire project, so it doesn’t…
-
TestExtensionsAspire- part 1 – idea
I know that Aspire could be used to perform integration test. And this can be achieved by having a test project that references Aspire – see https://learn.microsoft.com/en-us/dotnet/aspire/testing/write-your-first-test?pivots=xunit . However, how about allowing your test project ( even unit test project ) to run under Aspire Host ? Of course, Aspire will reference the test –…
-
Friday Links 523
Guest Blog: Building Multi-Agent Systems with Multi-Models in Semantic Kernel – Part 1 | Semantic Kernel generative-ai/notebooks/semantic-kernel/dotnet/getting-started.ipynb at main · arafattehsin/generative-ai · GitHub Understanding DORA Metrics: Simple Insights into DevOps Performance FFmpeg By Example Parkinson’s Law: It’s Real, So Use It – by James Stanier Use Dev Proxy for API testing: validate API performance and…
-
RSCG – Strings.ResourceGenerator
RSCG – Strings.ResourceGenerator name Strings.ResourceGenerator nuget https://www.nuget.org/packages/Strings.ResourceGenerator/ link https://github.com/biggik/Strings.ResourceGenerator author Birgir Kristmannsson Generating strongly typed string resources – with parameter and Localization This is how you can use Strings.ResourceGenerator . The code that you start with is The code that you will use is The code that is generated is Code…
-
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
I am ok , you are ok