1) Which of the following statements are true with respect to Data Reader? I. Data Reader is used to read data one record at a time only. II. While a Data Reader is open, the connection used by the Reader is held exclusively by that reader. III. Data Reader can be used to execute only [...]
Tags: DotNet Interview Questions, C# Interview Questions, DotNet Quiz
ASP.NETInterview Questions Describe the role of inetinfo.exe, aspnet_isapi.dllandaspnet_wp.exe in the page loading process. inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension), the ISAPI filter aspnet_isapi.dll takes care of it by passing the request tothe actual worker process aspnet_wp.exe. What’s the [...]
Tags: Aavanor Walkin, DotNet Interview Questions