Bear in mind that you only need to install the framework if
you're running the code -- which includes using WebMatrix, a .NET
application -- and generally you don't need to *explicitly* compile the
code if you're just writing ASP.NET pages (hardly any of the
LearnASP.com examples require you to run a compiler).-----Original Message----- From: [email protected] On Behalf Of Dean Fiala Agree with Peter, somethings you can't just fake, so time to get busy writing code. and learnasp.com has a lot fo good examples. But if you don't have access to Visual Studio, you can still write .NET code. All you need is a text editor, such as Notepad. In fact, a solid chunk of the learnasp code was probably written in Notepad. Then to compile it you need the .NET Framework SDK, available free form our good friends at Microsoft. http://msdn.microsoft.com/netframework/ Download the framework and install it first http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4 842-8157-034D1E7CF3A3&displaylang=en Then get the SDK, which has the compiler all the other goodies you need http://www.microsoft.com/downloads/details.aspx?familyid=9b3a2ca6-3647-4 070-9f41-a333c6b9181d&displaylang=en If notepad isn't helpful enough, and you'd like a free IDE tool, check out WebMatrix... http://www.asp.net/webmatrix/download.aspx?tabindex=4 Gives you a lot of the same goodies as Visual Studio. On 8/4/05, Peter Brunone <[EMAIL PROTECTED]> wrote: > > Well, if you've lied on your application, we can't really help > you gain a year of experience that you don't have. I'd suggest > starting at LearnASP.com and going through all the samples. There's > an enormous amount of sample code to read, and if you're the sort that > learns by doing, then you'll get a good start there. > > -----Original Message----- > From: [email protected] On Behalf Of srikanth > > hi all, > > can any one explain me how to write code af asp.net and > vb.net with out using visualstudio.net and please specify me the > number of ways to write code with out using visual studio.net and how > to execute this? > > i think most of the dot net developers r writting code with > out using visual studio.net iam very much confused of this as iam > fresher i need to apply for a job with 1yr of fake experience > > please tell me in detail ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hd2vhfm/M=362131.6882499.7825260.1510227/D=groups/S=1705006764:TM/Y=YAHOO/EXP=1123168977/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
