I would like to recommend below articles to read by you. I think that they are interesting š I’m going to publish posts containing list like below every week.
Continue reading “Read it #1”
Background services with IHostedService
I would like to present how to make background services in asp.net core with IHostedService.
What isĀ IHostedService
You can useĀ IHostedService to create background tasks in asp.net core projects. I usedĀ Quartz.NETĀ to similar purposes in the past. I do not want to compare them because it is not purpose of this article :-). So, if you want to create background task you can do that by implementing IHostedService. It’s very simple š
RestSharp – Simple REST and HTTP API Client for .NET
I would like to present you a simple .NET client for REST and HTTP API – RestSharp.
Continue reading “RestSharp – Simple REST and HTTP API Client for .NET”
jackbox.js – library to notifications
I would like to indroduce java script library to show notifications on web page.
First of all we need to download jackbox.js. You can download it from github: https://github.com/ja1984/jackbox. You can find full documentation of jackbox.js there also.
Continue reading “jackbox.js – library to notifications”
RabbitMq and .net core
I would like to show how to use RabbitMQ and .NET Core. So, I prepared example email queue to send emails.
Continue reading “RabbitMq and .net core”
backbone.js + WebAPI
I’ll present you how to use backbone.js with WebAPI. If you don’t know anything about backbone.js you can find useful links in this artcile also.
Continue reading “backbone.js + WebAPI”
Android Studio – short keys
I decide to write about short keys in Android Studio which I use mostly. But I found great articles about them and you can find also links to those articles.
Continue reading “Android Studio – short keys”
Angular.js with WebAPI
I want to show you how to integrate WebAPI and angular.js It won’t be very complex example but it could be helpful at the begining. So, I want to create simple web to store contacts.
Continue reading “Angular.js with WebAPI”
Polly – exception handling policies
Sometimes we want to repeat attempt after first unsuccessful attempt. Sometimes when we get exception it is timeout or something like that. So, we could repeat again and maybe we do what we want. I think that you can use Polly for it.
Continue reading “Polly – exception handling policies”
Fuzzy Wuzzy
I want to show you useful python library to string matching. It’s very easy to use.
Continue reading “Fuzzy Wuzzy”