.Net
01. C#
using System;
namespace h4rithd
{
class welcome
{
static void Main(string[] args)
{
Console.WriteLine("welcome to h4rithd.com\r\n");
}
}
}## ------------------| Choose version
dir dir c:\Windows\Microsoft.NET\Framework64\v*
dir c:\Windows\Microsoft.NET\Framework\v*
## ------------------| Complie
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe filename.cs
dir ! find "filename.exe"
.\filename.exe02. DotNet Core
02.1 Getting Started
02.2 Create Applications
CLI Application
ASP.NET Core
DLL Application
Last updated
