• Watch2- part 2- first fast implementation

    The first attempt to writing the code was very fast – and,surely,not testable. (Speedy Gonzales would be proud!) Some observations: 1. If you start any process inside a console application,you should intercept the cancel signal and stop the process. This is done by using the CancelKeyPress event of the Console class. This is important because…

  • Watch2–part 1–idea

    I frequently use .NET Watch for two main reasons: Running .NET applications during development. Executing tests. Seriously,if you haven’t tried .NET Watch,you’re missing out. It’s like having a personal assistant who never sleeps compiling code . For more info,check out Microsoft’s documentation  at https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-watch But,like all good things,it comes with a couple of quirks: The…

  • Friday links 486

    Code review antipatterns Manager Antipatterns Ted Neward’s Wog Software Architecture,In Practice The 1 Hour per Year Bug (But Only in Pacific Time!) gvergnaud/hotscript: A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know. Trying New Technology – SQLServerCentral Free Public APIs netbox-community/netbox: The…

  • RSCG – RazorSlices

    RSCG – RazorSlices     name RazorSlices nuget https://www.nuget.org/packages/RazorSlices/ link https://github.com/DamianEdwards/RazorSlices author Damiam Edwards Generating html from razor templates. Attention: generates IHttpResult,not html string.   This is how you can use RazorSlices . The code that you start with is The code that you will use is   The code that is generated is Code…

  • RSCG – TypedSignalR.Client

    RSCG – TypedSignalR.Client     name TypedSignalR.Client nuget https://www.nuget.org/packages/TypedSignalR.Client/ link https://github.com/nenoNaninu/TypedSignalR.Client author nenoNaninu Creating typed Signal R clients   This is how you can use TypedSignalR.Client . 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/TypedSignalR.Client

  • {ADCES] Playwright & GraphQL

    Presentation 1 : Introduction in Playwright – E2E testing in C# Presenter: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/ Descriere : O sa facem cu Playwright si C# citeva teste de E2E ca sa aratam posibilitatile pe care Playwright le are Presentation 2 : GraphQL: Building a Public API for a Cloud ERP and the Lessons We Learned Presenter: Marius…

  • RSCG – MinimalHelpers.Routing.Analyzers

    RSCG – MinimalHelpers.Routing.Analyzers     name MinimalHelpers.Routing.Analyzers nuget https://www.nuget.org/packages/MinimalHelpers.Routing.Analyzers/ link https://github.com/marcominerva/MinimalHelpers author Maroc Minerva Controller like API registering   This is how you can use MinimalHelpers.Routing.Analyzers . 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/MinimalHelpers.Routing.Analyzers

  • Friday links 485

    Deploy Your Express Backend in Vercel for Free ⚡ – DEV Community Supercharge your testing experience with MSTest.Analyzers – .NET Blog GitHub – christianhelle/httpgenerator: Generate .http files from OpenAPI (Swagger) specifications True Size Of Countries GitHub – jawj/xlsxtable: A small,simple library to create nice .xlsx Excel files from tabular data GitHub – azat-co/50-ts: 50 TypeScript…

  • PackageAnalyzer & Equinox

    With .NET tool https://github.com/ignatandrei/PackageAnalyzer I have analyzed another architecture from   https://github.com/EduardoPires/EquinoxProject/ Project relations Project Data Public Classes per project Number lines per project Class data Public methods per class Number methods per class Number lines per class Method data Cyclomatic complexity per method Maintainability index per method Number lines per method Commits File with most…

  • PackageAnalyzer & Akka.CQRS

    With .NET tool https://github.com/ignatandrei/PackageAnalyzer I have analyzed another architecture from   https://github.com/Aaronontheweb/InMemoryCQRSReplication Project relations Project Data PNumber lines per project Class data Public methods per class Number methods per class Number lines per class Method data Cyclomatic complexity per method Maintainability index per method Number lines per method Commits File with most commits Commits per year…

I am ok , you are ok