How to change the console screen color.

For changing the background color in a console screen

Console.BackgroundColor = ConsoleColor.Red 

For changing the color of the fonts in foreground

Console.ForegroundColor = ConsoleColor.Red 

Comments

Popular posts from this blog

What is Monitoring in SharePoint 2103? What are the other option in SharePoint 2013?

How to use lamda expression for updating using LINQ

How to post data in MVC using form collection for Beginners.