Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
satyapriyanayak
Narayanan
Karthikeyan Anbarasan
Amit Mehra
Jean Paul
Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.
Post New Question
Subscribe to Interview Questions
Quick Links For Interview Questions Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
Silverlight
OOPs
JQuery
JavaScript/VBScript
Biztalk
Patten/Practices
IIS
WCF
WPF
WWF
Networking
Aptitude
Others
All
VB.Net Interview Questions and Answers
To find out the role of the logged in user, you'll use
Author:
Narayanan
Posted Date: April 12, 2013 Category:
VB.Net
Points: 40
UserRole("Administrators")
What is the maximum no of dimension that an array can have in VB.NET?
Author:
Narayanan
Posted Date: April 12, 2013 Category:
VB.Net
Points: 40
32
VbOk,VbCancel,VbAbort are all the enumerated members of
Author:
Narayanan
Posted Date: April 12, 2013 Category:
VB.Net
Points: 40
MsgboxResult Enumeration
What is strong typing and weak typing?
Author:
Narayanan
Posted Date: February 28, 2013 Category:
VB.Net
Points: 40
Strong type is checking the types of variables at compile time and weak type is checking the types of system as late as possible which is nothing but run time.
What is the use of Option explicit?
Author:
Narayanan
Posted Date: February 28, 2013 Category:
VB.Net
Points: 40
Variable must be compulsorily declared when the Option Explicit is termed as ON. If it is OFF, variables can be used without declaration.
What is ReDim keyword and its use?
Author:
Narayanan
Posted Date: February 28, 2013 Category:
VB.Net
Points: 40
Redim keyword is exclusively used for arrays and it is used to change the size of one or more dimensions of an array that has been already declared. Redim can free up or add elements to an array whenever required.
What is the use of Internal keyword?
Author:
Narayanan
Posted Date: February 28, 2013 Category:
VB.Net
Points: 40
Internal keyword is one of the access specifier available in .Net framework , that makes a type visible in a given assembly , for e.g : a single dll can contain multiple modules.
What is the differences between dataset.clone and dataset.copy?
Author:
Narayanan
Posted Date: February 28, 2013 Category:
VB.Net
Points: 40
Dataset.clone copies just the structure of dataset (including all the datatables, schemas, relations and constraints.); however it doesn't copy the data.
Dataset.copy, copies both the dataset structure and the data.
Differentiate private and shared assembly?
Author:
Narayanan
Posted Date: February 28, 2013 Category:
VB.Net
Points: 40
Private assembly must be used only inside an application and it is not identified using strong name. Multiple applications make use of shared assembly and must have a strong name.
Distinguish Namespace and Assembly?
Author:
Narayanan
Posted Date: February 28, 2013 Category:
VB.Net
Points: 40
The collection of different classes is known as Namespace and the basic building blocks of .net framework are an Assembly.
« Previous
1
2
3
4
5
6
7
Next »
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend