| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What does the following SQL statement return, assuming that
all tables and column names are correct?
SELECT FirstName, StreetAddress
FROM Employees
JOIN AddressBook
ON Employees.EmpID = AddressBook.EmpID
a) Nothing, the JOIN syntax is wrong.
b) All the records form the Employees table, and only the
matching ones form the StreetAddress table.
c) All the records from the StreetAddress table and only the
matching records form the Employees table.
d) Only the matching records from the two tables.
| Syntax-Softtech | 4 |
| What is the difference between response.redirect and
server.transfer, how to choose one among the other? | 247Customer | 2 |
| Can i have both C# and vb.net code in same assembly?how? | Wipro | 4 |
| How to do Caching in ASP? | | 1 |
| hi .net gurus
here is my question " how does impersonate in asp.net works?
explain with good example" | Wipro | 2 |
| In the context of a comparison, what is object identity
versus object equivalence? | | 1 |
| What are session variables?
| Microsoft | 2 |
| what is assembly? | Microsoft | 2 |
| Does C# support static class?Is Static class be inherited by
any class? | | 2 |
| What type of code (server or client) is found in a Code-
Behind class?
| | 1 |
| what is diffrance between response.write &
response.output.write | CTS | 4 |
| How to implement caching? | Microsoft | 1 |
| Difference between ISQL and OSQL?? | | 1 |
| what are the events in ASP.net page life cycle?
| | 1 |
| What is the method used to load generated dataset with data
on the DataAdapter control ? | | 3 |
| Is it possible to use two versions of assembly at the same
time?If possible explain with code? | Tech-Mahindra | 3 |
| what do you mean software devlopment ? | HCL | 6 |
| Which class provides methods that can be used to manage role
membership to be used in user authorization? | Wipro | 3 |
| best .net institute in hyderabad | | 3 |
| What is the use of The Page.Master Property? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |