What is a reflection?
What is the function of new view engine in asp.net? : asp.net mvc
What is a ashx file?
What is a session in programming?
Define globalization and localization.
What is use of <% %> in asp.net?
How many types cache in asp net?
What are the difference between function and stored procedure in .net programming language?
Describe the differences between the lifecycles of Windows services and Standard EXE?
When we use cookie less session? Explain its working?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Explain the difference between asp & asp.net.
Diff between web user control and web custom control?
What is voluum?
Explain weak typing and strong typing.