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

  • Friday Links 377

    How Software Groups Rot: Legacy of the Expert Beginner – DaedTech How to hire a senior developer // Tom’s ramblings SQL Server Management Studio Tips – SQLServerCentral SimpleHelpers are here to save the day! – CodeProject Parsing in C#: all the tools and libraries you can use agebase/projects-for-trello: Projects for Trello is a Chrome Extension…

  • Poor software developer simple changelog for CD

    TL;DR; : Simple change log for Nuget Packages made with GIT Commands and Azure Devops The NetCoreBlockly project have different versions on Nuget: https://www.nuget.org/packages/NetCore2Blockly/  . When I decide to put a new version on Nuget,it is enough to modify in the azure-pipelines.yml the deployNuget: ‘0’ from 0 to 1 and AzureDevOps takes care of the…

  • Friday Links 376

    Hobbyist developers will make $30 million via ‘Roblox’ this year IResult – A Robust Option Type for C# – CodeProject GitHub – App-vNext/Polly: Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry,Circuit Breaker,Timeout,Bulkhead Isolation,and Fallback in a fluent and thread-safe manner. Polly targets .NET 4.0,.NET 4.5 and…

  • Presenter at DevTalks

    I was presenter at DevTalks : https://myconnector.ro/virtual/devtalks-reimagined/295/agenda/3158 I have had a presentation about Docker –  used with .NET,Angular,Sql,Jenkins … You can find the presentation at https://ignatandrei.github.io/Presentations/DockerForDevsprez.html#1 The code is at https://ignatandrei.github.io/Presentations/DockerForDevs.zip  

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

  • Friday Links 375

    Steve Blank Why good people leave large tech companies Steve Blank Startup Tools The Top of My Todo List Core QE Agile – Agile Board – jira.ea.com Exploring refit,an automatic type-safe REST library for .NET Standard – Scott Hanselman paulcbetts/refit: The automatic type-safe REST library for Xamarin and .NET paulcbetts/punchclock: Make sure your asynchronous operations…

  • [ADCES] Build 2020 si Masa Rotunda

    Tuesday,June 9,at 7 pm,there will be a new ADCES meetup about Build 2020 – Whats new & Roundtable on migration Presenters Andrei Ignat and Radu Iovescu More details at https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/270784858/ I’m waiting for you ! Thanks, Andrew

  • .NET Core local tools

    ( Video at https://youtu.be/iHLRBxi4S7c ) .NET Core has the concept of “local tools”  – that means,tools for a solution / project. That is different from “global tools”  by the fact that you can have it registered for the solution in a \.config\dotnet-tools.json file. You can read about those at https://docs.microsoft.com/en-us/dotnet/core/tools/local-tools-how-to-use But I want to show you my…

  • Friday Links 374

    JWT Validation and Authorization in ASP.NET Core | .NET Web Development and Tools Blog IdentityServer/IdentityServer4: OpenID Connect and OAuth 2.0 Framework for ASP.NET Core openiddict/openiddict-core: Easy-to-use OpenID Connect server for ASP.NET Core Issues · botui/botui The AI Hierarchy of Needs – Hacker Noon Dictate-Speech Recognition for Microsoft Office Database Code Analysis – Simple Talk Analysing…

I am ok , you are ok