what is the differance between .DLL & .EXE
Answer Posted / gurumoorthy.v
.Dll is the Source code of ur deployed application.
.Exe is the presentation of ur frentend forms.
When u deployed ur application at that time the .Dll,.EXE
files will create
| Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
Describe session handling in a webfarm?
How do you declare static variable?
How do you implement postback with a text box?
What are web server controls in asp.net?
What is server infrastructure?
What are the different types of proxy patterns?
What is difference between session and cookies in asp net?
What do you understand from custom control?
What is session state server?
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.
What is a session in asp.net?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What are Caching techniques in .NET
What are the event handlers that we can have in global.asax file?
What is the difference between a default skin and a named skin?