So much of modern programming is about string manipulation. Whether it’s parsing XML content, building HTML for the browser or trying to understand what the user just typed into that text entry field, ...
I need to connect to a SQL server that is in a different domain (completely different active directory forest) but the server is only configured for WindowsAuth and I can't change that. Obviously, I ...