[Mono-list] ASP.Net & Mono

George Birbilis George Birbilis" <birbilis@kagi.com
Sun, 13 Feb 2005 04:25:38 +0200


>>2- Where can I learn ASP.Net without needing visual studio.net.  I don't
>>want to use a project-based environment to write the pages.  I want to
>>learn
>>to write asp.net web apps from scratch.

get ASP.net WebMatrix (think it's at www.asp.net)

else maybe try Visual Web Developper 2005 beta1 from
http://lab.msdn.microsoft.com/express

note that in VS.net you can work at the HTML instead of the design mode of
ASP.net and sometimes if you want to have clean HTML code in your ASPX pages
you may want to work in the HTML. Right click the .aspx file you want in the
solution explorer and select "Open With" to open with HTML editor (select
"automatic encoding" there) instead of the ASP.net webform designer. Can
also set that action (or other custom one you wish - say open in Notepad or
whereever) to be the default one when you double-click such a file in the
solution explorer

-----
George Birbilis (birbilis@kagi.com)
Microsoft Most Valuable Professional
MVP J# for 2004 & 2005
http://www.kagi.com/birbilis
--------------