• Aspire,containers and dotnet watch

    Aspire is the new visualizer – see https://github.com/dotnet/aspire If you use dotnet run ( or Visual Studio)  with an Aspire host that instantiate some containers ,then,when you stop the project,the container is released. But,if you use dotnet watch run –no–hot–reload then the containers are not  deleted. The nice solution is to investigate dotnet watch and Aspire…

  • Aspire,Sql Server Docker Container and multiple Connections strings

    Aspire is the new visualizer – see https://github.com/dotnet/aspire When creating a Docker container with Sql Server,the connection that is returned is without database – means that,usually,is connecting to the master. That’s not that we usually want,so the following code is means that WebAPI will be connected to master Instead,do what they do – but add…

  • Friday links 549

    altmann/FluentResults: A generalised Result object implementation for .NET/C# The fastest CSV parser in .NET | Joel Verhagen PowerToys/src/modules/launcher/Wox.Infrastructure/ShellLinkHelper.cs at 7d9681ecd2533e63a13ac3a88257e698b9c7b5a9 · microsoft/PowerToys How You Can Use Zoning Out to Your Advantage – Sunsama Blog balazsorban44/nissuer: A GitHub Action for tried and tired maintainers. Want to achieve your goals? Get angry,say researchers Dissecting the async methods…

  • [ADCES] Presentation .NET 8

    You can find the presentation about .NET 8 at https://ignatandrei.github.io/Presentations/Net8WhatsNewprez.html#1 . Also,the code is at https://ignatandrei.github.io/Presentations/Net8WhatsNew.zip

  • Deploy Blazor WASM to Github Pages in 7 steps

    Assumptions: You have an Blazor Interactive WebAssembly ( CSR ),not a Server ( static or interactive) I will make as the repo is  https://github.com/ignatandrei/tilt  . Change my name with yours and TILT  with your repo So let’s start Step 1   You must configure GitHub Pages – create a docs folder and put an index.html  .…

  • Friday Links 548

    erictreacy/mimic.css: Everyone else is doing it! Photoshop is now on the web!. Enabled by WebAssembly,Web Components… | by Addy Osmani | Sep,2023 | Medium twitter.com/thejustinwelsh/status/1537409692116439041 unjs/unpdf: Utilities to work with PDFs in Node.js,browser and workers An Interactive Intro to CRDTs | jakelazaroff.com Dev Drive for Performance Improvements in Visual Studio and Dev Boxes! – Visual…

  • RSCG – TelemetryLogging

    RSCG – TelemetryLogging     name TelemetryLogging nuget https://www.nuget.org/packages/Microsoft.Extensions.Telemetry.Abstractions/ link https://andrewlock.net/behind-logproperties-and-the-new-telemetry-logging-source-generator/ author Microsoft Generating deep logging messages for a class   This is how you can use TelemetryLogging . 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/TelemetryLogging

  • [ADCES] .NET Core 8 What’s new

    Details Daniel Costea,https://www.linkedin.com/in/danielcostea/What’s new in C# 12 and some AI / ML / newsDan Patrascu Baba,https://www.linkedin.com/in/dan-patrascu-baba-08b78523/What’s new in Blazor and the new ASPIRE app for distributed applicationsAlexandru Badita,https://www.linkedin.com/in/alexandrubadita/What’s new in .NET Core 8 Auth Andrei Ignat,http://msprogrammer.serviciipeweb.ro/What’s new in .NET 8,ASP.NET Core,EF Core I wait at  https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/295819291/

  • RSCG – InterceptorTemplate

    RSCG – InterceptorTemplate     name InterceptorTemplate nuget https://www.nuget.org/packages/RSCG_InterceptorTemplate/ link https://github.com/ignatandrei/RSCG_InterceptorTemplate author Andrei Ignat Andrei Ignat   This is how you can use InterceptorTemplate . 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/InterceptorTemplate

  • Friday Links 547

    On the Importance of Naming in Programming | Wasp The Eight Fallacies to be aware of when building distributed applications (microservices) | by Francis Adediran | Medium trholding/llama2.c: Llama 2 Everywhere (L2E) Hydration,the Saboteur of Lazy Loading Finish what you started :: Duncan Mackenzie Open language identification API for 200+ languages – Diff What Removing…

I am ok , you are ok