.NET Framework Interview questions


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

What is the ResGen.exe tool used for?

The Resource File Generator (Resgen.exe) converts text (.txt or .restext) files and XML-based resource format (.resx) files to common language runtime binary (.resources) files that can be embedded in a runtime binary executable or satellite assembly.

C:\Program Files\ResGen.exe is typically located at C:\Program Files\Microsoft Visual Studio 8\SDK\v2. 0\Bin>ResGen.exe.




Next 5 interview question(s)

1
What is the caspol.exe tool used for?
2
Explain about TLBIMP.exe and TLBEXP.exe?
3
Explain about Runtime host in .NET framework?
4
What is difference between Value types and Reference types?
5
Explain about System.Reflection Namespace?