You can't. But you can do a google search for Microsoft .NET 2005 beta. You can't publish any applications with it, but it's a start into seeing how it works.
If you get "SAMS Teach Yourself Visual Basic.NET in 24 Hours" it has a copy of the 60 day Trial Version of Visual Studio Microsoft Visual Studio .NET 2003 on DVD-ROM.
Otherwise I think Microsoft wil provide it for about $10
You just need to download the framework and be running iis on your personal machine (install iis first, then the framework). You also need to have the SDK if you want to compile anything using csc or vbc, otherwise you can run it like a script. You could also find a webhost that supports asp.net. YOu could buy just C# or VB.NET standard for about 100$ also. You got lots of options.
Originally posted by mattyblah You just need to download the framework and be running iis on your personal machine (install iis first, then the framework). You also need to have the SDK if you want to compile anything using csc or vbc, otherwise you can run it like a script. You could also find a webhost that supports asp.net. YOu could buy just C# or VB.NET standard for about 100$ also. You got lots of options.
You cant very well run IIS from xp home or 2000 home or non nt based windows. Cassini or mono are free solutions to this.
You can't get a free visual studio but you can download the .NET framework SDK for free. If you are a student you can get the Visual Studio for about $100.00. However you don't need it to run .NET programs.
To get started without a development studio. Go to the http://www.asp.net site and click the download link to get the .NET Framework Redist. Next, go to the same site and download the .NET Framework SDK link. You can now write all your code in a text editor and run it through your browser on the IIS.
Apparently, you can try it free online in 3 hour increments as many times as you want. I have no idea how useful this would be, but FWIW: http://msdn.microsoft.com/vstudio/tryit/
You can download .net framework from microsoft site. Also, you can write your code in webmatrix which is free or even notepad and compile from dosprompt. But if you are professional programmer, u need visual studio.
Originally posted by aspcoder You can download .net framework from microsoft site. Also, you can write your code in webmatrix which is free or even notepad and compile from dosprompt. But if you are professional programmer, u need visual studio.
There are many professionals who do not use visual studio. Yes you need something more then note pad but nothing binds you to vs.net. I use dream weaver myself, and I love it. I do not use dlls extnesively, so the lack of the compiler is not an issue.
Originally posted by PeOfEo There are many professionals who do not use visual studio. Yes you need something more then note pad but nothing binds you to vs.net. I use dream weaver myself, and I love it. I do not use dlls extnesively, so the lack of the compiler is not an issue.
Bookmarks