You create an assembly to access data in a relational
database. This assembly will be used by several ASP.NET
applications on your Web server.
You need to ensure that all your applications can access the
assembly.
Which two actions should you take (Each Answer: presents
part of the solution.)? (Choose two)
A . Run the Assembly Registration tool (Regasm.exe).
B . Run the String Name tool (Sn.exe).
C . Run the Installer tool (Intallutil.exe).
D . Run the Global Assembly Cache tool (Gacutil.exe).
Answer Posted / narendrababum.l
b
& D
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain asp.net web forms.
Please briefly explain the usage of global.asax?
Explain difference between dataset and datareader?
What is asp.net caching?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Explain how cookies work. Give an example of cookie abuse.
Is it possible for me to change my aspx file extension to some other name?
How many ways are there to maintain a state in .net? What is view state?
Where session variables are stored?
Describe state management in asp.net?
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 are the different types of sessions in asp.net?
What is the difference between custom web user control and a custom web server control?
Explain parts of assembly?
What is fulltrust?