• RSCG – EnumsEnhanced

    RSCG – EnumsEnhanced     name EnumsEnhanced nuget https://www.nuget.org/packages/EnumsEnhanced/ link https://github.com/snowberry-software/EnumsEnhanced author VNCC generating enums fast retrieval   This is how you can use EnumsEnhanced . The code that you start with is The code that you will use is   The code that is generated is #nullable enable using System.Text; using System.Runtime.CompilerServices; using System.Collections.Generic;…

  • Friday Links 534

    How to figure out what to do with your life Jonathan Stark | Mobile Strategy for Credit Unions | Strategy Retainer Software development topics I’ve changed my mind on after 10 years in the industry – Blogomatano Five coding hats Some terminal frustrations kuchin/awesome-cto: A curated and opinionated list of resources for Chief Technology Officers,…

  • Aspire Resource for Aspire–part 3–usage

    AspireExtensionsResource This package provides Aspire as a Resource in the Aspire Host Dashboard, making it easier to test and manage Aspire dashboards. You can download the solution at https://github.com/ignatandrei/aspireExtensions/tree/main/src/AspireResourceExtensions in order to see the tests. Installation Install via NuGet: dotnet add package AspireExtensionsResource Usage Add the Aspire resource to your distributed application builder: using AspireResourceExtensionsAspire;…

  • Aspire Resource for Aspire–part 2–code

    So those are the challenges Challenge 1: Extracting the Dashboard URL The Aspire dashboard doesn’t expose its URL directly through a simple API. Instead, the URL is logged to the application’s output. To capture it, I had to hook into the logging infrastructure. I created a FakeLoggerProvider(https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.testing.fakeloggerprovider?view=net-9.0-pp) that collects log messages, then scanned those messages…

  • Aspire Resource for Aspire–part 1–idea

    I have published many  Aspire Extensions ( see https://msprogrammer.serviciipeweb.ro/category/aspire/ –  ) However, to make an AUTOMATED demo, I need the token url of the dashboard and the url itself. How can I obtain those and pass to the demo / tests ? So here are the specs As a Aspire Resource developer I wanted to…

  • Friday Links 533

    ErikEJ/SqlServer.Rules: 120+ T-SQL static code analysis rules for SQL Database Projects gerardog/gsudo: Sudo for Windows SharpAdb/AdvancedSharpAdbClient: AdvancedSharpAdbClient is a .NET library that allows .NET, Mono and Unity applications to communicate with Android devices. It’s improved version of SharpAdbClient. Using PostHog in your .NET applications | You’ve Been Haacked .NET Developer Roadmap for 2025 [Minimalist Edition]…

  • RSCG – SG4MVC

    RSCG – SG4MVC     name SG4MVC nuget https://www.nuget.org/packages/SG4MVC/ link https://github.com/SG4MVC/SG4MVC author Mark Flanagan Generate strong typed HTML helpers for ASP.NET MVC projects.   This is how you can use SG4MVC . The code that you start with is <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net9.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <PackageReference Include="SG4MVC" Version="0.9.4-beta" /> </ItemGroup> <ItemGroup> <AssemblyAttribute Include="Sg4Mvc.GenerateSg4Mvc"…

  • RSCG – BadIdeas.Icons.FontAwesome

    RSCG – BadIdeas.Icons.FontAwesome     name BadIdeas.Icons.FontAwesome nuget https://www.nuget.org/packages/BadIdeas.Icons.FontAwesome/ link https://github.com/phil-scott-78/Icons/ author Phil Scott generate font awesome icons   This is how you can use BadIdeas.Icons.FontAwesome . The code that you start with is <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> <PropertyGroup> <TargetFramework>net9.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <PackageReference Include="BadIdeas.Icons.FontAwesome" Version="0.0.0-alpha.0.21" /> <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.8" /> <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.8" PrivateAssets="all" />…

  • {ADCES] Discutii si Networking

    Timp de discutii / networking / profesional / neprofesional. Va invitam pe toti Restaurant Vanity https://maps.app.goo.gl/JdEWeykHCHN91Mjs6 https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/310647862/

  • RSCG – Genbox.FastEnum

    RSCG – Genbox.FastEnum     name Genbox.FastEnum nuget https://www.nuget.org/packages/Genbox.FastEnum/ link https://github.com/Genbox/FastEnum author Ian Qvist Generating values for enums   This is how you can use Genbox.FastEnum . The code that you start with is <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net9.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <PropertyGroup> <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> <CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GX</CompilerGeneratedFilesOutputPath> </PropertyGroup> <ItemGroup> <PackageReference Include="Genbox.FastEnum" Version="1.0.0"> </PackageReference> </ItemGroup> </Project> The code…

I am ok , you are ok