What is gacutil.exe? Where do we store assemblies, Should
sn.exe be used before gacutil.exe?
Answer Posted / selvavelan.s
It is one of utility of .net. It is used to register a
assemly in global cache. Normally we store this assembly in
"C:\WINDOWS\assembly"
Befor we register the assembly we should give strong name
using sn.exe utility
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is enableviewstate?
What is http post action?
Explain the Order of events in an asp.net page?
How do we assign page-specific attributes?
When we use cookie less session? Explain its working?
What is ASLM?
Define repository pattern in mvc.net? : asp.net mvc
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What are the options in ASP.NET to maintain state?
Why select Web API?
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 the difference between web.config and machine.config in ASP.NET?
What is mta?
Which platform does Microsoft .NET use for exchanging data between applications?
What is the parent class of all the web server control?