.NET Framework Interview questions


Total available count: 35
Subject - Microsoft Technologies
Subsubject - .NET Framework

What is Strong Name Tool(Sn.exe)?

The Strong Name tool helps sign assemblies with strong names. SN.exe provides options for key management, signature generation, and signature verification. A strong name consists of the assembly"s identity. Its simple text name, version number, and culture information.

Try using SN.exe in visual studio command prompt in the following format,

sn -tp publicKey.snk




Next 5 interview question(s)

1
Different types of JIT (Just In Time)?
2
What is JIT (Just in Time)?
3
What is portable executable (PE)?
4
Explain about private, Public or Shared, Satellite Assemblies?
5
What is CLR (Common Language Runtime)?