In this short note we go through the main new features of the C# 10 language. Welcome!
Top-level statements The very simple program on C# looks like the following using...
In this tutorial, we're going to go through two new .NET types - `System.Index`, `System.Range` and cover appropriate operators: `^` and `..`. If you are interested in learning more about C# language, this is for you.
Creating a new folder in Visual Studio manually (by using mouse) is bit annoying process. I like to use shortcuts for such kind of routines. And this note show several options how to create new folder in Visual Studio by using shortcuts.
Recently we faced a challenge to set an offset for different types of build (e.g. production/test builds). Searching over the internet had a lack of answers to the question of how to change `run_number` or how to increment it. After a good bit of time spent on documentation investigation, we came up with a solution.
Previously we went through launching Android emulator without installing Android studio. In this note...
Recently I've listened to talks on GitCommitShow. One of them was about becoming a product manager by...
This is the step-by-step note that answering the question: How to install and launch Android emulator without installing Android Studio itself.
In today’s short trip we will develop a program with using of shell language. We won’t to use find command. Our program will search all files whose names correspond to a given template. The search will be in a given subtree of the file structure.
Let's immerse in the atmosphere of the late 1960s and touch the history.
First option: Run node command as: node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng...
First way: 1) Consider we have the following commit’s history: * 493f284 2019-01-11 |...
Checkout to master branch. The command to delete all branches except master is: git branch | grep -v...