GeekInterview.com
Answered Questions

What is encoding and serialization in .Net?

Asked By: wenkat40 | Asked On: Mar 4th, 2011

Answered by: ffiv77 on: Feb 20th, 2012

Serialization is the process of converting an object into a stream of bytes in order to persist it to memory, a database, or a file. Its main purpose is to save the state of an object in order to be able to recreate it when needed. The reverse process is called deserialization.

Answered by: Devender Thadkapalli on: Nov 28th, 2011

Encoding is a Format, it could be binary or soap or MTOM

What is the use of http handlers in iis?

Asked By: vaibhav Tyagi | Asked On: May 7th, 2010

Star Read Best Answer

Editorial / Best Answer

Answered by: machud

View all answers by machud

Member Since Apr-2011 | Answered On : Apr 10th, 2011

HTTP Handlers can be used to process custom requests that may not be in the standard supported format like .htm, .aspx, .asmx etc. One example will be RSS feed processing . One can write .rss  handler which can be configured in the IIS to accept and delegate the processing to the custom handler written to produce customized output. There are 3 basic steps that need to be performed to make a HTTP handler work properly .
a. Create Handler calss which implements IHttpHandler interface or IHttpAsyncHandler for Asynchrounous handler. IsReusable property and the ProcessRequest method is must be implememented in the Handler class
b. Register the handler class in the web.config file of the application or machine.config
c. Specify the mapping in IIS (Website->Properties->configuration->mappings) add new extension with executable as "C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_isapi.dll" ( assumes default installation)

Answered by: machud on: Apr 10th, 2011

HTTP Handlers can be used to process custom requests that may not be in the standard supported format like .htm, .aspx, .asmx etc. One example will be RSS feed processing . One can write .rss  handle...

What is a power event?

Asked By: Haritha | Asked On: May 26th, 2006

Answered by: machud on: Apr 10th, 2011

Some Windows Services needs to respond to the power status changes like hibernates, suspend mode etc.  Some specific activity like store the user data for later may have to be performed in these spec...

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: