Quick tips Dotnet Executing assembly location in a Dotnet (core) single file app How to get Assembly location for modern .NET projects embedded in a single-file app.
Quick tips Dotnet Private Nuget feed in Docker .Net Core application Using public Nuget from Nuget.org is always easy, you just need internet connection. But when you need private Nuget feed it sometimes doesn’t want to work, especially in isolated Docker container.
Quick tips Disable ctrl+shift shortcut in Windows 10 to stop language switch keyboard layout hot key Every Windows user knows that typing CTRL + SHIFT changes keyboard layout and that typing it by mistake is easy, which can be really annoying. Luckily this can be changed.
Docker Dotnet Optimize Docker .NET Core project and docker-compose solution to reduce build image time Docker has built in great cache mechanism, but to be able to use it, you have to understand how it works. Let’s dive into it, to build .NET Core Docker images faster.
Git Introduction to Git Bisect with CodeceptJS automation example Many developers have heard about Git Bisect, but only few gave it a try. It’s a pity, because it can… find a bug without your attention!
Quick tips Sql Error in MSSMS: Attempt to retrieve data for object failed. Invalid Urn filter... When you work with MS SQL Server in Docker container, you may come across problem with Microsoft SQL Server Management Studio. See what’s going on.
Docker Sql Initialize MS SQL in Docker container - create database at startup Microsoft SQL Server is available for Linux so we can run it from Docker container, but usually we need to initialize database at startup, which currently is a bit tricky.
Quick tips Docker Docker run problem no such file or directory (or other strange message) When you cannot start Docker container correctly and have problems like No such file or directory or some other unintuitive message, there is one thing you should check first…
Quick tips Docker Docker logs from last run container Running Docker containers is what we do often, so it’s good to know how to do it to see Docker logs immediately.
Quick tips Git Error 459 - permission denied while trying to run git bisect with script How to fix error occurring during git bisect run - 459: /usr/lib/git-core/git-bisect: script.sh: Permission denied.
Linux Git Security Store Git SSH key pair in Linux with Libsecret to skip asking for credentials If you have to connect to Git via SSH, your usual credential manager may be not enough. Read how to avoid entering password every time on your Linux device.
Docker Dotnet Sql Docker compose introduction - Dotnet core app composed with MySQL Database Introduction to docker-compose - basic aspects explained with .NET Core app and MySQL DB composed together.
Docker Dotnet Multi-project .net core solution in Docker image Creating Docker images from dotnet solution with project references is easy when you understand basics of Docker commands, but writing proper Dockerfile can be tricky for beginners.
Quick tips Linux TFS Linux Agent with error: The user's home directory could not be determined How to fix problem with dotnet restore on TFS 2017 Linux agent - The user’s home directory could not be determined.
Quick tips Error using jquery-csv: $.csv is undefined Javascript has nice tool to read and transform csv data, with handy api but with unexpected inconvenience as well.
Dotnet Fare (xeger) - generate string that matches regex pattern in C# Matching text using regex patterns is extremely useful. But sometimes we need to invert this process and create text which will match the regex. The solution has already been written.
Linux Git Security Libsecret - remember Git credentials in Linux Mint and Ubuntu securely Typing username and password every push is burdensome and irritating… libsecret git credential storage to the rescue.
Welcome to Software Developer Blog Hey! Welcome to Software Developer Blog, it’s great to have your attention :)