M
Metre Meter
Hi,
I have a few questions about ASP.Net, as I've been using it for a
while but my knowledge of the "big picture" is patchy in some areas.
Any help would be appreciated...
- Where is the line between "native" language features (e.g. in
JScript), and those features which are part of .Net (or whatever),
common to all .Net languages? Or put another way, how are the .Net
facilities "mapped" onto a particular language? (I'm sorry of this
question is somewhat vague...)
- In a closely-related matter, do any languages have issues accessing
the full ASP.Net environment and facilities? For example, I found
accessing .Net Collections in JScript problematic (though I eventually
worked out how to do it).
- What support to I have for the "native" Windows features under
ASP.Net? Is everything done through the CLR? Can I access ADO COM
objects in a moderately straightforward manner with ASP.Net, or does
everything have to be done via the .Net facilities?
- Which is the best way to stucture my programs made up of multiple
files- via #includes or via <script> tags? Should I really be
developing ASP.Net "by hand" or using Visual Studio anyway?
- MM
I have a few questions about ASP.Net, as I've been using it for a
while but my knowledge of the "big picture" is patchy in some areas.
Any help would be appreciated...
- Where is the line between "native" language features (e.g. in
JScript), and those features which are part of .Net (or whatever),
common to all .Net languages? Or put another way, how are the .Net
facilities "mapped" onto a particular language? (I'm sorry of this
question is somewhat vague...)
- In a closely-related matter, do any languages have issues accessing
the full ASP.Net environment and facilities? For example, I found
accessing .Net Collections in JScript problematic (though I eventually
worked out how to do it).
- What support to I have for the "native" Windows features under
ASP.Net? Is everything done through the CLR? Can I access ADO COM
objects in a moderately straightforward manner with ASP.Net, or does
everything have to be done via the .Net facilities?
- Which is the best way to stucture my programs made up of multiple
files- via #includes or via <script> tags? Should I really be
developing ASP.Net "by hand" or using Visual Studio anyway?
- MM