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 / t.kishore
a & d
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Explain about ASP.NET?
How use Xml data in ASP.net?
What are the differences between application object and session object?
Describe how passport authentication works.
What is the difference between exe and dll?
In asp.net, how can you validate drop down box?
What is page request in asp.net?
How can you register a custom server control to a web page?
Explain how can we inherit a static variable?
Can you use Web API with ASP.NET Web Form?
Is asp.net 64-bit enabled? How?
Difference between overriding and overloading?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Contrast OOP and SOA. What are tenets of each ?