What is AL.EXE and RESGEN.EXE? - .Net Assembly

What is AL.EXE and RESGEN.EXE?

Resgen.exe performs conversion of .txt / .restext files to .resources / .resx files and vice-versa. These (.resources/.resx) files can be embedded in a runtime binary executable or compiled into satellite assemblies.

Assembly Linker (Al.exe) generates a file that has an assembly manifest from modules or resource files. A module does not have an assembly manifest.
What is code security? What are the types? - .Net Code Security
.Net Code Security - Framework provides the security features to secure code from unauthorized users and unauthorized uses...
Define Principal object - .Net Code Security
.Net Code Security - The Principal object represents authenticated users. It contains information about user’s identity and role.....
Define declarative and imperative security - .Net Code Security
.Net Code Security - Security checks can be applied imperatively or declaratively. Declarative security is applied by associating attribute declarations...
Post your comment