C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Chetan Sanghani(1)
Alok Pandey(1)
Ashish Singhal(1)
Arnold Park(1)
Ganesh Shevate(1)
Dinesh Dugg(1)
Prashanth Chindam(1)
Shivani (1)
Resources
No resource found
Efficient Data Retrieval with ADO.NET SqlDataReader
Jul 23, 2024.
SqlDataReader in ADO.NET provides fast, forward-only data retrieval from SQL Server databases. It reads data as a stream, minimizing memory usage, and making it ideal for large datasets. Unlike SqlDataAdapter, it offers high performance for read-only scenarios and is efficient in handling big data with minimal overhead.
Working With SqlDataReader Class in ADO.NET
Jan 03, 2012.
In this article you will learn about the SqlDataReader class and the ExecuteReader( ) method of the SqlCommand class.
How Do I Bind Datagrid with SqlDataReader in C#
Oct 29, 2005.
This article will show, how do we bind our binding controls like DataGrid, DataList using SqlDataReader.
SQLDataReader Vs. DataSet
May 11, 2001.
To compare and contrast SQLDataReader and SQLDataSetCommand.
How To Use Stored Procedure By Getting Database Connection Using DbContext In Repository
Jul 09, 2022.
Sometimes we need to create API/s and perform custom operation with database where we can perform create, insert, update and delete on entity/ties or table/s according to our requirement. Then we can use Store Procedure.
Windows application for database information
Jan 14, 2011.
This example deals with displaying databases installed on the current computer, the tables of the selected database and the data of the selected table.
Inserting & Retrieving Images from SQL Server Database without using Stored Procedures
Oct 14, 2010.
Learn how to manage images in SQL Server directly from your C# application. Utilize ADO.NET for seamless image insertion and retrieval without stored procedures. Streamline database operations efficiently within your codebase.
Word Jumble In Mobile
Jun 13, 2001.
Here is an application where u can Play Word Jumble in Mobile.