Strona głównaUżytkownik

j_boczek | użytkownik

j_boczek
j_boczek
125,02
2576 dni, 13 godzin, 1 minutę temu
22 lutego, 2017
dotnetomaniak.pl

Almost every application needs some kind of config. We can store it in file, database or cloud. But have we got any solution to help us manage those configs?Configuration Configuration builder provides a way to manage name-value configuration even from multiple sources.

Configuration in .Net Core 1.1 console project | Build solution

Daj się poznać 2017 2575 dni, 23 godziny, 40 minut temu j_boczek 26 źrodło rozwiń

Sometimes we have to change author of the pushed commit. How to do it without much efford? Today I stuck on similar problem. I was using SourceTree to commit some changes to be available on my second computer… Unfortunately I didn’t realise which user is associated with it. Just after push saw wrong author next to the commit.

Changing author of the pushed git commit in opensource project | Build solution

Daj się poznać 2017 2587 dni, 22 godziny, 26 minut temu j_boczek 21 źrodło rozwiń

Article covers journal service architecture and tech stack that will be used to implement it.Role: One of the core functionality of Mindy app will be journaling.

Tech stack for the document service | Build solution

Daj się poznać 2017 środa, 15 marca 2017 06:20:13 GMT j_boczek 8 spam? źrodło rozwiń

Using Rancher UI to mange docker containers is one of the best way to have control over your containers. What Rancher gives us is a nice interface and tools

Źródło: buildsolution.net
Dziel się z innymi:
Using Rancher UI to manage docker containers | Build solution

Narzędzia 2591 dni, 9 godzin, 17 minut temu j_boczek 57 źrodło rozwiń

Here it comes… The base assumptions of project called Mindy. What was the genesis and how I found out the idea.

Idea and assumptions for Mindy application | Build solution

Daj się poznać 2017 poniedziałek, 6 marca 2017 22:50:12 GMT j_boczek 4 spam? źrodło rozwiń

Hi there! I’ve just had to sort some list alphabetically with specific values on top. Here is one of the possible solution. Worth to know:OrderBy sorts items in ascending order [a, b, c, d] [1,2,3,4]Can be use with boolean functionFalse = 0True = 1 So if we use: list.OrderBy(item => item == "Cat"); Item that equals „Cat” will be placed as last element, because as the only element returns true(1) as a result + as it was mention before OrderBy s...

Tagi: .Net, C#, dotnet, problem
Źródło: buildsolution.net
Dziel się z innymi:
OrderBy with boolean value | How to put specific values on top of the list | Build solution

Sztuka programowania 2606 dni, 9 godzin, 40 minut temu j_boczek 75 źrodło rozwiń

Najaktywniejsi w tym miesiącu