inungh said:
I need select a language when I create the ASP.NET. It seems that one
web page I can only use one language. Am I rgiht?
I just wonder the select list only VB and C#. Does ASP.NET support any
other language like Java, Delphi or C++?
..NET Supports any language in theory, as long as the language supports a few
base requirements.
I like C# and Delphi (I used to use Visual Basic 6, and it was horrid.
VB.NET looks too similar!)
If you want to use Delphi for .NET then check out RAD Studio 2007.
I must say however, I do prefer Visual Studio and C#, C# is very similar to
Java. Visual Studio is also much nicer to use than Rad Studio IMO,
especially when creating ASP.NET pages (if you want standard's compliant
code).
There is no Java for .NET (there was J# but I believe this is no longer
supported. Certainly it's nowhere to be seen in my copy of VS 2008).
If you're new to .NET then using one of the Microsoft backed languages will
help, as all the reference material is in C# and VB. However as I found out,
by learning .NET with Delphi - you're forced to think a little more because
there's no temptation to copy and paste
-
Marc