TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About reader
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (7)
C# Curator (3)
Krishna Garad (2)
Ashish Bhatnagar (2)
Ankit Sharma (2)
Rama Mohan (2)
Ajay Yadav (2)
Mike Griffin (2)
Shivprasad (2)
Abhishek Dubey (2)
Ahsan Siddique (2)
Sekhar Srinivas (2)
Abhimanyu K Vatsa (2)
Midhun Tp (1)
Chetan Sanghani (1)
Prathap Reddy (1)
Abhishek Yadav (1)
Faisal Pathan (1)
Paras Babbar (1)
Prashanth Chindam (1)
Prashant Nimbare (1)
Allani Saikumar (1)
Tin Lam (1)
Sanjay Makwana (1)
Juan Francisco Morales Larios (1)
Allen Oneill (1)
Keyur (1)
Jignesh Trivedi (1)
Rajul Aggarwal (1)
Praveen Kumar (1)
Vipin Yadav (1)
Liju Gopalan (1)
Sanjay Kumar (1)
Aravind Govindaraj (1)
John Godel (1)
Shalin Dashora (1)
Muhammad Aqib Shehzad (1)
Bechir Bejaoui (1)
Ganesh Shevate (1)
Željko Perić (1)
Pramod Singh (1)
Aashina Arora (1)
Vithal Wadje (1)
Akash Bhimani (1)
Jaish Mathews (1)
odegirmenci (1)
John Charles Olamendy (1)
Abhijit Patil (1)
Dinesh Dugg (1)
Jigar Patel (1)
Chandresh Pansuriya (1)
Mike Gold (1)
Arpit Jain (1)
Amir Ali (1)
Akshayrao V (1)
Suresh M (1)
Shankar M (1)
Suresh Paldia (1)
Hirendra Sisodiya (1)
Abhishek Kumar Ravi (1)
Ramesh Palanivel (1)
Sibeesh Venu (1)
Mukesh Kumar (1)
Rakesh (1)
Emiliano Musso (1)
Syed Shanu (1)
Pankaj Kumar Choudhary (1)
Yadagiri Reddy (1)
Arunava Bhattacharjee (1)
Abhishek Sur (1)
Joydeep Ghosh (1)
Manoj Kumar (1)
Levent Camlibel (1)
Joe Miguel (1)
Scott Lysle (1)
Alok Pandey (1)
Binoy R (1)
Kishore Chaliparambil (1)
Muhammad Shakir (1)
Nalaka withanage (1)
Sanjay Ahuja (1)
Related resources for reader
No resource found
Using the Bing API to Translate Text in ASP.NET
9/17/2024 10:41:08 AM.
Learn to use the Bing Translation API in an ASP.NET application. Create a web page where users input text and select languages for translation. Implement the TranslateText method to send a web request
Reading An Excel File Using HTML 5 And jQuery
8/9/2024 9:45:57 AM.
Learn how to read an Excel file from the client-side and display its contents in an HTML table using the FileReader() API and jQuery plugins like "xlsx.core.min.js" and "xls.core.min.js
Interactive Input and Output in File Handling
7/24/2024 4:21:49 AM.
File handling is a crucial aspect of any programming language, including Java. It enables developers to interact with the file system, allowing the creation, reading, updating, and deletion of files.
Efficient Data Retrieval with ADO.NET SqlDataReader
7/23/2024 6:15:48 AM.
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 SqlDat
Enhancing Reading Comprehension with Azure AI Immersive Reader
6/17/2024 4:48:47 AM.
In today's digital age, reading and comprehension skills are essential for success in both personal and professional realms. However, individuals of all ages and abilities often face challenges in
StreamReader And StreamWriter Classes In C#
6/14/2024 10:42:15 AM.
Learn about StreamReader and StreamWriter classes in C#. These classes are essential for reading from and writing to files efficiently. Understand their usage for file handling tasks, including readin
Read CSV File In Angular 7
6/11/2024 12:39:09 PM.
Learn to read and upload CSV files dynamically in Angular 7 without external libraries. Utilize FileReader API for parsing and validate CSV files, enhancing your app's data handling capabilities.
Creating An Optical Character Reader Using Angular And Azure Computer Vision
6/11/2024 12:30:02 PM.
Learn to build an Optical Character Recognition (OCR) application using Angular and Azure Computer Vision Cognitive Services. Extract printed text from images, detect language, and analyze content. G
Fetch Data From Oracle Database Using C#
6/5/2024 5:32:26 AM.
his code demonstrates fetching data from an Oracle database using C# in ASP.NET. It connects to the database, executes a query to retrieve student data (name and roll number), and displays the results
Inserting & Retrieving Images from SQL Server Database without using Stored Procedures
5/31/2024 10:06:56 AM.
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 efficie
Introduction to ADO.Net
5/30/2024 12:10:13 PM.
Explore ADO.NET, a vital component of the .NET Framework for seamless database connectivity. Utilize connection objects, commands, data readers, datasets, and adapters to interact with databases effic
Dynamic Mapping Database result to Entity T
5/20/2024 7:16:04 AM.
This article provides logic for Mapping the SQL Result to C# Class. This code snippet demonstrates the dynamic mapping of SQL result columns to C# properties, converting SNAKE_CASE SQL column names to
Reflecting Data In .NET Classes - Part IV - From Database Table
5/17/2024 10:36:57 AM.
In this segment of "Reflecting Data In .NET Classes," Part IV focuses on generating .NET classes from database tables. Utilizing reflection, it maps database schema to object-oriented struct
Opening PDFs in Adobe Reader from SharePoint Document Library
4/29/2024 11:45:02 AM.
Learn how to configure SharePoint 2013 to open PDF files directly in Adobe Reader, edit them, and save them back to the document library. Follow steps including settings adjustment in central admin, r
App.Config AutoReader
4/26/2024 9:05:23 AM.
In our day to day development, it is a rare case where we don’t need to read a configuration file. There are many techniques for the treatment of such static classes, singleton classes, etc and it is
Azure Immersive Reader Technology - geting started!
2/14/2024 1:23:24 PM.
Using Azure Immersive Reader Technology to Help People Consume and Understand Text Based Information
Asynchronous File I/O in C#
10/30/2023 7:20:05 AM.
Thisarticle on asynchronous file I/O in C# is well-structured and informative, covering all the essential aspects of the topic. You have effectively introduced the concept of asynchronous programming,
C# StreamReader Code Examples
10/13/2023 4:58:22 AM.
C# StreamReader is used to read characters to a stream in a specified encoding. Learn how to use C# stream reader. C# StreamReader code example.
How To Call Stored Procedure In Entity Framework
10/10/2023 8:44:08 AM.
In this article, I will demonstrate how to call a stored procedure in entity framework? There are many different way to call stored procedure from entity framework.
Populating DataView From DataReader
10/6/2023 11:12:43 AM.
This article will illustrate how to populate DataView from DataReader in C#. In many scenarios we may have the data in DataReader which is required to be bind to GridView or some other control. In thi
StreamReader and StreamWriter Classes in C#
9/14/2023 8:44:51 AM.
In this article I will explain you about StreamReader and StreamWriter Classes in C#.
Calling Any Stored Procedure In ADO.NET
9/10/2023 9:36:17 PM.
This one generic function can call any Stored Prodedure which take input parameters and return output parameters with the help of two-dimensions array. This is very helpful specially when you designin
Oracle Data Provider for .NET : Part IV
9/5/2023 6:00:33 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Oracle Data Provider for .NET : Part III
9/5/2023 5:57:57 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Easily Find Tags and Values in a Large Xml Document Using XmlTextReader in C#
9/1/2023 4:09:34 AM.
Parsing large XML documents efficiently can be a challenge due to memory constraints. This approach utilizes the XmlTextReader class in C# to extract specific tags and their corresponding values from
How to Retrieve Data From MYSQL Database in C#
7/31/2023 8:38:44 AM.
Install MySQL Connector/NET: Before you start, make sure you have MySQL Connector/NET installed in your C# project. You can download it from the MySQL website or use NuGet to install the package.
DataReader in ADO.NET
5/31/2023 7:43:02 AM.
C# DataReader class represents a data reader. The DataReader provides a read-only, forward-only mechanism to access data via ADO.NET from a datasource.
Rekognition Managed Service In AWS
3/15/2023 10:40:05 AM.
Rekognition is a comprehensive object recognition service which can also recognize text in images.
DataReader In C#
2/27/2023 5:36:00 AM.
ADO.NET DataReader is used to store data returned from a database in a fast, forward-only, in-memory records. In this article, learn how to use a DataReader in a C# application.
How to read a binary file in C#
2/8/2023 2:54:00 AM.
Learn how to read a binary file in C# and .NET. The Read overloaded method writes primitive data types to a stream. The Write method can write Boolean, Byte, Char, Decimal, Double, and Integer data ty
Optical Character Reader Using Python
1/3/2023 8:19:50 AM.
In this article, we will learn about how to read text from Image using Python.
Convert HTML String To PDF Via iTextSharp Library And Download
12/21/2022 3:52:27 PM.
In this article, we will see how to convert HTML strings to PDF by using a third party PDF generation library.
Handle resource files - read and write into a resource file programmatically: Part IV
8/31/2022 9:16:37 AM.
In this article, I will give one way to create a resource format file used to stock data about our resources through code.
BinaryReader and BinaryWriter Classes in C#
8/22/2022 8:30:30 AM.
In this article, I will explain you about BinaryReader and BinaryWriter Classes in C#.
How To Use Stored Procedure By Getting Database Connection Using DbContext In Repository
7/9/2022 9:30:13 AM.
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
CSV Reader - How To Quickly Change Field Delimiter In CSV Document
7/4/2022 5:40:13 AM.
This article explains how to quickly change field delimiter comma , in RFC 4180 standard CSV document, to any other selected like semicolon.
Read A File Using C#
1/28/2022 10:46:17 AM.
This program just demonstrate the use of FileStream & StreamReader.
Working With CSV In Python
12/16/2021 2:32:37 PM.
In this article, you will learn about CSV In Python.
Export Gridview Records to Text File Using ASP.Net C#
5/25/2021 7:00:35 AM.
In this article, we will learn how to export Gridview records to a text file using ASP.NET C#.
Data Classes On ADO.NET
3/10/2021 4:06:21 PM.
In this article, you will learn about Data Classes on ADO.NET.
ADO.NET Overview
11/4/2020 8:09:07 AM.
In this article we examine the connected layer and learn about the significant role of data providers that are essentially concrete implementations of several namespaces, interfaces and base classes.
Overview of ADO.NET Architecture
11/4/2020 7:42:34 AM.
In this article you will learn about the architecture of ADO.NET including the Connection, Command, Data Reader, DataAdapter and DataTable classes.
Database Programming With ADO.NET
11/3/2020 1:25:27 AM.
This article defines database programming With ADO.NET. Learn ADO.NET Architecture, Connected Architecture, Disconnected Architecture, Connection Object, Data Reader Object, Data Adapter Object, DataS
Customized Binding Using CollectionBase
11/2/2020 5:28:02 AM.
In this article I am trying to explain the use of CollectionBase class. In a simple example I used CollectionBase to bind a DataGrid control with data from Employees table of NorthWind database. So pl
Kuti.Data
11/1/2020 11:49:05 PM.
The attached source code file has two parts - DataObject directory and Automatic SQL Generator.
DataReader And DataSet
11/1/2020 9:05:25 AM.
ADO.NET is part of Microsoft.NET which comprises a set of tools and object model for accessing a data source. The objects definition appears under the System.Data namespace. It allows applications to
ADO.NET : In Depth Tutorial
10/29/2020 9:02:30 AM.
This tutorial describes about Building the middle tier in the Microsoft .NET Framework using ADO.NET.
ADO.NET Objects: Part I
10/29/2020 7:27:45 AM.
In this article I will explain about ADO.NET objects. This will help you in understanding them in an easy manner.
Understanding ADO.NET Components
10/29/2020 4:28:12 AM.
In this article I will explain about ADO.NET Components.
Introduction To ADO.NET: Part 2
10/29/2020 1:48:15 AM.
This article explains the basic details of ADO.NET Part 2.
ADO.NET FAQ's: Part II
10/28/2020 4:44:42 AM.
This is the Part 2 of ADO.NET. In this section also we will touch base on one of important concepts in ADO.NET.
Windows application for database information
10/28/2020 4:06:34 AM.
This example deals with displaying databases installed on the current computer, the tables of the selected database and the data of the selected table.
Read AppSettings.Json in ASP.NET Core 3.1 - Part 2 (using AppSettingsReaderService)
9/2/2020 10:26:33 PM.
In this video, we create AppSettingsReaderService to read multiple section values from AppSettings.Json, you can use this service class to inject in controller and access key values
Business Card Reader Using AI Builder In PowerApps
8/9/2020 2:56:37 PM.
This article teaches how to automatically process business card information in PowerApps, take a photo of the business card, scan it in PowerApps and store this card information in your database.
Simple Color Syntax Code Editor for PHP written in C# and .NET: Part I
5/21/2020 2:48:00 AM.
The Application is a simple Windows Form program that allows you to open and save the text files edited in the rich edit control, as well as print them out. The program takes advantage of a “syntax” t
Barcode Scanner in C#
5/19/2020 1:03:36 AM.
In this article we will discuss about barcode scanner in C#.
Creating a File Uploader Using JavaScript and HTML 5
4/14/2020 3:02:46 PM.
In this article you will learn how to create a file uploader using File API of HTML 5.
External Storage in Android
4/2/2020 12:48:59 AM.
This article explains External Storage in Android.
Creating An Optical Character Reader Using Blazor And Azure Computer Vision
2/28/2020 9:32:36 AM.
We will create an optical character recognition (OCR) application using Blazor and the Azure Computer Vision Cognitive Service. We will use the OCR feature of Computer Vision to detect the printed tex
Google Vision API Demo - BarCode Reader Using Android Studio
2/25/2020 1:28:19 AM.
This article is about how we use Vision API in Android Studio.
Read PDF Files In Windows 10 Universal App Using Default PDF Reader
1/9/2020 11:21:47 PM.
In this article we are going to see how to read PDF files in Windows 10 universal app using default PDF reader app.
Working With LineNumberReader Class in Java
9/17/2019 6:23:03 AM.
In this article we are going to describe how to use the Java LineNumberReader Class. I describe its constructor in detail and its method details with syntax.
FileWriter and FileReader Class in JAVA
9/12/2019 12:50:20 AM.
With the use of the FileWriter and FileReaderClass in JAVA you can easily read data from a file and write to a file.
Working With Command Object in ADO.NET
7/9/2019 2:35:03 AM.
In this article, we will learn how to work with the Command Object in ADO .NET and the Execute Methods in the Command Object.
DataReader Vs DataSet?
6/10/2019 11:26:12 AM.
In this article, I compare and differentiate DataSet vs DataReader and when to use a DataSet over a DataReader and vice versa.
How to Show PDF file in C#
5/20/2019 4:36:01 AM.
This article shows how to show a PDF file in a Windows application with the help of the Adobe ActiveX COM.
Building the Middle Tier in the Microsoft .NET Framework
12/17/2018 8:47:09 AM.
This article assumes a working knowledge of ADO.NET, and examines it and its influence on the middle tier. It introduces a fictitious business model and lists some requirements to help us focus on the
Read XML File Using XMLReader in C#
11/19/2018 12:06:05 AM.
In this article, we will try to read from an existing XML file using the XmlReader class.
Xamarin.Android - QR Code Reader By Mobile Camera
1/2/2018 5:23:25 PM.
Today, I shall show you how to create a QR code reader with Mobile Camera Android application in Xamarin.
Xamarin.Android - QR Code Reader App
11/21/2017 9:24:25 AM.
In this article, I shall show you how to make a QR code reader app in Xamarin.Android.
Read Posted Excel File Using NPOI Library In ASP MVC With AJAX
3/17/2017 1:34:58 PM.
In this article, we will learn how to read posted Excel file from AJAX, using NPOI DLL in our ASP MVC Application.
What Is The Difference Between Data Reader And Data Set?
3/29/2016 3:20:33 AM.
ONE OF THE MOST IMPORTANT QUESTION ASKED IN ADO.NET AT INTERVIEWS.The Complete Video Series Of ADO.NET With Examples at.. http://www.pluralsight.com/courses/adodotnet-by-example
Convert DataReader To DataTable
11/18/2015 6:03:56 AM.
In this article we will learn how we can convert Microsoft ADOMD DataReader to DataTable.
Understanding DataAdapter in 2mins
11/6/2015 4:15:53 AM.
This video explains understanding of DataAdapter in 2 minutes. Watch the complete video series of ADO.NET with examples at: http://www.pluralsight.com/courses/adodotnet-by-example
Connected V/S Disconnected Architecture In C#
10/14/2015 2:14:23 AM.
In this article, I will explain you what is connected and disconnected architecture in C# when you are working with the database.
ADO.NET Technique With ASP.NET
10/13/2015 1:35:56 PM.
In this article, I will explain ADO.NET concepts that include DataTable, DataSet, DataReader and DataAdapter.
Convert CSV File to XML With DataTable
4/22/2015 2:50:05 AM.
In this short article, we'll see how to convert a common CSV file into its XML representation, using Visual Basic .NET and the powerful functionalities of DataTable objects.
MVC AngularJS and WCF Rest Service For Mind Reader Quiz
3/19/2015 10:54:22 PM.
In this article we will see in detail how to create an online Mind Reader quiz game using AngularJS and WCF Rest Service.
Input/Output Classes in C#
3/12/2015 1:10:58 PM.
This article explains the input/output classes available in C#.
How to Convert Dataset and Datareader to List
11/8/2014 12:50:48 PM.
This article explains how to convert a DataSet and DataReader to a list using a simple WPF application.
Template Based Approach to Export Data to Excel: Part III
9/27/2014 3:20:33 PM.
In this article you will learn how to work with a template based approach to export data to Excel.
ADO.NET FAQ's: Part I
9/15/2014 6:33:26 AM.
This is the Part I of ADO.NET. In this section we will touch base on one of important concepts in ADO.NET.
Load XAML File Dynamically
8/26/2014 2:50:29 AM.
In this article, you will see how to load a XAML file in code.
Monitor For Thread Locking Using ReaderWriterLocking
2/1/2014 12:37:36 PM.
This article explains use of a Monitor for thread locking using ReaderWriterLocking.
Reading XML Files
12/19/2013 3:08:27 PM.
In this article, I will show you how to use the XmlTextReader class to read an XML document and write data to the console.
Twitter RSS Feed Reader in MVC 4
12/6/2012 5:50:19 PM.
In this article you will learn how to setup the Twitter RSS Feed Reader in MVC 4. I'm using the same technique I used in my last article to read the Facebook feeds.
Facebook RSS Feed Reader in MVC 4
12/5/2012 12:18:55 AM.
In this article you will learn how to setup the Facebook RSS Feed Reader in MVC 4.
WhoIs in ASP.NET and VB.NET
12/1/2012 2:18:57 AM.
Quite often you want to know who owns a given domain. To obtain the registry information, you go to the respective registry and start a so called WHOIS query (lookup). The trick is that you have to know which registry is responsible for which TLD (Top Level Domain).
Accessing data using DataReader in VB.NET
11/10/2012 3:04:32 AM.
In this article you can see how to access the data using DataReader from the data source.DataReader is a readonly, forward only and connected recordset from the database.
Line Count Utility in VB.NET
11/10/2012 2:13:21 AM.
This utility is for counting number of code lines in a Visual Studio Project. It returns the number of code lines and file names which are in the project folders.
XML Schema Validator in VB.NET
11/10/2012 1:31:57 AM.
The XML Schema Validator checks if a given XML document is well formed and has a valid schema model. If it finds the document is not a valid XML schema, it generates the error telling the problem in the schema.
RSS Feed Link Reader in VB.NET
11/9/2012 11:14:01 AM.
This article discusses the construction of a simple application that may used to view RSS feeds from the desktop. The application allows the user to select a canned RSS feed or to key one.
Working With SqlDataReader Class in ADO.NET
10/22/2012 8:44:12 AM.
In this article you will learn about the SqlDataReader class and the ExecuteReader( ) method of the SqlCommand class.
Utilize the Full Functionality of the Whidbey File Management
10/4/2012 9:39:34 AM.
This article is based on a pre-release version of Microsoft Visual Studio 2005, formerly code named "Whidbey". All information contained herein is subject to change.
Extracting Modules and Component(RSAParameter) from X509Certificate PublicKey
10/3/2012 9:28:28 AM.
In some applications, it might be necessary to extract the modulus and exponent from the X509Certificate PublicKey. The X509Certificate.GetPublicKey() returns a byte array that contains the ASN.1 Encoding information along with the modulus and exponent as described in the RFC2459.
Loading a text file in a WPF FlowDocumentReader
9/29/2012 9:32:27 AM.
In this article, I demonstrate how to load a text file in a FlowDocumentReader available in WPF using C#.
Access Row of a file Random bases using C#
9/29/2012 8:41:38 AM.
In this aritical, we will look how to get a row of a file which contains multiple rows randomly.
ADO.NET Application using MS Access 2007 database
9/29/2012 7:49:29 AM.
In this article I will explain you how to use ADO.NET technology to connect .NET console application and MS Access 2007 database.
Viewing and Writing XML Data using ADO.NET DataSets
9/29/2012 6:41:52 AM.
Based on a real world project this article shows how to handle XML data in .NET using C# DataSets and DataViews.
XML Parser in C#
9/29/2012 6:32:02 AM.
This project gives you a head start to write XML parser in C#.