TAILIEUCHUNG - Net Interview Questions Quick Reference and FAQ

From constructor to destructor (taking into consideration Dispose() and the concept of nondeterministic finalization), what are the events fired as part of the lifecycle. Why are they important? What interesting things can you do at each? As all of us know a request comes from Client (Browser) and sends to Server (we call it as Web server) in turn server process the request and sends response back to the client in according to the client request. But internally in the web server there is quite interesting process that happens. To get aware of that process we should first of all know about the architecture. | 2011 Net Interview Questions Quick Reference and FAQ General questions specifically from IT and .NET interviews point of view. Best for Fresher and students who want to have a feel of what .NET questions are asked in multinational companies. Abhishek Goenka CIBERSITES INDIA Version .Net Interview Questions 2011 Interview Questions From constructor to destructor taking into consideration Dispose and the concept of non-deterministic finalization what are the events fired as part of the lifecycle. Why are they important What interesting things can you do at each As all of us know a request comes from Client Browser and sends to Server we call it as Web server in turn server process the request and sends response back to the client in according to the client request. But internally in the web server there is quite interesting process that happens. To get aware of that process we should first of all know about the architecture of the IIS It mainly consists of 3 Parts Files ISAPI Filer Container for Internet Server Application Interface dlls Worker Process is the request handler that handles the requests from the client .If it s for static resources like HTML files or image files process the request and sent to client. If the request is with extension aspx asp processes the request to API filter. ISAPI filter will have several runtime modules called as ISAPI extensions. To process the request ISAPI filter takes the help of these runtime modules. The runtime module loaded for ASP page is . And for page it s . From here the request is processed to the worker process . Worker Process will have several application domains. Worker process sends the request to HTTPPIPE line. HTTP Pipeline is nonetheless collection of .net framework classes . HTTP Pipeline compiles the request into a library and makes a call to HTTP runtime and runtime

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.