hello
when we intend to use c# We installed a dotnetframework in a windows machine.
my question is
Can I develop software and run c# (console application in a machine without windows installed ?
Or is there dotnet framework run for dos ?
thank you
denny
Loading
Kirtan PatelPosted Dec 28, 2009, 7:23 AM
once you have .net framework working you can develop programs without any interface .
but still try it once and let me tell the result . i m also interested to know the result ..
try this
C:\Windows\Microsoft.NET\Framework\v3.5 copy this folder to machine ..after installing .net on some other machine
Folder and try to run csc.exe from dos see if it works or not
denny simonPosted Dec 28, 2009, 7:11 AM
just to make more clear
is there dotnetframework installed from dos ? or any operating system like dos.
so I needn't to install windows ?
thank you
denny
Kirtan PatelPosted Dec 28, 2009, 4:41 AM
so by using csc.exe you can compile c# Applications
check out my article How to Compile Programs using csc.exe
http://www.c-sharpcorner.com/UploadFile/kirtan007/CreateGUI10312009153953PM/CreateGUI.aspx?ArticleID=677b9a96-e3fc-43ad-9f7e-730e8f559d09
if my answer helped you then please check "Do you like this answer" check box :)