I'm in a detached HEAD state but have made a bunch of commits while in detached HEAD that I can't lose. Is there a way to undo the detached HEAD state without l
Background We are using Azure DevOps Server 2020 at our company. (Version Azure DevOps Server 2020 Update 1.1, installed from here) We are using the XML process
I'm trying to access a REST service in a WCF server from power BI using Windows Authentication. Currently the web request from Power BI is done to a nodejs serv
I have the sales for items by week (D4:L6). I want to calculate the week number of the first sale and week number of the last sale (B4:C6). I don't know how to
I have some Java classes that are executed as a batch process. I am using Logback and I want to use FQCN of the main class in the log file name. For example, I
For Spring based Rest API, in order to write JUnit test cases, do I need an established database connection or can i have a mock database. Can I get some sugges