You need to ensure that new instances of Connection can be created only by other classes by calling the Create method
You need to ensure that the method extracts a list of URLs that match the following pattern: @http://(www\\.)?([^\\.]+)\\.com; Which code should you insert at line 07?
You need to use different databases during the development phase and the testing phase by using conditional compilation techniques