-
What exactly happens when ASPX page is requested from Browser?
Following are the steps which occur when we request a ASPX page :-
vThe browser sends the request to the webserver. Let us assume that the webserver at the other end is IIS.
vOnce IIS receives the request he looks on which engine can serve this request.When I mean engine means the DLL who can parse this page or compile and send a response back to browser. Which request to map to... -
How can we fine tune the command object when we are expecting a single row or a single value ?
Again CommandBehaviour enumeration provides two values SingleResult and SingleRow.If you are expecting a single value then pass “CommandBehaviour.SingleResult” and the query is optimized accordingly, if you are expecting single row then pass“CommandBehaviour.SingleRow” and query is optimized according to single row.
-
What is the use of command objects and what are the methods provided by the command object ?
They are used to connect connection object to Datareader or dataset. Following are the methods provided by command object ExecuteNonQuery :- Executes the command defined in the Command Text property against the connection defined in the Connection property for a query that does not return any row (an UPDATE, DELETE or INSERT). Returns an Integer indicating the number of rows affected by the query.ExecuteReader...
-
Tier 3 Microsoft Support Engineer Interview
I just got out of a panel interview at Microsoft. There were three interviewers and me the interviewee. Two of the individuals asked the bulk of the questions and the other took notes. I noticed a distinctive style to each interviewers roles for the interview. One person asked fairly easy straight-forward technique and process questions.The other would ask troubleshooting scenario questions. For example,...
-
Project Flow and Architecture
What is Project Flow and Architecture for any .NET project ?
-
Quantity Allocation
In Microsoft Project. Why the qty allocation must be done. What is the Interlink Between MSP & CEMA.
-
-
Microsoft Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans