A) Generate Assembly language code from ILB) to display the contents of a .NET program fileC) to view the IL within individual functions
Latest Answer : This is the .net dis assembler tool ...
A) System.IOB) System.FileObjectsC) System.FileSystem
Latest Answer : a) SYSTEM.IO ...
A) assemblyname.logB) Applog.LogC) Application.LogExplanation: This file is located in the application’s data directory.
Latest Answer : C) Application.Log ...
A) ProcessB) ApplicationC) ExeD) Execute
Latest Answer : Process ...
A) .vbB) XMLC) ResourceD) Aspx
Latest Answer : B ...
A) System.Diagnostics.ProcessB) System.App.RunC) System.Diagnostics.RunD) System.Fileapp.Execute
Latest Answer : A ...
A) TrueB) FalseExplanation: All the files will have the same extensions as .VB
Latest Answer : Both Class Module file and Forms will have same Extention in VB.Net i.e .VB ...
A) .configB) .vbC) .cs
Latest Answer : It is .vb not dll or exeIf you open the solution explorer you will see assemblyinfo.vb file just below references ...
When you a create a console application in VB.NET which of the following files are added by default to the project
A) Assembly info file and a Class fileB) Assembly info file and a Module fileC) Class file and a Module file
A) TrueB) FalseExplanation: It is possible to have multiple classes inside a single .vb file.
Latest Answer : Yes, it is possible to have the multiple class names under one namespace in a single .vb file ...