• Friday Links 551

    Diagnostic resource monitoring – .NET | Microsoft Learn URL explained – The Fundamentals | ITTavern.com How to use Testcontainers with .NET Unit Tests | The .NET Tools Blog alexanderson1993/svg-icons-cli roslyn/docs/features/interceptors.md at main · dotnet/roslyn xoofx/kalk: kalk is a powerful command line calculator app for developers. Building resilient cloud services with .NET 8 – .NET Blog…

  • [2023] Winget

    Obtained dotnet tool update –global programmerall –no-cacheprogramerall from http://localhost:37283/blocklyAutomation/automation/loadexample/winget 7-Zip [7zip.7zip]: Free and open source file archiver with a high compression ratio. App Installer [Microsoft.AppInstaller]: Microsoft App Installer for Windows 10 makes sideloading Windows 10 apps easy: Just double-click the app package,and you won’t have to run PowerShell to install apps. App Installer presents the…

  • [2023] Sites

    Those are the sites mosr visited –data obtained from https://takeout.google.com/?pli=1 1 https://github.com/ 2 https://mail.yahoo.com/ 3 https://lichess.org/ 4 https://www.google.com/ 5 https://learn.microsoft.com/ 6 https://www.facebook.com/ 7 https://twitter.com/ 8 https://docs.google.com/ 9 https://www.linkedin.com/ 10 https://mail.google.com/ 11 http://msprogrammer.serviciipeweb.ro/ 12 https://www.meetup.com/ 13 https://www.emag.ro/ 14 https://portal.azure.com/ 15 https://ignatandrei.github.io/ 16 https://www.nuget.org/ 17 https://zoso.ro/ 18 https://trello.com/ 19 https://login.microsoftonline.com/ 20 https://chat.openai.com/ 21 https://calendar.google.com/ 22 https://tiltwebapp.azurewebsites.net/ 23…

  • [2023] In Links

    Layoffs in IT https:/www.cnbc.com/2023/01/20/google-to-lay-off-12000-people-memo-from-ceo-sundar-pichai-says.html TypeScript 5.x https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-3.html Angular v1x https://angular.dev/ CHAT GPT and others https://chat.openai.com/ No new VS for MAC https://devblogs.microsoft.com/visualstudio/visual-studio-for-mac-retirement-announcement/ VSCODE C# DevKit https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit MSFT OpenJDK21 https://devblogs.microsoft.com/java/announcing-microsoft-build-of-openjdk-21/  General Motors API for Cars https://www.theverge.com/2023/10/12/23914060/gm-uservices-api-software-apps-car-sdv .NET 8 https://learn.microsoft.com/ro-ro/dotnet/core/whats-new/dotnet-8

  • [2023]Activities

    ADCES Presentations Caching WebAPI : https://ignatandrei.github.io/Presentations/CachingWebAPIprez.html#1 Database2Rest: https://ignatandrei.github.io/Presentations/Database2Restprez.html#1 Polly: https://ignatandrei.github.io/Presentations/pollyprez.html#1 React: https://ignatandrei.github.io/Presentations/reactprez.html#1 SRE with .NET: https://ignatandrei.github.io/Presentations/SRE_with_NETprez.html#1 UsefullEndpoints : https://ignatandrei.github.io/Presentations/UsefullEndpointsprez.html#1 .NET Core 8: https://ignatandrei.github.io/Presentations/Net8WhatsNewprez.html#1 Open Source Software Nuget Packages Nume Link Documentation RSCG_UtilityTypes https://www.nuget.org/packages/RSCG_UtilityTypes/ https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_UtilityTypes RSCG_Templating https://www.nuget.org/packages/RSCG_Templating/ https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_Templating rscgutils https://www.nuget.org/packages/rscgutils/ https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_Utils RSCG_TimeBombComment https://www.nuget.org/packages/RSCG_TimeBombComment/ https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_TimeBombComment RSCG_Static https://www.nuget.org/packages/RSCG_Static/ https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_Static RSCG_WebAPIExports https://www.nuget.org/packages/RSCG_WebAPIExports/ https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_WebAPIExports RSCG_AMS https://www.nuget.org/packages/RSCG_AMS/ https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_AMS SkinnyControllersGenerator https://www.nuget.org/packages/SkinnyControllersGenerator/ https://ignatandrei.github.io/RSCG_Examples/v2/docs/SkinnyControllersCommon…

  • Friday Links 550

    Customize your build by folder or solution – MSBuild | Microsoft Learn Central Package Management | Microsoft Learn A Comprehensive Guide to Angular’s Defer Block | by Netanel Basal | Oct,2023 | Netanel Basal iconic/open-iconic: An open source icon set with 223 marks in SVG,webfont and raster formats Controlling the grid from parent | React…

  • Blazor and RowNumber in Grid

    The data that comes from the backend does not,usually,provide a row number . So how to obtain this ? Create a class,will say any programmer … And the usage And the grid:

  • Aspire Blazor WebAssembly and WebAPI

      Aspire is the new visualizer – see https://github.com/dotnet/aspire I am very fond of WebAPI  –  it allows for all people to see the functionality of a site,in a programmatic way ( side note:,my nuget package,https://www.nuget.org/packages/NetCore2Blockly,allows to make workflows from your WebAPI) And Blazor WebAssembly is a nice addition that the WebAPI . I am…

  • 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…

I am ok , you are ok