@bobnoordam

Month: January 2020

Add an additional session host server to an existing terminal services installation

Scenario: You have an existing terminal server installation and want to add a new session host server. Procedure: Install a new server instance, and add it to the domain Open Server Manager on the existing management server Choose manage in the top right corner of the server manager, and add the new server to the […]

Code smells

Within classes Comments Putting comments inside your code risks obscuring the code, instead of making things more clear. Comment the class and the methods you expose. Keep comments out of the code itself. Only place the WHY in comments, never the WHAT. Long methods A shorter method is better readable, easier to understand en easier […]

« Previous Page