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 |
Explaing your project.
Can any object be stored in a viewstate in .net?
What are the two kinds of properties.
How to create multiple inheritance in c#, with example?
How many types of generations are there in a garbage collector?
What is the difference between Server.Transfer and Response.Redirect?
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 the difference between override and overload in a method?
What application do you use to install a Windows service?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What are The Main Difference Between Client-server Based Applications and Web Based Applications
What is a DLL?