Resources  
  • Managing IO Files in Java with FileOutputStream FileInputStreamJul 25, 2024. Learn how to effectively read from and write to files, understand the nuances of file handling, and explore practical examples to streamline your Java programming tasks involving file operations.
  • Set Up Webdriver IO Test Automation ProjectOct 31, 2022. In this article, you will learn how to set up Webdriver IO Test Automation Project.
  • Guide to Add Custom Modules in ABP.IO AppJun 06, 2025. Learn how to add custom modules to your ABP.IO app with this simple, developer-friendly guide. Covers backend setup and Angular integration step by step.
  • How To Creating a Live Chat App Using Socket.IO and Node.jsJun 13, 2024. Discover how to create a real-time chat app with Socket.IO and Node.js. This tutorial guides you through setting up the server, building the frontend, and enabling instant messaging between users. Ideal for modern web development, enhancing user interaction, and building scalable network applications.
  • Getting Started with Cypress.ioMar 19, 2024. Cypress.io offers an intuitive end-to-end testing framework for web applications. This beginner's guide covers setup, writing tests, and running them with Cypress's powerful features.
  • Building a Real-Time Chat App with Node.js and Socket.io 🚀Feb 04, 2024. Embark on a magical journey to build a real-time chat app using Node.js and socket.io. Follow simple steps to set up the server, create a chat UI, and handle real-time communication.
  • WebdriverIO Functions and CommandsJun 12, 2023.
  • Browser Commands In Webdriver IOOct 31, 2022. In this article, you will learn about Browser Commands In Webdriver IO.
  • Easily Use MockAPI.io With Angular 14 Sep 18, 2022. In this post, we will use MockAPI.io to create mock endpoints and testing from an Angular 14 application.
  • Real-Time Chat ApplicationMar 01, 2021. A real-time chat application with Node.js server.
  • Tic-Tac-Toe Online Game Using ReactJS and NodeJS (Socket.io)Mar 30, 2020. In this article, we will learn how to make a tic-tac-toe online game using React JS as a front end and Node JS (Socket.io) as a backend server.
  • How To Implement Plug-In On C# Blazor For Native JavaScript Application. Open API Scheme Diagram For Draw.ioJan 28, 2020. What if Blazor .NET and C# can be used for building the plug-in for the existing native JavaScript web or Electron application? This article is devoted to creating the Open API scheme visualization plug-in on C# language for the diagram web-editor Draw.io implemented on JavaScript.
  • Cypress.io - A JavaScript End To End Testing ToolSep 10, 2018. Cypress.io - A JavaScript End-To-End Testing Tool. Cypress.io is a JavaScript end-to-end testing tool which uses JavaScript as a scripting language to write the test scripts and to execute the test cases.
  • Create ZIP (System.IO.Compression) From WinForm ApplicationJun 28, 2018. Mostly ZIP extension files are called compressed file of file(s). We create zip from various program (UI) or via command utility.
  • Socket.io Programming With Example In Node.jsDec 08, 2017. Hello every one today I will explain about socket.io in Node JS
  • Creating A Chat Application In Node.js With Express, MongoDB, Mongoose And Socket.ioDec 05, 2017. This article guides you through the process of creating a chat application in NodeJS with MongoDB as the backend, utilizing Mongoose for MongoDB models and Socket.io for real-time communication between clients. It covers setting up the Node application, creating an Express app, handling database interactions.
  • Routing In Suave.io - Web Development With F#Nov 29, 2017. A web application is generally composed of multiple “routes”. A route means a URL that does not necessarily map a physical file, you can use routes to define some URLs that are semantically meaningful to the user.
  • Manage Your Cloud Infrastructure As Code With Terraform.ioMay 31, 2017. How to use Terraform.io to manage resources on multiple cloud platforms. Code once, deploy to many!
  • Node.js In IoT Part-TwoMay 03, 2017. This article allows you to use Node.js for IoT world with real world Application.
  • A New Version of Java - Java 8Sep 30, 2013. In this article you will learn about java 8 and the features adding to java 8.
  • SharePoint SQL Query to Get Details on Disk Utilization and IOJul 24, 2013. In this article I will demonstrate SharePoint SQL Query to get details of Disk Utilization and IO.
  • File Tampering Detection in VB.NETNov 08, 2012. This article describes an easy approach to determining whether or not two files are exactly the same.
  • Manipulation of Files in a WPF ApplicationFeb 12, 2012. As a developer you must have the ability to work in the file input and output system. By this we mean opening and processing things like text files, html files, word docs, etc.
  • C# File Operations: Part 1Apr 27, 2011. In this article we will see how we can write something into the file & how we can append our data into an already existing file.
  • Introduction to New Methods in System.IO.File in .Net 4.0May 04, 2010. In this article we are looking the improvements made as part of .NET 4.0 which made the file handling more flexible and fast using File class.
  • Single Instance Of Application In C#Mar 25, 2010. There is some application that we want that only single instance of application works at a time. So here in this article is the logic for doing that.
  • Compress Web Pages using .NET 2.0 Compression LibraryOct 08, 2007. This article explains how to create very simple HttpModule to compress your dynamic content using compression library (System.IO.Compression) available in .NET 2.0?
  • File Tampering DetectionMar 06, 2007. This article describes an easy approach to determining whether or not two files are exactly the same.
  • Capturing File InformationDec 29, 2006. This article describes a simple approach to capturing and displaying file and file version information.
  • Working with System.IO.Directory Class in C#Jul 22, 2002. This article is focused on understanding the Directory class of System.IO namespace.
  • Multi-threaded Web Applications - Case I: Search EngineMar 07, 2002. This article is the first of the series of 4. I will demonstrate the use of threading in web applications by implementing a simply search engine. The following 3 articles in the series will be a Port Scanner, a Reverse DNS and a Web Hammer respectively.
  • .NET Base Class Library(BCL)Jun 28, 2025. The most commonly used .NET Base Class Library (BCL) namespaces: System and System.IO
  • .NET Synchronous vs AsynchronousApr 04, 2024. Synchronous programming in .NET involves sequential execution, blocking the current thread until a task completes. Asynchronous programming, on the other hand, enables non-blocking execution, improving responsiveness by allowing tasks to execute independently.
  • An Overview about NATS JetStream Queue MechanismJan 04, 2024. NATS JetStream is a lightweight and high-performance messaging system that acts as a distributed messaging queue. Explore the lightweight and high-performance NATS queue mechanism. Learn about NATS JetStream's features for guaranteed message delivery, durability, and persistence, comparing it with other message queue platforms. Find insights into NATS topology and persistence layer options.
  • What are the Methods of Stream?Jun 22, 2023. A stream is a communication channel that connects an information source and destination.
  • Playing With File I/O Using C#Aug 28, 2019. In this article, you will learn about the basics of File I/O using C#. We are going to discuss the 3 classes - Path, Directory & File - to work with the file-system.
  • NodeJS By .Net PlatformJul 07, 2016. In this article you will learn about NodeJS By .Net Platform.
  • File Handling In C# .NETFeb 11, 2015. This article explores C# .Net's System.IO namespace for file manipulation tasks, covering directory exploration, file operations like read, write, copy, delete, and more. It delves into DirectoryInfo, DriveInfo, FileStream, BinaryReader/Writer, StreamReader/Writer, StringReader/Writer, and the usage of File and Directory classes.
  • File I/O Using C#Jan 08, 2014. In this article, you will learn how to work with classes in the System.IO namespace for reading data from and writing data to files.
  • OpenMenu in Java Using Netbeans IDEAug 08, 2013. This article describes how to create an OpenMenu bar in Java. The Netbeans IDE is used for the development of the example.
  • Upload a File and Then Create Zip File in .NET 4.5Jul 19, 2013. Learn file upload and zip file creation using DotNetZip Library in ASP.NET application. Setup library reference, add file upload control, and implement zip file creation logic. Utilize System.IO for file operations. Test and verify functionality with provided code example.
  • SP Diagnostics Tool - Part 2 of 3Jul 12, 2013. In this article we will see some more reports that this tool provides to diagnose issues in SharePoint.
  • Line Count Utility in VB.NETNov 10, 2012. 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.
  • Delete A directory In C#Jul 17, 2012. How to delete a directory in C# and .NET. The System.IO.Directory class in the .NET Framework class library provides static methods for creating, copying, moving, and deleting directories and subdirectories.
  • Working With Drives and Directories in ASP.NETMay 24, 2012. In this article we will discuss how to interact with the File System, Drives and Directories and how we get the path details.
  • Practical Approach of Deleting Files From FTP PathApr 27, 2012. In this article we are going to see how to delete a file from the FTP path.
  • DriveInfo Class in C# with an ExampleDec 15, 2011. The DriveInfo class in C# allows accessing and managing disk drive information such as available space, drive type, and volume details. With its methods and properties, it enables efficient disk space monitoring and drive operations.
  • Using Memory-Mapped FilesMar 30, 2011. MemoryMappedFile is an interesting new class in version 4.0 of the .NET Framework which resides in the System.IO.MemoryMappedFiles namespace.
  • Hard Links vs. Soft LinksApr 06, 2010. This article talks about hard links and soft links; two of the nice features of NTFS file system.
  • Virtual Photo Album in C#Apr 05, 2010. This application called Virtual Photo Album. I didn't use any third party components, so it should be easy for you to download the code and play with it. I will try not to use any third party components while I am learning C#.
  • How To Compress and Decompress DataFeb 01, 2008. This article shows how to compress and decompress our data.
  • Word Processing with an Extended Rich Text Box ControlAug 09, 2007. This article describes an easy approach to building a simple word processor around an extended version of the Rich Text Box (RTB) control.
  • Access Row of a file Random bases using C#Jan 01, 2007. In this aritical, we will look how to get a row of a file which contains multiple rows randomly.
  • Image Resizing : Part IIJan 12, 2004. In my first article Image Resizing and FTP, I showed how I resize my digital camera pictures and FTP them to the web. I received a couple of requests to share the code for the image gallery on my web site that I use to view them so here it is.
  • Building Dynamic Service in C#Oct 31, 2003. This is a service that will run an application, and can be used over an over without hard coding any information.
  • Code Generator for Basic Stamp II MicrocontrollerOct 15, 2003. The Basic II Stamp is programmed by the language its named after, Basic. The language is a combination of Basic syntax and built in key words that control the Basic Stamp II chip.
  • Export ASP.NET DataGrid to ExcelSep 08, 2003. Export to Excel is one of the most common functionalities required in ASP.NET pages. Export a datagrid to Excel.
  • Output ASP.NET Page to HTMLJul 29, 2003. There are various reasons why it would be more appreciative to have the html page to be served to client.
  • Format DateTime Values in XML Extracted From DataSet Jul 17, 2003. In this article we'll see how to specify the format of DateTime values extracted from the ADO.NET DataSet and to verify we will write formatted contents in xml file.
  • Missile Command .NET Feb 23, 2003. Missile Command .NET is a simple video game written in C# using GDI+ for graphics. It's a tribute to the classic Missile Command game by Atari. I wrote this game to teach myself more about programming in C#.
  • Using Currency Manager and MemoryStream to Display ImagesJul 01, 2002. This article and attached sample code demonstrates you how to use the CurrencyManager and MemoryStream to display images.
  • Use CurrencyManager and MemoryStream to Display ImagesJul 01, 2002. This article and attached sample code demonstrates you how to use the CurrencyManager and MemoryStream to display images. The current demonstration displays all the records of the employees with their company and the personal Information.
  • A Simple Contacts List for Pocket PCMay 19, 2002. I have implemented a simple contact list application that is capable of adding and viewing contact details.
  • Tutorial: Working with Files and DirectoriesApr 03, 2002. One of the rich experiences in working with .NET is a huge collection of Base Class Libraries .
  • C# IRC BotNov 19, 2001. This is a very simple program that establishes a connection to irc server, joins a channel and greets every nick that joins.
  • Socket ProgrammingOct 01, 2001. This is a simple Client/Server program showing the communication taking place between the client and the server.
  • Auto CompilerMay 05, 2001. This is a utility to make it easier to compile from the command line. One of the problems with using the command line.
  • Find Files in C#May 01, 2001. I have developed a small application in c#, which helps in searching u'r hard disk for files of the desired extention.
  • Writing Secure Code Using C#Apr 06, 2001. Writing secure code is an important part of software development. .NET provides code access security mechanism that grants/denies access to resources within a method call. This article explains how to write secure code in C# and .NET.
  • Simple Web File DownloadMar 23, 2001. This is a simple program that shows how to download files from the web and save them. The program uses the HttpWebRequest and HttpWebResponse classes to request and retrieve the requested file.
  • Sticky NotepadMar 05, 2001. I wanted to experiment with writing a program that would run from the System Tray of window (that's where you have the date displayed...) since that's not possible with pure Java.
  • PaintBrush in C# - IIJan 30, 2001. This is a PaintBrush Application. In this Paintbrush user can draw some images and he can save the images in a persistence storage and later time can retrive the images.
  • Meal Scheduler in C#May 04, 2000. This service reminds you when it time to eat your lunch, BF, or dinner. The app, named "Who takes care of your health," sets reminders with a light sound based on user-input meal timings.
  • Meal Scheduler in C#May 04, 2000. In this application once you enter your meal timings. A message box will appear on the screen while you are working and remember you about your meal with light sound.