what is C# in basic and code

what is C# in basic and code

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;

namespace HelloWorld
{
	public class Program
	{
		public static void Main(string[] args)
		{
			Console.WriteLine("Hello, World!");
		}
	}
}

 

Author
Divyansh Gupta
34 6.4k 4.4k
Next » How To Insert SharePoint List Item To MS SQL Server Using PowerShell