-
HealthCheckVersion–- idea – part 1
The health Check from Microsoft ( https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks ) and from Xabaril ( https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks ) are pretty impressive. ( I have done this before with a simple ping action – but this is better) I was thinking about making a simple HealthCheck – that reports the version of executing starting assembly ( And his own version…
-
Friday Links 380
ASP.NET Core MVC – Caching Tag Helpers – CodingBlast Don’t write an SPA* – Semantic Scholar DSC Resource Kit Release July 2017 | PowerShell Team Blog Good citizenship – logging from .NET libraries HTTP Request IDs | Heroku Dev Center The Biggest Data Breaches in History – Comparitech Javascript Decorator Pattern | Codementor Design Patterns:…
-
Full Projects
My first blog post in English is from 14 nov 2009 ( http://msprogrammer.serviciipeweb.ro/2009/11/14/jquery-learning/ ). It was on the time that Jquery was just integrated in VS 2010. My first blog post about programming was from 13 March 2005 (http://serviciipeweb.ro/iafblog/2005/03/13/pentru-inceput/ ). I was working on “ log4Net,NUnit,C#,asp.net,VB.Net sai VB6” ….. From the old blog in Romanian,those…
-
Friday Links 379
agebase/projects-for-trello: Projects for Trello is a Chrome Extension that adds a little bit of functionality to Trello.com to make it perfect to use with multiple projects. Projects for Trello allows you to add project labels to cards NateHark/TrelloWIPLimits: A Google Chrome extension that adds work-in-progress limits to Trello lists supporting a Kanban workflow. Four Ways…
-
.NET Core HealthChecks si Migrarea aplicatiilor .NET ( clasic + core) in Azure
Prezentare 1: ASP.NET Core HealtCheck Descriere : Monitorizare usoara a unui ecosistem ( PC,Drive,SqlServer,Jenkins,altele ) si adaugarea de HealthCheck custom la cerere. Prezentator: Andrei Ignat,http://msprogrammer.serviciipeweb.ro/ Prezentare 2: Migrare .NET in Azure Descriere: Migrarea aplicațiilor ASP.NET cu .NET Framework 3.5/4 Migrarea aplicațiilor ASP:NET Core Prezentator: Dragos Barbu,https://www.linkedin.com/in/drbarbu/ Online event : https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/271640830/ Update: Presentation…
-
Friday Links 378
Good citizenship – logging from .NET libraries damianh/LibLog: LibLog is a single file for you to either copy/paste or install via nuget,into your library/framework/application to provide a logging abstraction. Application Logging with LibLog Visual Studio Tools for Tizen | Gunnar Peipman – Programming Blog Monitoring the Nuget feed using Microsoft Flow – Brandon @ Microsoft…
-
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…
I am ok , you are ok