Quick way to download file using PowerShell
Fastest way to download file using PowerShell is by using WebClient.DownloadFile method from .NET class System.Net.WebClient used for downloading files … Read more
Fastest way to download file using PowerShell is by using WebClient.DownloadFile method from .NET class System.Net.WebClient used for downloading files … Read more
When working with Git after some time local repository has excess branches which create a mess. There is an easy … Read more
To create a new branch from existing one you first have to checkout new branch locally, then push it to … Read more
Deleting branches in Git is something done frequently, especially in GitFlow. Here are commands to delete local and remote branches. … Read more
There is a new option in SharePoint 2013 that allows you to re-index list or document library. You can find … Read more
System.IO.FileNotFoundException was unhandled Message=The Web application at http://devbox1.com/could not be found. Verify that you have typed the URL correctly. If … Read more