• My activities in 2021

    On Github : https://github.com/ignatandrei/RSCG_Examples  – examples about Roslyn Source Code Generators https://github.com/ignatandrei/appSettingsEditor – an editor for appSettings https://github.com/ignatandrei/QueryViewer – generating code from SqlServer queries https://github.com/MicroservicesBuffet  – email and https://github.com/ignatandrei/MicroservicesPortChooser – a port registration / chooser for microservices https://github.com/ignatandrei/RSCG_Static – roslyn gor static to interface https://github.com/ignatandrei/RSCG_TimeBombComment –  comment to time bomb compile https://github.com/ignatandrei/FileExtension –  recognize file…

  • Friday links 457

    An AOP Example that Makes MemoryCache Easier to Use – CodeProject The Biggest Lie in Open Source – Google Search Who is Tim Woods …… and how do I eliminate him? – Work Smarter Together What is a T-Shaped developer ?. Full Stack,Frontend,Backend… | by DavidMM | Quick Code | Medium Using GitHub Actions for…

  • 2021 in 10 news in my IT world

    In March Stack Overflow for teams free 50 In May Angular 12 .NET Coding Pack Excel Office Scripts In September Docker subscription SQL server with C# extension Open Source credits Azure In October Package Manager 1.0 Cobol In November .NET 6 Angular 13

  • Friday links 456

    Artificial intelligence predictions for 2020: 16 experts have their say – Verdict Dаvіd Вucһаnаn on Twitter: “Assuming this all works out,the image in this tweet is also a valid ZIP archive,containing a multipart RAR archive,containing the complete works of Shakespeare. This technique also survives twitter’s thumbnailer 😛 htt ScreenDump | Tool for testing your responsive…

  • Windows terminal + Powershell to run IDE,Angular,.NET Core

    I work at http://github.com/ignatandrei/BlocklyAutomation – and every time I need to run Angular,Visual Studio Code IDE and .NET Core run ( and Visual Studio  sometimes  – it is more web based) Also,sometimes I need to run in a container – to install globally something that I do not want to have in my PC. So …

  • Friday Links 455

    forkJoin � learn-rxjs GDC Vault – 1,500 Slot Machines Walk into a Bar: Adventures in Quantity Over Quality Adding a new teller | queuing theory example nosir/cleave.js: Format input text content when you are typing… ASP.NET Core 3.0 Exception Handling – Simple Talk If the Moon Were Only 1 Pixel – A tediously accurate map…

  • .NET Conf ADCES – .NET 6 and VS2022

    Details Speaker 1 : Daniel Costea,https://www.linkedin.com/in/danielcostea/,Prezentare : .NET Minimal API Speaker 2 : Catalin Gheorghiu,https://www.linkedin.com/in/catalingheorghiu/Titlu: A Rush and a Push and the Land Is OursDescriere: Voi arata cum am migrat aplicatii Blazor,din productie,de la .Net 4 la 5 si acum la .Net 6. Si sa vedem ce a iesit . Prezentarea vrea sa va dea…

  • Developer choices Web => Windows application

    So I have an Angular application – basically,a macro for your WebAPI – see https://ignatandrei.github.io/BlocklyAutomation/ . I want to transform into an Windows Application and have also deployed to Windows Store. Attempt 1 : embed as a resource a .NET Core WebAPP and deploy to Windows Store. Not really –  the validation part of Store…

  • Friday Links 454

    BretFisher/node-docker-good-defaults: sample node app for Docker examples Lessons from Building Node Apps in Docker (2019) Intro Guide to Dockerfile Best Practices – Docker Blog rocker-org/rocker: R configurations for Docker Most Recurring Word on each Country s Wikipedia Page – felixluginbuhl.com The Hardest Part About Microservices: Your Data Software Blog I wasted $40k on a fantastic…

  • UNIQUE ID inside an Angular Component

    If you use an id for a HTML element inside your angular component and then use document.getElementById to retrieve it,bear in mind that someone can have multiple instances of your component on the same page. So here is a simple trick to deal with 1. In the HTML component put <div [id]=”‘htmlOutput’+myId”></div> 2. In the…

I am ok , you are ok