[Mono-list] ASP.Net & Mono
Alan Knowles
alan@akbkhome.com
Sun, 13 Feb 2005 08:59:11 +0800
>1- Is mono's asp.net technology ready for a production server environment?
>i.e.: is it reliable at this stage?
>
>
Seemed ok here, but I was only using it as a development enviroment,
before moving stuff to a MS box.
Interestingly This one worked on mono, but didnt compile on the MS box:
print("some string" +
+ "with an extra plus");
>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.
>
Having tried this, I'm tempted to say, you need a visual enviroment with
C# (and probably VS.NET), unlike PHP which is a clear and relatively
verbose language. the use of namespaces, and implied scoping for method
calls and properties, makes reading and editing it without an editor
painful, if not impossible. Add to this, the rather large class library
and available methods to those classes, you will spend alot of time
hunting for documentation (some of which is still very sparse,even on
MS's site).
It sounds like mono-develop has autocompletion, which should help alot
(although last time I tried it didnt recogize things like
myfile.asp.inc, as it depended on mimetype recognision for language
recognision).
> Is there a good book that doesn't
>require visual studio's wizards and other tools?
>Are there some links you find useful?
>
>
The best resource I found was monodoc, (alot of the time it's clearer
and easier to use than microsofts docs), other than that mostly google :)
Regards
Alan
>I'm sure I'll have more questions later. :)
>
>Thanks,
>
>Kevin
>--
>Kevin White
>jedirunner@gmail.com
>_______________________________________________
>Mono-list maillist - Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>
>_______________________________________________
>Mono-list maillist - Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>
>