a)COM Callable Wrapper
b)Runtime Callable
Which one of the above is Win32 API in .Net?
Explain the difference between asp.net mvc and asp.net webforms
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Why do we use sessions?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are the session management techniques asp net?
Explain Generics?
What language is asp.net written in?
What are different types of directives in .NET ?
Can you explain architecture of your project ?
Can the validation be done in the server side? Or this can be done only in the Client side?
What is an imagemap in asp.net?
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .