- 
                    
How do you make a windows Form transparent in VB.NET
A) With the help of Opacity property of the formB) By setting the background color to whiteC) It is not possible to make a windows form transparentExplanation: If you set the Opacity property of the form to 0% the form will be fully transparent.
 - 
                    
How do you determine if a check box is selected or not in Vb.Net
A) Using Value PropertyB) Using CheckState PropertyC) Using Option PropertyExplanation: ChsekState is gives the whether checkbox is selected or not.Value was there in VB6
 - 
                    
Webservices will have the file extension
A) .aspxB) .asmxC) .ascxExplanation: Web services files when compiled will have the .asmx file extension
 - 
                    
 - 
                    
 - 
                    
 - 
                    
What is wsdl?
Web service description languageit is used to describe the webservices
 - 
                    
 - 
                    
 - 
                    
 - 
                    
 - 
                    
 - 
                    
VbCrLf
Hello I would like to know what vbCrLf stands for? How it is used and where it is used? Private Sub btnCalculate_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btnCalculate.Click Try Dim decMiles As Decimal = Convert.ToDecimal(txtMiles.Text) Dim decGallons As Decimal = Convert.ToDecimal(txtGallons.Text) Dim decEfficiency As Decimal = decMiles / decGallons...
 - 
                    
 - 
                    
 - 
                    
 - 
                    
Can you create Windows Services using VB.Net
A) YesB) No
 - 
                    
Every .NET compliant compiler generates IL:
A) TrueB) False
 - 
                    
Can you have optional parameters in VB.NET code?
A) YesB) No
 - 
                    
My.Application.Log.WriteEntry , by default , writes to the file:
A) assemblyname.logB) Applog.LogC) Application.LogExplanation: This file is located in the application’s data directory.
 
VB.NET Interview Questions

		
Ans