• [RO] Evaluare proprie la examenul de evaluare nationala,clasa a 9-a

    Am copil / adolescent care a dat examenul de evaluare nationala – nu conteaza pe ce loc s-a clasat. Ideea este : in functie de rezultatele anterioare,unde are sanse la profilul pe care il vrea ? Excel,Powershell si un pic de API/JSON din HTML rezolvat problema … Mai intii,vedem pe ce loc s-a clasat (…

  • Friday links 481

    Distributed transaction patterns for microservices compared | Red Hat Developer Typescript Type Assertions – DEV Community A look at the upcoming improvements to LINQ in .NET 6 · Raygun Blog tjukanovt/30DayMapChallenge: Official repo for the #30DayMapChallenge data visualization project. Open to everyone! IP-to-Country Geolocation Database Download | DB-IP lostintangent/gistpad: VS Code extension for managing and…

  • TILT–idea–part 1

    I want to try a new generator from DB with Roslyn – so a new application should come. The name is TILT – Thing I Learned Today. What it does 1. Let you put a TILT  per day ( and this is a tricky point,what is a day …). A TILT can have a subject…

  • Jira automation

    Any JIRA project has automation – a way to intercept what’s happening inside JIRA and add behaviour. Yes,eventually Blockly Automation will be the same – but for now is just function. JIRA automation is for events that occurs inside. Being a TD,I have defined several automation 1. Want to see the worklog as comment ? …

  • Friday links 480

    The Ultimate,Free Incident Retrospective Template | Blameless Teronis.DotNet/src/MSBuild/Packaging/ProjectBuildInPackage at develop · teroneko/Teronis.DotNet Dotnet pack – include referenced projects The Rise Of User-Hostile Software | Den Delimarsky Microservice Roadmap – DEV Community Ship / Show / Ask github/clipboard-copy-element: Copy element text content or input values to the clipboard. Chrome is the new Safari. And so are…

  • DIForFunctions–what it does- part 4

    You can find a demo at https://github.com/ignatandrei/FunctionsDI/tree/main/src/FunctionsWithDI  – see TestCOnsoleAPP. But let’s write here also Generate (constructor) and functions calls similar with ASP.NET Core WebAPI ( [FromServices] will be provided by DI ) Also,verifies for null . Usage Reference into the csproj <ItemGroup> <PackageReference Include=”RSCG_FunctionsWithDI” Version=”2022.6.19.1605″ ReferenceOutputAssembly=”false” OutputItemType=”Analyzer” /> <PackageReference Include=”RSCG_FunctionsWithDI_Base” Version=”2022.6.19.1605″ /> </ItemGroup> Then…

  • DIForFunctions–NuGet- part3

    The important part now is to make public – that means NuGet and documentation,The NuGet is pretty simple – with dotnet pack and with GitHub Actions – in order to do automatically every time I modify the main. For now,this is the action name: .NET on:   push:     branches: [ “main” ]   pull_request:…

  • DI for Functions- work–part 2

    Let’s begin with tests  – we need to have a class with multiple functions that have multiple [FromServices} parameter. Like public bool TestMyFunc1([FromServices] TestDI1 t1,[FromServices] TestDI2 t2,int x,int y)         {             return true;         }         public bool TestMyFunc2([FromServices] TestDI1 t12,  int x,int y)         {             return true;         } // more others Because there are multiple functions,I need to…

  • DI for Functions–idea – part 1

    Looking at ASP.NET Core,there is a wonderful feature that  gives you thinking :  you can put in any action for a controller FromServices argument and the framework will complete from,well,services: : public ActionResult Test([FromServices] MyFunction What if  you can do the same with any function from any class ? It will be good,but … how …

  • Friday links 479

    Eager refresh of values for AsyncExpiringLazy | StrathWeb. A free flowing web tech monologue. .NET Core HttpClient Best Practices | by bytedev | Jun,2021 | Medium How to create a list of non upgradable software for winget • Codewrecks Publishing to winget with MSIX Hero – Marcin Otorowski HttpClientCodeGenerator/HttpClientCodeGeneratorSyntaxReceiver.cs at 25e03c6f0453df082f377b9fa79216afb1884592 · Jalalx/HttpClientCodeGenerator Use IHttpClientFactory…

I am ok , you are ok