|
-
Jun 15th, 2006, 02:12 PM
#1
Thread Starter
<?="Moderator"?>
ASP interview questions
Hey I have a job interview tomorrow and part of it is a small task related to ASP. I haven't used ASP in a while and I'm a little rusty? Is there anything I should look at first to refresh my memory? Basic database connectivity and IO? Any feed back would be great
Thanks
-
Jun 15th, 2006, 03:09 PM
#2
PowerPoster
Re: ASP interview questions
Good place to start ..
http://www.w3schools.com/vbscript/default.asp
http://www.w3schools.com/asp/default.asp
Now if they ask about asp.net thats a whole different thing ..
-
Jun 15th, 2006, 03:15 PM
#3
Hyperactive Member
Re: ASP interview questions
As long as you are familiar with other languages I would just brush up on some of the terminology that appplies to ASP and scripting languages in general.
for ASP
1. Post vs. Get (querystrings,request and response objects)
2. Session object
3. Basic DB connection strings
4. Recordsets
5. Error Handling
6. Using Include files
7. Classes (more advanced topic but general understanding)
8. Instatiating COM
Truly, you have a dizzying intellect.
-
Jun 15th, 2006, 03:21 PM
#4
PowerPoster
Re: ASP interview questions
good list .. also might want to take a quick look at reg expressions incase the subject comes up .. a little advanced also..
and lets not forget the infamous File System Object ..
and definately most of the functions here ..
http://www.w3schools.com/vbscript/vb..._functions.asp
-
Jun 15th, 2006, 03:36 PM
#5
Thread Starter
<?="Moderator"?>
Re: ASP interview questions
Cheers for the links and advice, all comming back to me, like riding a bike 
Thanks for the list, I was just googling and looking about but now can make sure I have all my bases covered
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|