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) System.DatabaseB) System.DataAdapterC) System.Data
Latest Answer : System.Data ...
A) RaiseEvent keywordB) TriggerEvent keywordC) AddEvent KeywordD) None
Latest Answer : A) RaiseEvent - Triggers an event declared at module level within a class, form, or document.RaiseEvent eventname[( argumentlist )] ...
A) When ClauseB) Exit Try statementC) Both 1& 2D) None
Latest Answer : Both 1 & 2A) When ClauseB) Exit Try Statement ...
A) ProcessB) ApplicationC) ExeD) Execute
Latest Answer : Process ...
A) ImplementsB) UsesC) ImportsD) Overrides
Latest Answer : class implements ...
A) Dim O as object=I ( as i an integer)B) Dim I as integer=OC) Both
Latest Answer : Avalue Type -> Reference type --- BoxingReference type -> value type --- Unboxingie assigning a value(int,double anything) to an object is boxing reverse is unboxing ...
A) SignatureB) EventC) EsigD) Eref
Latest Answer : B) Event I don't find Signature keyward in VB.Net ...