Buy Questpond's video subscriptions on
huge discount
.
Online: 12122
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
> VB.NET
VB.NET Interview Questions and Answers (91) - Page 5
Latest and authentic Interview questions. You can also
post an interview question
and
win monthly prizes
as well as gain community
credit points
.
91 records found.
Post
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Exclusive Questions
Get 650+ Questpond's Interview videos on discount
Loading ...
What will be the output of the below program? Class Program Shared Sub Main(ByVal args() As String) Dim nums() As Integer = {1, -2, 3, 0, -4, 5} var posNums = from n in nums where n >= 0 Dim n As select Dim i As Integer For Each i In posNums Console.Write(i + " ") Next Console.WriteLine() Console.ReadLine() End Sub End Class
NOTE: This is objective type question, Please click question title for correct answer.
What will be the output of the below program? Class Program Shared location As [String] Shared time As DateTime Private Shared Sub Main() Console.WriteLine(If(location Is Nothing, "location is null", location)) Console.WriteLine(If(time Is Nothing, "time is null", time.ToString())) End Sub End Class
NOTE: This is objective type question, Please click question title for correct answer.
Examine the below query Dim db As TestDBEntities = New TestDBEntities() var result = (from S in db.Students where S.StudentID = 2 Dim S).Single() As select result.StudentName = "Mr. John Abrar" result.Address = "6/2 Park Road" result.Phone = "9658745" db.Students.ApplyCurrentValues(result) db.SaveChanges() What operation the query is performing?
NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is not true about VB.NET?
NOTE: This is objective type question, Please click question title for correct answer.
What are the three types of JIT Compiler? (Just In Time)
NOTE: This is objective type question, Please click question title for correct answer.
What is INTERNAL Keyword in .NET?
NOTE: This is objective type question, Please click question title for correct answer.
What the Type of Generation in Garbage Collector?
NOTE: This is objective type question, Please click question title for correct answer.
What is the difference between Dataset.Copy and Dataset.Clone?
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.
CAS works on Which concepts?
NOTE: This is objective type question, Please click question title for correct answer.
Difference Between Int and Int32?
NOTE: This is objective type question, Please click question title for correct answer.
Literal Controls using as?
NOTE: This is objective type question, Please click question title for correct answer.
1
2
3
4
5
More VB.NET Exclusive Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
AI ML
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML