Class, extends and super in JavaScript
07 Jan 2020Classes were introduced to JavaScript in ECMAScript 2015. Even though it was about 5 years ago, I still want to drop a quick note about this feature.
Classes were introduced to JavaScript in ECMAScript 2015. Even though it was about 5 years ago, I still want to drop a quick note about this feature.
If you are just like me tired of messing with authorization header for every request in a collection then you’re welcome for a very helpful solution.
Hey folks. Even though App Configuration is still in preview mode, I completely agree he is a bit of a hidden gem. So by the end of this post, I’d like you to know his top 5 most impressive features. Let’s get started.
Hey guys! Today, I’d like to tell you about a new azure service called Azure App Configuration.
I have recently been asked to design a solution architecture to analyze store customers. The key feature of the solution is to recognize human emotions and provide reports based on collected data.
Do you know that by default Azure Blob storage does not give you an opportunity to group your blobs with folders? But this post is intended to share with you one workaround. Feel free to find out the source codes at the end.
If the existence of a difference between using an array’s and list’s indexers in .NET makes surprised not only me but you as well, then let’s try to puzzle it out.
Today I’d like to take a look at a new version of SignalR package (to be honest, it’s official name is Microsoft.AspNetCore.Signalr
) and implement a currency broadcaster sample.
Some time ago I decided to sort out internal details of .NET Core CLR and today I’d like to share with you the most surprising things that I found during this simple investigation.
В сегодняшней заметке я хотел бы поведать вам о коротком приключении по написанию своего маппера для .NET Standard 2.0. Ссылка на github и результаты benchmark’ов прилагаются.