Category: mini tools list

  • [Programmer Tools] Applications

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/winget and press Execute ( You can have automation the same for your site – just contact me) Those are the application on my…

  • [Programmer Tools] Npm packages

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/npms and press Execute ( You can have automation the same for your site – just contact me) Those are my npm packages found…

  • [Programmer Tools] Powershell Modules

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/powershellModules and press Execute ( You can have automation the same for your site – just contact me) My powershell modules EPS:EPS 1.0.0 EPS…

  • [Programmer Tools] VSCode Extensions

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/extVsCode and press Execute ( You can have automation the same for your site – just contact me) Those are my VSCode extensions Angular…

  • [Programmer Tools]NuGet used

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/blocklyAutomation/automation/loadexample/nugets and press Execute ( You can have automation the same for your site – just contact me) This are the NuGet packages found…

  • [Programmer Tools]Chrome Extensions

    The list have been obtained with the help of VisualAPI,former BlocklyAutomation. You can obtain a list on your device by running dotnet tool update –global programmerall –no-cache programerall Then browse to http://localhost:37283/BlocklyAutomation/automation/loadexample/ChromeExtensions and press Execute ( You can have automation the same for your site – just contact me) Those are my Chrome Extensions: Advanced…

  • Tools 2021

    I do not have time to put in order those,so it is a simple list with all I have used in the year 2021 .   Chrome Extensions Slides Text Mode Google Arts & Culture Kingsquare HTML Validator Docs MeasureIt! Google Drive Image Checker RescueTime for Chrome and Chrome OS Language Immersion for Chrome Web…

  • Tools List 2020

    Browsers Dotnet packages VS Code Extensions GitHub Chrome Extensions Top 100 programs used in 2020 Browsers Chrome Firefox Edge IE VSCode extensions 0 aaron-bond.better-comments code –install-extension aaron-bond.better-comments 1 adamhartford.vscode-base64 code –install-extension adamhartford.vscode-base64 2 alefragnani.Bookmarks code –install-extension alefragnani.Bookmarks 3 alexkrechik.cucumberautocomplete code –install-extension alexkrechik.cucumberautocomplete 4 Angular.ng-template code –install-extension Angular.ng-template 5 christian-kohler.npm-intellisense code –install-extension christian-kohler.npm-intellisense 6 ckolkman.vscode-postgres code…

  • Fun with Moniker- naming assembly versions

    I liked the way docker generates names for every container instance – it was a funny way to differentiate them. I was thinking  – what about nuget packages – or any other release  ? I have discovered Moniker – https://github.com/alexmg/Moniker . Can be used as in docker – to generate different names at various runs.…

  • Generating outdated,licenses and thanks with .NET Core tools

    Last time (http://msprogrammer.serviciipeweb.ro/2020/06/08/net-core-local-tools/) I have discussed about local tools . Now it is time to show something in practice,beside code coverage ( detailed http://msprogrammer.serviciipeweb.ro/2019/12/09/code-coveragepart-25/ and video https://youtu.be/JvahoA0WWms  ), Let’ make something simple: generate outdated packages list,licenses and thanks. I will use this packages “dotnet-project-licenses”: { “version”: “2.1.0”, “commands”: [ “dotnet-project-licenses” ] }, “dotnetthx”: { “version”:…