Buy Questpond's video subscriptions on
huge discount
.
Online: 3299
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
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
Which one of the following is preferred in fetching data from sqldatareader. dr[i] or dr.GetX(i) ?
Posted by
deccansoft
on 8/5/2010 | Category:
C# Interview questions
| Views: 2330
GetX(i) is preferred because , we don't have to cast unlike dr[i] which returns an object and have to be casted.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Which method of command object is used to prepare ...
Next question > :
what are the different constructors of command obj ...
Comments or Responses
Login to post response
More Interview Questions
what are the different constructors of command object?
What is the using statement?
private void Form1_Load(object sender, EventArgs e) { SqlConnection co ...
private void Form1_Load(object sender, EventArgs e) { SqlConnection co ...
private void Form1_Load(object Sender,EventArgs e) { SqlConnection con ...
Is the following Connection string correct?
When should we use Oledb provider to SqlClient ?
What is the namespace for MS SQLServer Mobile?