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
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)
Explain what is clr?
How would you turn off cookies on one page of your website?
What are early binding and late binding.
How long does an http session last?
How do we ensure view state has not tampered?
What is the use of placeholder control?
Explain the basic functionality of garbage collector?
Can one dll file contains the compiled code of more than one .net language?
What is the use of session in web application?
How to use multiple scriptmanager controls in a web page?
What is http post action?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How do I open an ashx file in windows 7?