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 ...
All the attributes associated with VB.NET components are represented in 1 format and consolidated with in the files that make up the assembly
A) TrueB) False
A) .vbB) .modC) .config
Latest Answer : If it is VB.NET, the extension is *.vbproj
If VB then *.vb ...
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) .frmB) .vbC) .frxExplanation: .frm &.frx are the file extensions of VB6
Latest Answer : B) .vb ...
A) .aspxB) .asmxC) .ascxExplanation: Web services files when compiled will have the .asmx file extension
Latest Answer : .asmx ...
How to create setup files explain step by step in VB.Net