WSFed and .Net 8
By Shah Chandon. September 26, 2024. In .Net 8, the on-premise WS-Fed authentication has changed slightly. As a result the .Net 6 version of the WS-Fed authentication is no longer…
By Shah Chandon. September 26, 2024. In .Net 8, the on-premise WS-Fed authentication has changed slightly. As a result the .Net 6 version of the WS-Fed authentication is no longer…
To pipe the command line output when running an external program, we can do the following in a c# program:
If we want multiple threads to finish their work and then proceed to the next phase of processing then we might want to use thread join. Below is an example…