"Hello World!" in C#

 

using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Mindcracker.InterfaceLayer;
using Mindcracker.Data.ConfigurationHelper;
using log4net;

 

 

// Hello World! program
namespace HelloWorld
{
        class Hello {         
           static void Main(string[] args)
           {
               System.Console.WriteLine("Hello World!");
           }
    }
}
<body>
<h1 style="background-color:powderblue;">This is a heading</h1>
<p style="background-color:tomato;">This is a paragraph.</p>
</body>

 

Next Recommended Reading
Deserialize a nested json in c#

Denny Cherry & Associates Consulting Appears on the Inc. 5000