What language is asp.net written in?
What is the use of session state and application state and difference between them?
what is command line compiler.what are the steps and how it is related to debugging.
What is a user session?
How can we identify that the Page is Post Back?
What is the usie of activex control in .net?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is the difference between a default skin and a named skin?
How can we identify that the page is post back in asp net?
Which method do you use to enforce garbage collection in .net?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is ascx?
Which asp.net objects encapsulate the state of the client and the browser?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?