Showing posts from September, 2020

Get current branch name in Git

Sometime there may be cases when we need to know the current branch we are working with. There are a number of ways to get …

Changing username in Git repo

Git uses a username to associate commits with an identity. You can change the name that is associated with your Git commits…

Asp.Net Core startup configuration

The Startup class configures services and the app's request pipeline. Startup class contained in Startup.cs in the root…

C# 8.0 Readonly members

C# 8.0 is supported on .NET Core 3.x and .NET Standard 2.1. Readonly members Readonly members feature is introduced in C# ve…

Load More
That is All