C# Code – explanation of a controller
These are the using directives at the beginning of the file. They specify which namespaces the code will use. Microsoft.AspNetCore.Mvc…
These are the using directives at the beginning of the file. They specify which namespaces the code will use. Microsoft.AspNetCore.Mvc…
let’s say you would like to measure the time from 1 point in time to another. The solution is to…
Usage: save a file named ‘conv.py’ Open it and edit the name of your README file. Execute with: The End.
Explanation: examples as follows: Spread Operator (...) used to spread the elements of an iterable (for example an array, string,…
Let’s say, need a character string like this “64d3ab4de4bae1091e5de441” wiht only digitnumbers, lowercase and Upper case letters from a to…
the step of sintalling docker, is the same for everyone, navigate to “https://www.docker.com/products/docker-desktop/” and install. Once installed, log out and…
Recursively, enters each folder and executes the “git status” command in each folder. It can also be modified to be…
Initialize git init . Create your first commit (step required): git commit --allow-empty -m "Initial commit" the default name is…
Linux Fedora 38, is the most recent as of today Fedora version, released on April 17th, 2023. It can be…