This is quick blog post about stopping executing void method. So, how to stop executing void return type method? We just need to use ‘return’ statement itself, for example: If we pass 0 as first argument then we won’t get print from next line.
Monthly Archives: July 2020
Run a site using the IIS Express in command line
Useful when we are writing tests and working with Selenium, and we want to inspect some element on page with DevTools. Open a command prompt and run the following command with appropriate paths: This command runs the app on http://localhost:9777