English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1.Why do we often need to encode querystring values inside a URL using the Server.UrlEncode() method?
2.What is Smart Navigation?
3.Is cookie absolutely necessary to have sessions?
4.How many HTML Form objects can you have for ASP.NET postback?
5.What is SQL injection?
6.What is a "prepared statement" in SQL?
7.Can you overload an ASP.NET web service method with the same method name?
8.What is a threadpool?
9.What does the lock() statement do?
10.Which of the following SQL statements execute fastest?*

INSERT INTO table1 (id) VALUES (1); INSERT INTO table1 (id) VALUES (2);
INSERT INTO table1 VALUES (1); INSERT INTO table1 VALUES (2);
BEGIN; INSERT INTO table1 (id) VALUES (1); INSERT INTO table1 (id) VALUES (2); COMMIT;
INSERT INTO table1 (id) SELECT 1; INSERT INTO table1 (id) SELECT 2;

2006-07-29 16:40:33 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

Actually, the answers are here:

http://www.yale.edu/pclt/COMM/TCPIP.HTM
http://www.mysql.com/
http://www.allaboutcookies.org/manage-cookies/

2006-07-29 16:47:35 · answer #1 · answered by Anonymous · 1 1

Do your own homework.

2006-07-29 16:42:44 · answer #2 · answered by glenbrent 2 · 0 0

Indeed. Do your own homework.

2006-07-29 16:43:45 · answer #3 · answered by Arsh 3 · 0 0

homework?

2006-07-29 18:10:08 · answer #4 · answered by JNz30_0 2 · 0 0

fedest.com, questions and answers