What is C# and How to set path in C#

0
What is C# and How we set path in C#:-


C# is the object-oriented programming language, which is used to create a . NET-based application.


Every Windows machine has .NET Framework by Default no need to install it because Windows User Interface Part has been developed by .NET



If we want to compile and execute C# Program Under Command Prompt Then First we open cmd and Copy Default Path  C:\Windows\Microsoft.NET\Framework\v4.0.30319 and Paste into the command prompt using the following command.

Set path=C:\Windows\Microsoft.NET\Framework\v4.0.30319

If we want to set a permanent path under windows.


Right Click on MyComputer|This PC ---->  Properties  ---> Advanced System Setting--->Environment Variable ---->

Variable name:-   path

Variable value:-  C:\Windows\Microsoft.NET\Framework\v4.0.30319

Click on OK, OK then OK, PATH will be Set




Tags

Post a Comment

0Comments

POST Answer of Questions and ASK to Doubt

Post a Comment (0)