what is assembly?
Answers were Sorted based on User's Feedback
Answer / pranjal
smallest execution unit in .net framework . a file that is
automatically generated by compiler on succesful compilation
of .net application
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / manoj tambe
Assembly is a unit of deployment like EXE or a DLL
| Is This Answer Correct ? | 2 Yes | 1 No |
How different are interface and abstract class in .Net?
What is SOAP? How you will do windows and forms authentication?
What is a variable of implicit type and what is its scope?
In code behind class, name the type of code found. Is it the server side code or client side code?
How do you create threading in .NET? What is the namespace for that?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Is there built-in support for tracing?
What is different between User Control and Web Control and Custom Control?
What is the best way to crack the certification?
What's the .net collection class that allows an element to be accessed using a unique key?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
What is meant by managed and unmanaged code?