-
RSCG – AutoInterface
RSCG – AutoInterface name AutoInterface nuget https://www.nuget.org/packages/AutoInterface/ link https://github.com/BlackWhiteYoshi/AutoInterface author Black White Yoshi generating interface from a class This is how you can use AutoInterface . 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/AutoInterface
-
RSCG – ShadowWriterBuilder
RSCG – ShadowWriterBuilder name ShadowWriterBuilder nuget https://www.nuget.org/packages/ShadowWriter/ link https://github.com/StefanStolz/ShadowWriter author Stefan Stolz Generating null objects for testing This is how you can use ShadowWriterBuilder . 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/ShadowWriterBuilder
-
RSCG – Flaggen
RSCG – Flaggen name Flaggen nuget https://www.nuget.org/packages/Flaggen/ link https://github.com/ricardoboss/Flaggen author Ricardo Boss Explicit operations about flags with enums, and bitwise operations This is how you can use Flaggen . The code that you start with is The code that you will use is namespace EnumDemo; [Flags] public enum Colors { None =…
-
Friday Links 526
100 patches to 5 browsers in 18 months – Keith Cirkel 225. Systems Ideas that Sound Good But Almost Never Work—”Let’s just…” 2025 Tech Predictions Databases in 2024: A Year in Review // Blog // Andy Pavlo – Carnegie Mellon University Collection of insane and fun facts about SQLite – blag Being Glue — No…
-
BlazorExtensionsAspire – integrate BlazorWebAssembly with WebAPI via Aspire–code
BlazorExtensionsAspire solves the problem of automatically injecting the URL of WebAPI into Blazor WebAssembly . The code for obtaining writes into appsettings.json of BlazorWebAssembly public static IResourceBuilder<ProjectResource> AddWebAssemblyProject<TProject>( this IDistributedApplicationBuilder builder, string name, IResourceBuilder<ProjectResource> api) where TProject : Aspire.Hosting.IProjectMetadata, new() { var nameOfParameter = api.Resource.Name + "_host"; var projectBuilder = builder.AddProject<TProject>(name); var p = new…
-
[ADCES} MCP with AI
Details Presentation 1 : Demo transforming image to SPAPresenter : Alexandru Badita, https://www.linkedin.com/in/alexandrubadita/Description : Demo generating SPA with AI Presentation 2 : Model Context Protocol and why it is usefullPresenter : Andrei Ignat , http://msprogrammer.serviciipeweb.ro/Description :Introduction to MCPSeveral examples of MCP ( file, Playwright , sql server)Creating a MCP with .NET Google Meet joining infohttps://meet.google.com/eqm-xupa-ykg
-
BlazorExtensionsAspire – integrate BlazorWebAssembly with WebAPI via Aspire–idea
Any WebAPI application needs an UI – and Blazor is a choice nowadays ( along other SPA , like Angular, React, Svelte … ) For integrating in ASPIRE ,there is a no simple task : Blazor should know the WebAPI url and use it to gather data. But the WebAPI URL could change – so…
-
Friday Links 525
Cloud-Code-AI/BrowserAI: Run local LLMs inside your browser Free Coloring Pages for Kids and Adults | ColoringsAI Development With A Dot – ASP.NET Core Pitfalls – Returning a Custom Service Provider How much does it cost to build and run a profitable side project? – DEV Community HybridCache library in ASP.NET Core | Microsoft Learn The…
-
RSCG – InlineComposition
name InlineComposition nuget https://www.nuget.org/packages/InlineComposition/ link https://github.com/BlackWhiteYoshi/InlineComposition author Black White Yoshi Mixin classes and interfaces together This is how you can use InlineComposition . 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="InlineComposition" Version="1.4.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers;…
-
RSCG – Tortuga.Shipwright
name Tortuga.Shipwright nuget https://www.nuget.org/packages/Tortuga.Shipwright/ link https://github.com/TortugaResearch/Tortuga.Shipwright author Tortuga Research Generate mixin between classes This is how you can use Tortuga.Shipwright . 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> <!– Code Generator –> <ItemGroup> <PackageReference Include="Tortuga.Shipwright" Version="0.9.0" > <PrivateAssets>all</PrivateAssets> </PackageReference> <PackageReference Include="Tortuga.Shipwright.Shared" Version="0.9.0" /> </ItemGroup>…
I am ok , you are ok