|
-
Mar 11th, 2002, 06:39 AM
#1
Thread Starter
New Member
.net Download
Hi all
From where i can download the .net for learning purposes.
loveneesh
-
Mar 11th, 2002, 09:39 AM
#2
From where i can download the .net for learning purposes.
msdn.microsoft.com.
Look for the .NET framework SDK. Install it. Its free
then you can use any text editor to write code.
-
Mar 11th, 2002, 09:45 AM
#3
Hyperactive Member
Notepad is king, but dos edit is god.....
..::[ kleptos]::..
- Database Administrator (MSSQL 2000)
- Application Developer (C#)
- Web Developer (ASP.NET)

-
Mar 12th, 2002, 04:13 AM
#4
Frenzied Member
How would you run the coding?
-
Mar 12th, 2002, 09:47 AM
#5
the compiler come with it and is comman line driven.
vbc.exe
the command to compile a .vb file written in notepad to an exe would be
vbc myexe.vb
and that would create an exe named myexe.exe
their are other options availble you may need like adding references to the compile, telling it to compile to a dll, etc...
just run one of these>(not sure which is correct)
vbc
vbc /?
vbc -?
one of those will show all the options...cant remember which one though so I just showed all the possibilities that it may be..:P
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|