-
Deciding between implementations of Roslyn Code Generator for an enum retrieval
Aspire .NET Global Tool Extension (https://github.com/ignatandrei/aspireExtensions/blob/main/src/DotNetGlobalToolsExtensions/README.md ) supports installing a .NET Tool by name. To have more easy for me, I have created an enum ( int64 ) with tools that I want to install automatically . The enum is Flag composable ( 1,2,4 …) – and I want to find the Sum value in…
-
{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/
-
Upgrading docusaurus 2 to 3
The inventary of Roslyn Code Generators , https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG , is https://docusaurus.io/ based. In the process of re-making the documentation , I decided to upgrade from 2 to 3. I have created the new site with 3 and 1. transferred the documents 2. Modified docusarus config Hints that I need : 1. The MDX parser is…
-
Friday Links 527
.NET Cancellation Tokens Pmarchive · Pmarca Guide to Personal Productivity Git Trailers | Alchemists 2024 JavaScript Rising Stars Tips on Using LLMs (AI) Effectively for Text – The Brooks Review know how your org works (or how to become a more effective engineer) | by Cindy Sridharan | Medium How To Increase Performance of Web…
-
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
I am ok , you are ok