What is a Strong Name?
Answer / guest
A Strong name is required to uniquly identify an assembly.
A strong name inludes nameof assembly,version
number,culture identity,and digital signature generated
over the assembly
| Is This Answer Correct ? | 9 Yes | 0 No |
what is dotnet architecture? can anyone explain that.
How do you trigger the paint event in system.drawing?
Please explain the difference between constants and read-only variables?
Explain what are an object and a class?
What is il in vb.net?
Explain what is a manifest in .net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What application do you use to install a Windows service?
What do you mean by Code Access Security in .NET?
Explain me what is a design pattern and what is it for?
What are Attributes in .NET?
Explain Creational design pattern in .NET?