Resources  
  • Azure Immersive Reader Technology - geting started!Feb 14, 2024. Using Azure Immersive Reader Technology to Help People Consume and Understand Text Based Information
  • Optical Character Reader Using PythonJan 03, 2023. In this article, we will learn about how to read text from Image using Python.
  • CSV Reader - How To Quickly Change Field Delimiter In CSV DocumentJul 04, 2022. This article explains how to quickly change field delimiter comma , in RFC 4180 standard CSV document, to any other selected like semicolon.
  • Opening PDFs in Adobe Reader from SharePoint Document LibraryDec 11, 2020. 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, registry edits, PowerShell commands, and user interface interactions.
  • Business Card Reader Using AI Builder In PowerAppsAug 09, 2020. 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.
  • Creating An Optical Character Reader Using Angular And Azure Computer VisionMar 16, 2020. 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. Get step-by-step instructions, source code, and prerequisites for setting up the application.
  • Creating An Optical Character Reader Using Blazor And Azure Computer VisionFeb 28, 2020. 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 text in an image.
  • Xamarin.Android - QR Code Reader By Mobile CameraJan 01, 2018. Today, I shall show you how to create a QR code reader with Mobile Camera Android application in Xamarin.
  • Google Vision API Demo - BarCode Reader Using Android StudioDec 11, 2017. This article is about how we use Vision API in Android Studio.
  • Xamarin.Android - QR Code Reader AppNov 21, 2017. In this article, I shall show you how to make a QR code reader app in Xamarin.Android.
  • MVC AngularJS and WCF Rest Service For Mind Reader QuizMar 18, 2015. In this article we will see in detail how to create an online Mind Reader quiz game using AngularJS and WCF Rest Service.
  • Twitter RSS Feed Reader in MVC 4Dec 06, 2012. 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 4Dec 04, 2012. In this article you will learn how to setup the Facebook RSS Feed Reader in MVC 4.
  • RSS Feed Link Reader in VB.NETNov 09, 2012. 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.
  • Build Your Own IPhone RSS Reader in 15 Minutes With Flash BuilderFeb 03, 2012. In this article we will build a RSS Reader using Xml Data Service in Flash Builder for an iPhone 4 Application (you can change which mobile OS is to be used from the project's properties).
  • Multi Threaded File Reader and GeneratorMar 07, 2006. The attached source code with this article is a multithreaded application written using .NET 2.0 that shows how to use the background worker threads to read a text file, generate reports and show report progress and completed events.
  • Anonymous Method to Retrieve Data Reader Passed from DALMay 03, 2005. Anonymous method is a new feature in C# 2.0 that allows you to define an anonymous method called by a delegate.
  • Text Reader and Text Writer in C#Aug 03, 2001. A detailed tutorial and C# types such as Value and Reference types with sample examples.
  • Accessibility with Azure AI Immersive ReaderMar 17, 2025. Azure AI Immersive Reader enhances digital accessibility with AI-powered reading assistance. It offers Text-to-Speech, multilingual support, customizable text display, and grammar assistance.
  • Enhancing Reading Comprehension with Azure AI Immersive ReaderJun 17, 2024. 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 reading comprehension.
  • Read PDF Files In Windows 10 Universal App Using Default PDF ReaderMar 15, 2016. In this article we are going to see how to read PDF files in Windows 10 universal app using default PDF reader app.
  • Convert DataReader To DataTableNov 18, 2015. In this article we will learn how we can convert Microsoft ADOMD DataReader to DataTable.
  • Read XML File Using XMLReader in C#Mar 11, 2014. In this article, we will try to read from an existing XML file using the XmlReader class.
  • C# TextReaderDec 10, 2011. TextReader class available in .NET is a base class for StreamReader and StringReader classes. The StreamReader is used to read characters from a stream.
  • StringReader in C# Dec 09, 2009. In this article I will explain you about StringReader and StringWriter Classes in C#.
  • Loading a text file in a WPF FlowDocumentReaderAug 12, 2009. In this article, I demonstrate how to load a text file in a FlowDocumentReader available in WPF using C#.
  • Populating DataView From DataReaderJul 08, 2009. 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 this scenario we can populate a DataView from DataReader and then provide the populated DataView to our Control.
  • RSS Feed Link ReaderFeb 25, 2008. This article discusses the construction of a simple application that may used to view RSS feeds from the desktop.
  • DataReader In C#Feb 17, 2004. 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 retrieve configuration settings from Azure App Configuration using .NET Client Library?Jan 08, 2026. Learn how to retrieve configuration settings from Azure App Configuration in .NET using the .NET client library. Includes setup, role assignment, and cleanup steps.
  • Dynamic Mapping Database result to Entity TMay 20, 2024. 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 PascalCase C# properties using MapToList for DbDataReader to object mapping.
  • Rekognition Managed Service In AWSMar 15, 2023. Rekognition is a comprehensive object recognition service which can also recognize text in images.
  • Working With CSV In PythonDec 16, 2021. In this article, you will learn about CSV In Python.
  • Read Posted Excel File Using NPOI Library In ASP MVC With AJAXMar 17, 2017. In this article, we will learn how to read posted Excel file from AJAX, using NPOI DLL in our ASP MVC Application.
  • Overview of ADO.NET ArchitectureFeb 25, 2015. In this article you will learn about the architecture of ADO.NET including the Connection, Command, Data Reader, DataAdapter and DataTable classes.
  • ADO.NET OverviewDec 09, 2014. 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.
  • Database Programming With ADO.NETOct 15, 2013. This article defines database programming With ADO.NET. Learn ADO.NET Architecture, Connected Architecture, Disconnected Architecture, Connection Object, Data Reader Object, Data Adapter Object, DataSet Object, DataReader vs DataSet, DataView Object.
  • Introduction to ADO.NetAug 19, 2013. 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 efficiently. A robust data access layer for .NET development.
  • Creating a File Uploader Using JavaScript and HTML 5Aug 08, 2013. In this article you will learn how to create a file uploader using File API of HTML 5.
  • How to read a binary file in C#Jul 12, 2012. 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 types.
  • Read a File in PhoneGapFeb 10, 2012. In this article, we will learn how to read a file from a Filesystem in PhoneGap using FileReader.
  • Using the Bing API to Translate Text in ASP.NETJan 31, 2012. 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 to Bing’s service, handling parameters like application ID, text, source, and target languages.
  • Barcode Scanner in C#Aug 27, 2011. In this article we will discuss about barcode scanner in C#.
  • How to Show PDF file in C#Feb 07, 2011. This article shows how to show a PDF file in a Windows application with the help of the Adobe ActiveX COM.
  • Microsoft .NET and XMLNov 16, 2009. In this article I will explain you about Microsoft .NET and XML.
  • ADO.NET FAQ's: Part IIFeb 13, 2009. This is the Part 2 of ADO.NET. In this section also we will touch base on one of important concepts in ADO.NET.
  • ADO.NET FAQ's: Part IFeb 12, 2009. This is the Part I of ADO.NET. In this section we will touch base on one of important concepts in ADO.NET.
  • Extracting Modules and Component(RSAParameter) from X509Certificate PublicKeyNov 04, 2002. 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.
  • XML Parser in C#Apr 30, 2002. This project gives you a head start to write XML parser in C#.