What are the different types of assemblies?
Answers were Sorted based on User's Feedback
Answer / deepa
Types of Assembly
PUBLIC ASSEMBLY
PRIVATE ASSEMBLY
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / arash
Public /Shared Assembly
Private Assembly
Dynamic/static Assembly
Satellite Assembly
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / kausar
public assembly/shared assembly
private assembly
sattelite assembly
Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between boxing and unboxing?
What is use of ContextUtil class?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Please explain what is the difference between encrypting a password and applying a hashing?
What is the managed and unmanaged code in .net?
What is the difference between vb.net and vc#.net?
what user controls are and what server controls are and the differences between the two.
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
When we use windows api in .net is it managed or unmanaged code?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
How is .net core cross platform?